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

How to use
tertiaryOrder
method
in
libcore.icu.CollationElementIteratorICU

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

origin: robovm/robovm

  /**
   * Obtains the tertiary order of the specified collation element, i.e. the
   * last 8 bits. This value is unsigned.
   *
   * @param order
   *            the element of the collation.
   * @return the 8 bit tertiary order of the element.
   */
  public static final short tertiaryOrder(int order) {
    return (short) CollationElementIteratorICU.tertiaryOrder(order);
  }
}
origin: ibinti/bugvm

  /**
   * Obtains the tertiary order of the specified collation element, i.e. the
   * last 8 bits. This value is unsigned.
   *
   * @param order
   *            the element of the collation.
   * @return the 8 bit tertiary order of the element.
   */
  public static final short tertiaryOrder(int order) {
    return (short) CollationElementIteratorICU.tertiaryOrder(order);
  }
}
origin: com.mobidevelop.robovm/robovm-rt

  /**
   * Obtains the tertiary order of the specified collation element, i.e. the
   * last 8 bits. This value is unsigned.
   *
   * @param order
   *            the element of the collation.
   * @return the 8 bit tertiary order of the element.
   */
  public static final short tertiaryOrder(int order) {
    return (short) CollationElementIteratorICU.tertiaryOrder(order);
  }
}
origin: MobiVM/robovm

  /**
   * Obtains the tertiary order of the specified collation element, i.e. the
   * last 8 bits. This value is unsigned.
   *
   * @param order
   *            the element of the collation.
   * @return the 8 bit tertiary order of the element.
   */
  public static final short tertiaryOrder(int order) {
    return (short) CollationElementIteratorICU.tertiaryOrder(order);
  }
}
origin: com.bugvm/bugvm-rt

  /**
   * Obtains the tertiary order of the specified collation element, i.e. the
   * last 8 bits. This value is unsigned.
   *
   * @param order
   *            the element of the collation.
   * @return the 8 bit tertiary order of the element.
   */
  public static final short tertiaryOrder(int order) {
    return (short) CollationElementIteratorICU.tertiaryOrder(order);
  }
}
origin: com.gluonhq/robovm-rt

  /**
   * Obtains the tertiary order of the specified collation element, i.e. the
   * last 8 bits. This value is unsigned.
   *
   * @param order
   *            the element of the collation.
   * @return the 8 bit tertiary order of the element.
   */
  public static final short tertiaryOrder(int order) {
    return (short) CollationElementIteratorICU.tertiaryOrder(order);
  }
}
origin: FlexoVM/flexovm

  /**
   * Obtains the tertiary order of the specified collation element, i.e. the
   * last 8 bits. This value is unsigned.
   *
   * @param order
   *            the element of the collation.
   * @return the 8 bit tertiary order of the element.
   */
  public static final short tertiaryOrder(int order) {
    return (short) CollationElementIteratorICU.tertiaryOrder(order);
  }
}
libcore.icuCollationElementIteratorICUtertiaryOrder

Javadoc

Gets the tertiary 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
  • 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
  • setText

Popular in Java

  • Reactive rest calls using spring rest template
  • getOriginalFilename (MultipartFile)
    Return the original filename in the client's filesystem.This may contain path information depending
  • addToBackStack (FragmentTransaction)
  • startActivity (Activity)
  • Menu (java.awt)
  • KeyStore (java.security)
    KeyStore is responsible for maintaining cryptographic keys and their owners. The type of the syste
  • Queue (java.util)
    A collection designed for holding elements prior to processing. Besides basic java.util.Collection o
  • JTable (javax.swing)
  • Base64 (org.apache.commons.codec.binary)
    Provides Base64 encoding and decoding as defined by RFC 2045.This class implements section 6.8. Base
  • Option (scala)
  • Best plugins for Eclipse
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