congrats Icon
New! Announcing our next generation AI code completions
Read here
Tabnine Logo
CollationElementIteratorICU.getMaxExpansion
Code IndexAdd Tabnine to your IDE (free)

How to use
getMaxExpansion
method
in
libcore.icu.CollationElementIteratorICU

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

origin: robovm/robovm

/**
 * Obtains the maximum length of any expansion sequence that ends with the
 * specified collation element. Returns {@code 1} if there is no expansion
 * with this collation element as the last element.
 *
 * @param order
 *            a collation element that has been previously obtained from a
 *            call to either the {@link #next()} or {@link #previous()}
 *            method.
 * @return the maximum length of any expansion sequence ending with the
 *         specified collation element.
 */
public int getMaxExpansion(int order) {
  return this.icuIterator.getMaxExpansion(order);
}
origin: FlexoVM/flexovm

/**
 * Obtains the maximum length of any expansion sequence that ends with the
 * specified collation element. Returns {@code 1} if there is no expansion
 * with this collation element as the last element.
 *
 * @param order
 *            a collation element that has been previously obtained from a
 *            call to either the {@link #next()} or {@link #previous()}
 *            method.
 * @return the maximum length of any expansion sequence ending with the
 *         specified collation element.
 */
public int getMaxExpansion(int order) {
  return this.icuIterator.getMaxExpansion(order);
}
origin: ibinti/bugvm

/**
 * Obtains the maximum length of any expansion sequence that ends with the
 * specified collation element. Returns {@code 1} if there is no expansion
 * with this collation element as the last element.
 *
 * @param order
 *            a collation element that has been previously obtained from a
 *            call to either the {@link #next()} or {@link #previous()}
 *            method.
 * @return the maximum length of any expansion sequence ending with the
 *         specified collation element.
 */
public int getMaxExpansion(int order) {
  return this.icuIterator.getMaxExpansion(order);
}
origin: MobiVM/robovm

/**
 * Obtains the maximum length of any expansion sequence that ends with the
 * specified collation element. Returns {@code 1} if there is no expansion
 * with this collation element as the last element.
 *
 * @param order
 *            a collation element that has been previously obtained from a
 *            call to either the {@link #next()} or {@link #previous()}
 *            method.
 * @return the maximum length of any expansion sequence ending with the
 *         specified collation element.
 */
public int getMaxExpansion(int order) {
  return this.icuIterator.getMaxExpansion(order);
}
origin: com.gluonhq/robovm-rt

/**
 * Obtains the maximum length of any expansion sequence that ends with the
 * specified collation element. Returns {@code 1} if there is no expansion
 * with this collation element as the last element.
 *
 * @param order
 *            a collation element that has been previously obtained from a
 *            call to either the {@link #next()} or {@link #previous()}
 *            method.
 * @return the maximum length of any expansion sequence ending with the
 *         specified collation element.
 */
public int getMaxExpansion(int order) {
  return this.icuIterator.getMaxExpansion(order);
}
origin: com.bugvm/bugvm-rt

/**
 * Obtains the maximum length of any expansion sequence that ends with the
 * specified collation element. Returns {@code 1} if there is no expansion
 * with this collation element as the last element.
 *
 * @param order
 *            a collation element that has been previously obtained from a
 *            call to either the {@link #next()} or {@link #previous()}
 *            method.
 * @return the maximum length of any expansion sequence ending with the
 *         specified collation element.
 */
public int getMaxExpansion(int order) {
  return this.icuIterator.getMaxExpansion(order);
}
origin: com.mobidevelop.robovm/robovm-rt

/**
 * Obtains the maximum length of any expansion sequence that ends with the
 * specified collation element. Returns {@code 1} if there is no expansion
 * with this collation element as the last element.
 *
 * @param order
 *            a collation element that has been previously obtained from a
 *            call to either the {@link #next()} or {@link #previous()}
 *            method.
 * @return the maximum length of any expansion sequence ending with the
 *         specified collation element.
 */
public int getMaxExpansion(int order) {
  return this.icuIterator.getMaxExpansion(order);
}
libcore.icuCollationElementIteratorICUgetMaxExpansion

Javadoc

Get the maximum length of any expansion sequences that end with the specified comparison order.

Popular methods of CollationElementIteratorICU

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

Popular in Java

  • Updating database using SQL prepared statement
  • onRequestPermissionsResult (Fragment)
  • onCreateOptionsMenu (Activity)
  • getSharedPreferences (Context)
  • BufferedReader (java.io)
    Wraps an existing Reader and buffers the input. Expensive interaction with the underlying reader is
  • System (java.lang)
    Provides access to system-related information and resources including standard input and output. Ena
  • Socket (java.net)
    Provides a client-side TCP socket.
  • Date (java.util)
    A specific moment in time, with millisecond precision. Values typically come from System#currentTime
  • PriorityQueue (java.util)
    A PriorityQueue holds elements on a priority heap, which orders the elements according to their natu
  • TimeUnit (java.util.concurrent)
    A TimeUnit represents time durations at a given unit of granularity and provides utility methods to
  • Top 17 Plugins for Android Studio
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