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

How to use
previous
method
in
libcore.icu.CollationElementIteratorICU

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

origin: robovm/robovm

/**
 * Obtains the previous collation element in the source string.
 *
 * @return the previous collation element, or {@code NULLORDER} when
 *         the start of the iteration has been reached.
 */
public int previous() {
  return this.icuIterator.previous();
}
origin: ibinti/bugvm

/**
 * Obtains the previous collation element in the source string.
 *
 * @return the previous collation element, or {@code NULLORDER} when
 *         the start of the iteration has been reached.
 */
public int previous() {
  return this.icuIterator.previous();
}
origin: com.mobidevelop.robovm/robovm-rt

/**
 * Obtains the previous collation element in the source string.
 *
 * @return the previous collation element, or {@code NULLORDER} when
 *         the start of the iteration has been reached.
 */
public int previous() {
  return this.icuIterator.previous();
}
origin: com.gluonhq/robovm-rt

/**
 * Obtains the previous collation element in the source string.
 *
 * @return the previous collation element, or {@code NULLORDER} when
 *         the start of the iteration has been reached.
 */
public int previous() {
  return this.icuIterator.previous();
}
origin: MobiVM/robovm

/**
 * Obtains the previous collation element in the source string.
 *
 * @return the previous collation element, or {@code NULLORDER} when
 *         the start of the iteration has been reached.
 */
public int previous() {
  return this.icuIterator.previous();
}
origin: com.bugvm/bugvm-rt

/**
 * Obtains the previous collation element in the source string.
 *
 * @return the previous collation element, or {@code NULLORDER} when
 *         the start of the iteration has been reached.
 */
public int previous() {
  return this.icuIterator.previous();
}
origin: FlexoVM/flexovm

/**
 * Obtains the previous collation element in the source string.
 *
 * @return the previous collation element, or {@code NULLORDER} when
 *         the start of the iteration has been reached.
 */
public int previous() {
  return this.icuIterator.previous();
}
libcore.icuCollationElementIteratorICUprevious

Javadoc

Get the ordering priority of the previous collation element in the text. A single character may contain more than one collation element.

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
  • 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
  • tertiaryOrder
    Gets the tertiary order of a collation order.
  • tertiaryOrder

Popular in Java

  • Reading from database using SQL prepared statement
  • getResourceAsStream (ClassLoader)
  • getOriginalFilename (MultipartFile)
    Return the original filename in the client's filesystem.This may contain path information depending
  • scheduleAtFixedRate (ScheduledExecutorService)
  • FileNotFoundException (java.io)
    Thrown when a file specified by a program cannot be found.
  • Selector (java.nio.channels)
    A controller for the selection of SelectableChannel objects. Selectable channels can be registered w
  • GregorianCalendar (java.util)
    GregorianCalendar is a concrete subclass of Calendarand provides the standard calendar used by most
  • Random (java.util)
    This class provides methods that return pseudo-random values.It is dangerous to seed Random with the
  • Reference (javax.naming)
  • Options (org.apache.commons.cli)
    Main entry-point into the library. Options represents a collection of Option objects, which describ
  • 21 Best IntelliJ 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