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

  • Making http post requests using okhttp
  • orElseThrow (Optional)
    Return the contained value, if present, otherwise throw an exception to be created by the provided s
  • setContentView (Activity)
  • notifyDataSetChanged (ArrayAdapter)
  • String (java.lang)
  • System (java.lang)
    Provides access to system-related information and resources including standard input and output. Ena
  • UUID (java.util)
    UUID is an immutable representation of a 128-bit universally unique identifier (UUID). There are mul
  • BoxLayout (javax.swing)
  • JFileChooser (javax.swing)
  • Scheduler (org.quartz)
    This is the main interface of a Quartz Scheduler. A Scheduler maintains a registry of org.quartz.Job
  • Best IntelliJ plugins
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