congrats Icon
New! Tabnine Pro 14-day free trial
Start a free trial
Tabnine Logo
RuleBasedCollatorICU.setStrength
Code IndexAdd Tabnine to your IDE (free)

How to use
setStrength
method
in
libcore.icu.RuleBasedCollatorICU

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

origin: robovm/robovm

/**
 * Sets the strength value for this collator.
 *
 * @param value
 *            the strength value, either PRIMARY, SECONDARY, TERTIARY, or
 *            IDENTICAL.
 * @throws IllegalArgumentException
 *            if the provided strength value is not valid.
 */
public void setStrength(int value) {
  icuColl.setStrength(strength_Java_ICU(value));
}
origin: com.gluonhq/robovm-rt

/**
 * Sets the strength value for this collator.
 *
 * @param value
 *            the strength value, either PRIMARY, SECONDARY, TERTIARY, or
 *            IDENTICAL.
 * @throws IllegalArgumentException
 *            if the provided strength value is not valid.
 */
public void setStrength(int value) {
  icuColl.setStrength(strength_Java_ICU(value));
}
origin: MobiVM/robovm

/**
 * Sets the strength value for this collator.
 *
 * @param value
 *            the strength value, either PRIMARY, SECONDARY, TERTIARY, or
 *            IDENTICAL.
 * @throws IllegalArgumentException
 *            if the provided strength value is not valid.
 */
public void setStrength(int value) {
  icuColl.setStrength(strength_Java_ICU(value));
}
origin: FlexoVM/flexovm

/**
 * Sets the strength value for this collator.
 *
 * @param value
 *            the strength value, either PRIMARY, SECONDARY, TERTIARY, or
 *            IDENTICAL.
 * @throws IllegalArgumentException
 *            if the provided strength value is not valid.
 */
public void setStrength(int value) {
  icuColl.setStrength(strength_Java_ICU(value));
}
origin: ibinti/bugvm

/**
 * Sets the strength value for this collator.
 *
 * @param value
 *            the strength value, either PRIMARY, SECONDARY, TERTIARY, or
 *            IDENTICAL.
 * @throws IllegalArgumentException
 *            if the provided strength value is not valid.
 */
public void setStrength(int value) {
  icuColl.setStrength(strength_Java_ICU(value));
}
origin: com.bugvm/bugvm-rt

/**
 * Sets the strength value for this collator.
 *
 * @param value
 *            the strength value, either PRIMARY, SECONDARY, TERTIARY, or
 *            IDENTICAL.
 * @throws IllegalArgumentException
 *            if the provided strength value is not valid.
 */
public void setStrength(int value) {
  icuColl.setStrength(strength_Java_ICU(value));
}
origin: com.mobidevelop.robovm/robovm-rt

/**
 * Sets the strength value for this collator.
 *
 * @param value
 *            the strength value, either PRIMARY, SECONDARY, TERTIARY, or
 *            IDENTICAL.
 * @throws IllegalArgumentException
 *            if the provided strength value is not valid.
 */
public void setStrength(int value) {
  icuColl.setStrength(strength_Java_ICU(value));
}
libcore.icuRuleBasedCollatorICUsetStrength

Popular methods of RuleBasedCollatorICU

  • <init>
  • characterIteratorToString
  • clone
  • compare
  • equals
  • getCollationElementIterator
  • getCollationKey
  • getDecomposition
  • getRules
  • getStrength
  • setDecomposition
  • setDecomposition

Popular in Java

  • Finding current android device location
  • getSystemService (Context)
  • runOnUiThread (Activity)
  • startActivity (Activity)
  • Table (com.google.common.collect)
    A collection that associates an ordered pair of keys, called a row key and a column key, with a sing
  • FlowLayout (java.awt)
    A flow layout arranges components in a left-to-right flow, much like lines of text in a paragraph. F
  • IOException (java.io)
    Signals a general, I/O-related error. Error details may be specified when calling the constructor, a
  • SocketException (java.net)
    This SocketException may be thrown during socket creation or setting options, and is the superclass
  • Charset (java.nio.charset)
    A charset is a named mapping between Unicode characters and byte sequences. Every Charset can decode
  • Reflections (org.reflections)
    Reflections one-stop-shop objectReflections scans your classpath, indexes the metadata, allows you t
  • 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