Codota Logo
CollationElementIteratorICU.previous
Code IndexAdd Codota 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)

  • Common ways to obtain CollationElementIteratorICU
private void myMethod () {
CollationElementIteratorICU c =
  • Codota IconString source;CollationElementIteratorICU.getInstance(collatorAddress, source)
  • Codota Iconnew CollationElementIteratorICU(address)
  • Smart code suggestions by Codota
}
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
  • notifyDataSetChanged (ArrayAdapter)
  • getSupportFragmentManager (FragmentActivity)
  • compareTo (BigDecimal)
    Compares this BigDecimal with the specified BigDecimal. Two BigDecimal objects that are equal in val
  • DecimalFormat (java.text)
    DecimalFormat is a concrete subclass ofNumberFormat that formats decimal numbers. It has a variety o
  • ArrayList (java.util)
    Resizable-array implementation of the List interface. Implements all optional list operations, and p
  • Arrays (java.util)
    This class contains various methods for manipulating arrays (such as sorting and searching). This cl
  • Collections (java.util)
    This class consists exclusively of static methods that operate on or return collections. It contains
  • PriorityQueue (java.util)
    An unbounded priority Queue based on a priority heap. The elements of the priority queue are ordered
  • Set (java.util)
    A collection that contains no duplicate elements. More formally, sets contain no pair of elements e1
Codota Logo
  • Products

    Search for Java codeSearch for JavaScript codeEnterprise
  • IDE Plugins

    IntelliJ IDEAWebStormAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogCodota Academy Plugin user guide Terms of usePrivacy policyJava Code IndexJavascript Code Index
Get Codota for your IDE now