Tabnine Logo
CollationElementIteratorICU.secondaryOrder
Code IndexAdd Tabnine to your IDE (free)

How to use
secondaryOrder
method
in
libcore.icu.CollationElementIteratorICU

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

origin: robovm/robovm

/**
 * Obtains the secondary order of the specified collation element, i.e. the
 * 16th to 23th bits, inclusive. This value is unsigned.
 *
 * @param order
 *            the element of the collator.
 * @return the 8 bit secondary order of the element.
 */
public static final short secondaryOrder(int order) {
  return (short) CollationElementIteratorICU.secondaryOrder(order);
}
origin: ibinti/bugvm

/**
 * Obtains the secondary order of the specified collation element, i.e. the
 * 16th to 23th bits, inclusive. This value is unsigned.
 *
 * @param order
 *            the element of the collator.
 * @return the 8 bit secondary order of the element.
 */
public static final short secondaryOrder(int order) {
  return (short) CollationElementIteratorICU.secondaryOrder(order);
}
origin: MobiVM/robovm

/**
 * Obtains the secondary order of the specified collation element, i.e. the
 * 16th to 23th bits, inclusive. This value is unsigned.
 *
 * @param order
 *            the element of the collator.
 * @return the 8 bit secondary order of the element.
 */
public static final short secondaryOrder(int order) {
  return (short) CollationElementIteratorICU.secondaryOrder(order);
}
origin: com.gluonhq/robovm-rt

/**
 * Obtains the secondary order of the specified collation element, i.e. the
 * 16th to 23th bits, inclusive. This value is unsigned.
 *
 * @param order
 *            the element of the collator.
 * @return the 8 bit secondary order of the element.
 */
public static final short secondaryOrder(int order) {
  return (short) CollationElementIteratorICU.secondaryOrder(order);
}
origin: FlexoVM/flexovm

/**
 * Obtains the secondary order of the specified collation element, i.e. the
 * 16th to 23th bits, inclusive. This value is unsigned.
 *
 * @param order
 *            the element of the collator.
 * @return the 8 bit secondary order of the element.
 */
public static final short secondaryOrder(int order) {
  return (short) CollationElementIteratorICU.secondaryOrder(order);
}
origin: com.bugvm/bugvm-rt

/**
 * Obtains the secondary order of the specified collation element, i.e. the
 * 16th to 23th bits, inclusive. This value is unsigned.
 *
 * @param order
 *            the element of the collator.
 * @return the 8 bit secondary order of the element.
 */
public static final short secondaryOrder(int order) {
  return (short) CollationElementIteratorICU.secondaryOrder(order);
}
origin: com.mobidevelop.robovm/robovm-rt

/**
 * Obtains the secondary order of the specified collation element, i.e. the
 * 16th to 23th bits, inclusive. This value is unsigned.
 *
 * @param order
 *            the element of the collator.
 * @return the 8 bit secondary order of the element.
 */
public static final short secondaryOrder(int order) {
  return (short) CollationElementIteratorICU.secondaryOrder(order);
}
libcore.icuCollationElementIteratorICUsecondaryOrder

Javadoc

Gets the secondary 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
  • primaryOrder
    Gets the primary order of a collation order.
  • reset
    Reset the collation elements to their initial state. This will move the 'cursor' to the beginning of
  • 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

  • Making http post requests using okhttp
  • getApplicationContext (Context)
  • getResourceAsStream (ClassLoader)
  • getSharedPreferences (Context)
  • VirtualMachine (com.sun.tools.attach)
    A Java virtual machine. A VirtualMachine represents a Java virtual machine to which this Java vir
  • String (java.lang)
  • Proxy (java.net)
    This class represents proxy server settings. A created instance of Proxy stores a type and an addres
  • NumberFormat (java.text)
    The abstract base class for all number formats. This class provides the interface for formatting and
  • Semaphore (java.util.concurrent)
    A counting semaphore. Conceptually, a semaphore maintains a set of permits. Each #acquire blocks if
  • JButton (javax.swing)
  • Top PhpStorm plugins
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