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

  • Start an intent from android
  • requestLocationUpdates (LocationManager)
  • getSupportFragmentManager (FragmentActivity)
  • setContentView (Activity)
  • FlowLayout (java.awt)
    A flow layout arranges components in a left-to-right flow, much like lines of text in a paragraph. F
  • Connection (java.sql)
    A connection represents a link from a Java application to a database. All SQL statements and results
  • GregorianCalendar (java.util)
    GregorianCalendar is a concrete subclass of Calendarand provides the standard calendar used by most
  • CountDownLatch (java.util.concurrent)
    A synchronization aid that allows one or more threads to wait until a set of operations being perfor
  • BasicDataSource (org.apache.commons.dbcp)
    Basic implementation of javax.sql.DataSource that is configured via JavaBeans properties. This is no
  • Join (org.hibernate.mapping)
  • Top 17 Free Sublime Text Plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

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