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

How to use
setText
method
in
libcore.icu.CollationElementIteratorICU

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

origin: robovm/robovm

/**
 * Sets a new source string for iteration, and resets the offset to the
 * beginning of the text.
 *
 * @param source
 *            the new source string for iteration.
 */
public void setText(String source) {
  this.icuIterator.setText(source);
}
origin: robovm/robovm

/**
 * Sets a new source string iterator for iteration, and resets the offset to
 * the beginning of the text.
 *
 * @param source
 *            the new source string iterator for iteration.
 */
public void setText(CharacterIterator source) {
  this.icuIterator.setText(source);
}
origin: ibinti/bugvm

/**
 * Sets a new source string for iteration, and resets the offset to the
 * beginning of the text.
 *
 * @param source
 *            the new source string for iteration.
 */
public void setText(String source) {
  this.icuIterator.setText(source);
}
origin: MobiVM/robovm

/**
 * Sets a new source string iterator for iteration, and resets the offset to
 * the beginning of the text.
 *
 * @param source
 *            the new source string iterator for iteration.
 */
public void setText(CharacterIterator source) {
  this.icuIterator.setText(source);
}
origin: MobiVM/robovm

/**
 * Sets a new source string for iteration, and resets the offset to the
 * beginning of the text.
 *
 * @param source
 *            the new source string for iteration.
 */
public void setText(String source) {
  this.icuIterator.setText(source);
}
origin: com.bugvm/bugvm-rt

/**
 * Sets a new source string iterator for iteration, and resets the offset to
 * the beginning of the text.
 *
 * @param source
 *            the new source string iterator for iteration.
 */
public void setText(CharacterIterator source) {
  this.icuIterator.setText(source);
}
origin: com.gluonhq/robovm-rt

/**
 * Sets a new source string for iteration, and resets the offset to the
 * beginning of the text.
 *
 * @param source
 *            the new source string for iteration.
 */
public void setText(String source) {
  this.icuIterator.setText(source);
}
origin: ibinti/bugvm

/**
 * Sets a new source string iterator for iteration, and resets the offset to
 * the beginning of the text.
 *
 * @param source
 *            the new source string iterator for iteration.
 */
public void setText(CharacterIterator source) {
  this.icuIterator.setText(source);
}
origin: com.mobidevelop.robovm/robovm-rt

/**
 * Sets a new source string iterator for iteration, and resets the offset to
 * the beginning of the text.
 *
 * @param source
 *            the new source string iterator for iteration.
 */
public void setText(CharacterIterator source) {
  this.icuIterator.setText(source);
}
origin: FlexoVM/flexovm

/**
 * Sets a new source string for iteration, and resets the offset to the
 * beginning of the text.
 *
 * @param source
 *            the new source string for iteration.
 */
public void setText(String source) {
  this.icuIterator.setText(source);
}
origin: com.bugvm/bugvm-rt

/**
 * Sets a new source string for iteration, and resets the offset to the
 * beginning of the text.
 *
 * @param source
 *            the new source string for iteration.
 */
public void setText(String source) {
  this.icuIterator.setText(source);
}
origin: com.mobidevelop.robovm/robovm-rt

/**
 * Sets a new source string for iteration, and resets the offset to the
 * beginning of the text.
 *
 * @param source
 *            the new source string for iteration.
 */
public void setText(String source) {
  this.icuIterator.setText(source);
}
origin: com.gluonhq/robovm-rt

/**
 * Sets a new source string iterator for iteration, and resets the offset to
 * the beginning of the text.
 *
 * @param source
 *            the new source string iterator for iteration.
 */
public void setText(CharacterIterator source) {
  this.icuIterator.setText(source);
}
origin: FlexoVM/flexovm

/**
 * Sets a new source string iterator for iteration, and resets the offset to
 * the beginning of the text.
 *
 * @param source
 *            the new source string iterator for iteration.
 */
public void setText(CharacterIterator source) {
  this.icuIterator.setText(source);
}
libcore.icuCollationElementIteratorICUsetText

Javadoc

Set the text containing the collation elements.

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
  • 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
  • 21 Best Atom Packages for 2021
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