congrats Icon
New! Announcing Tabnine Chat Beta
Learn More
Tabnine Logo
CollationElementIteratorICU.primaryOrder
Code IndexAdd Tabnine to your IDE (free)

How to use
primaryOrder
method
in
libcore.icu.CollationElementIteratorICU

Best Java code snippets using libcore.icu.CollationElementIteratorICU.primaryOrder (Showing top 7 results out of 315)

origin: robovm/robovm

/**
 * Obtains the primary order of the specified collation element, i.e. the
 * first 16 bits. This value is unsigned.
 *
 * @param order
 *            the element of the collation.
 * @return the element's 16 bit primary order.
 */
public static final int primaryOrder(int order) {
  return CollationElementIteratorICU.primaryOrder(order);
}
origin: com.gluonhq/robovm-rt

/**
 * Obtains the primary order of the specified collation element, i.e. the
 * first 16 bits. This value is unsigned.
 *
 * @param order
 *            the element of the collation.
 * @return the element's 16 bit primary order.
 */
public static final int primaryOrder(int order) {
  return CollationElementIteratorICU.primaryOrder(order);
}
origin: com.bugvm/bugvm-rt

/**
 * Obtains the primary order of the specified collation element, i.e. the
 * first 16 bits. This value is unsigned.
 *
 * @param order
 *            the element of the collation.
 * @return the element's 16 bit primary order.
 */
public static final int primaryOrder(int order) {
  return CollationElementIteratorICU.primaryOrder(order);
}
origin: MobiVM/robovm

/**
 * Obtains the primary order of the specified collation element, i.e. the
 * first 16 bits. This value is unsigned.
 *
 * @param order
 *            the element of the collation.
 * @return the element's 16 bit primary order.
 */
public static final int primaryOrder(int order) {
  return CollationElementIteratorICU.primaryOrder(order);
}
origin: ibinti/bugvm

/**
 * Obtains the primary order of the specified collation element, i.e. the
 * first 16 bits. This value is unsigned.
 *
 * @param order
 *            the element of the collation.
 * @return the element's 16 bit primary order.
 */
public static final int primaryOrder(int order) {
  return CollationElementIteratorICU.primaryOrder(order);
}
origin: com.mobidevelop.robovm/robovm-rt

/**
 * Obtains the primary order of the specified collation element, i.e. the
 * first 16 bits. This value is unsigned.
 *
 * @param order
 *            the element of the collation.
 * @return the element's 16 bit primary order.
 */
public static final int primaryOrder(int order) {
  return CollationElementIteratorICU.primaryOrder(order);
}
origin: FlexoVM/flexovm

/**
 * Obtains the primary order of the specified collation element, i.e. the
 * first 16 bits. This value is unsigned.
 *
 * @param order
 *            the element of the collation.
 * @return the element's 16 bit primary order.
 */
public static final int primaryOrder(int order) {
  return CollationElementIteratorICU.primaryOrder(order);
}
libcore.icuCollationElementIteratorICUprimaryOrder

Javadoc

Gets the primary order of a collation order.

Popular methods of CollationElementIteratorICU

  • <init>
  • getInstance
  • getMaxExpansion
    Get the maximum length of any expansion sequences that end with the specified comparison order.
  • getOffset
    Get the offset of the current source character. This is an offset into the text of the character con
  • next
    Get the ordering priority of the next collation element in the text. A single character may contain
  • previous
    Get the ordering priority of the previous collation element in the text. A single character may cont
  • reset
    Reset the collation elements to their initial state. This will move the 'cursor' to the beginning of
  • secondaryOrder
    Gets the secondary order of a collation order.
  • setOffset
    Set the offset of the current source character. This is an offset into the text of the character to
  • setText
  • tertiaryOrder
    Gets the tertiary order of a collation order.
  • tertiaryOrder

Popular in Java

  • Creating JSON documents from java classes using gson
  • getResourceAsStream (ClassLoader)
  • getSystemService (Context)
  • setContentView (Activity)
  • RandomAccessFile (java.io)
    Allows reading from and writing to a file in a random-access manner. This is different from the uni-
  • PriorityQueue (java.util)
    A PriorityQueue holds elements on a priority heap, which orders the elements according to their natu
  • Timer (java.util)
    Timers schedule one-shot or recurring TimerTask for execution. Prefer java.util.concurrent.Scheduled
  • AtomicInteger (java.util.concurrent.atomic)
    An int value that may be updated atomically. See the java.util.concurrent.atomic package specificati
  • StringUtils (org.apache.commons.lang)
    Operations on java.lang.String that arenull safe. * IsEmpty/IsBlank - checks if a String contains
  • LoggerFactory (org.slf4j)
    The LoggerFactory is a utility class producing Loggers for various logging APIs, most notably for lo
  • Top plugins for WebStorm
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now