Tabnine Logo
NativeCollation.previous
Code IndexAdd Tabnine to your IDE (free)

How to use
previous
method
in
libcore.icu.NativeCollation

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

origin: robovm/robovm

/**
 * Get the ordering priority of the previous collation element in the text.
 * A single character may contain more than one collation element.
 * @return previous collation element ordering, or NULLORDER if the end of
 *         the text is reached.
 * @stable ICU 2.4
 */
public int previous() {
  return NativeCollation.previous(address);
}
origin: ibinti/bugvm

/**
 * Get the ordering priority of the previous collation element in the text.
 * A single character may contain more than one collation element.
 * @return previous collation element ordering, or NULLORDER if the end of
 *         the text is reached.
 * @stable ICU 2.4
 */
public int previous() {
  return NativeCollation.previous(address);
}
origin: MobiVM/robovm

/**
 * Get the ordering priority of the previous collation element in the text.
 * A single character may contain more than one collation element.
 * @return previous collation element ordering, or NULLORDER if the end of
 *         the text is reached.
 * @stable ICU 2.4
 */
public int previous() {
  return NativeCollation.previous(address);
}
origin: com.bugvm/bugvm-rt

/**
 * Get the ordering priority of the previous collation element in the text.
 * A single character may contain more than one collation element.
 * @return previous collation element ordering, or NULLORDER if the end of
 *         the text is reached.
 * @stable ICU 2.4
 */
public int previous() {
  return NativeCollation.previous(address);
}
origin: com.mobidevelop.robovm/robovm-rt

/**
 * Get the ordering priority of the previous collation element in the text.
 * A single character may contain more than one collation element.
 * @return previous collation element ordering, or NULLORDER if the end of
 *         the text is reached.
 * @stable ICU 2.4
 */
public int previous() {
  return NativeCollation.previous(address);
}
origin: com.gluonhq/robovm-rt

/**
 * Get the ordering priority of the previous collation element in the text.
 * A single character may contain more than one collation element.
 * @return previous collation element ordering, or NULLORDER if the end of
 *         the text is reached.
 * @stable ICU 2.4
 */
public int previous() {
  return NativeCollation.previous(address);
}
origin: FlexoVM/flexovm

/**
 * Get the ordering priority of the previous collation element in the text.
 * A single character may contain more than one collation element.
 * @return previous collation element ordering, or NULLORDER if the end of
 *         the text is reached.
 * @stable ICU 2.4
 */
public int previous() {
  return NativeCollation.previous(address);
}
libcore.icuNativeCollationprevious

Popular methods of NativeCollation

  • closeCollator
  • closeElements
  • compare
  • getAttribute
  • getCollationElementIterator
  • getMaxExpansion
  • getOffset
  • getRules
  • getSortKey
  • next
  • openCollator
  • openCollatorFromRules
  • openCollator,
  • openCollatorFromRules,
  • reset,
  • safeClone,
  • setAttribute,
  • setOffset,
  • setText

Popular in Java

  • Reading from database using SQL prepared statement
  • compareTo (BigDecimal)
  • startActivity (Activity)
  • findViewById (Activity)
  • FileNotFoundException (java.io)
    Thrown when a file specified by a program cannot be found.
  • FileWriter (java.io)
    A specialized Writer that writes to a file in the file system. All write requests made by calling me
  • Comparator (java.util)
    A Comparator is used to compare two objects to determine their ordering with respect to each other.
  • List (java.util)
    An ordered collection (also known as a sequence). The user of this interface has precise control ove
  • Properties (java.util)
    A Properties object is a Hashtable where the keys and values must be Strings. Each property can have
  • IsNull (org.hamcrest.core)
    Is the value null?
  • From CI to AI: The AI layer in your organization
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