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

How to use
setDecomposition
method
in
libcore.icu.RuleBasedCollatorICU

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

origin: robovm/robovm

/**
 * Sets the decomposition rule for this collator.
 *
 * @param value
 *            the decomposition rule, either {@code NO_DECOMPOSITION} or
 *            {@code CANONICAL_DECOMPOSITION}. {@code FULL_DECOMPOSITION}
 *            is not supported.
 * @throws IllegalArgumentException
 *            if the provided decomposition rule is not valid. This includes
 *            {@code FULL_DECOMPOSITION}.
 */
public void setDecomposition(int value) {
  icuColl.setDecomposition(decompositionMode_Java_ICU(value));
}
origin: MobiVM/robovm

/**
 * Sets the decomposition rule for this collator.
 *
 * @param value
 *            the decomposition rule, either {@code NO_DECOMPOSITION} or
 *            {@code CANONICAL_DECOMPOSITION}. {@code FULL_DECOMPOSITION}
 *            is not supported.
 * @throws IllegalArgumentException
 *            if the provided decomposition rule is not valid. This includes
 *            {@code FULL_DECOMPOSITION}.
 */
public void setDecomposition(int value) {
  icuColl.setDecomposition(decompositionMode_Java_ICU(value));
}
origin: FlexoVM/flexovm

/**
 * Sets the decomposition rule for this collator.
 *
 * @param value
 *            the decomposition rule, either {@code NO_DECOMPOSITION} or
 *            {@code CANONICAL_DECOMPOSITION}. {@code FULL_DECOMPOSITION}
 *            is not supported.
 * @throws IllegalArgumentException
 *            if the provided decomposition rule is not valid. This includes
 *            {@code FULL_DECOMPOSITION}.
 */
public void setDecomposition(int value) {
  icuColl.setDecomposition(decompositionMode_Java_ICU(value));
}
origin: ibinti/bugvm

/**
 * Sets the decomposition rule for this collator.
 *
 * @param value
 *            the decomposition rule, either {@code NO_DECOMPOSITION} or
 *            {@code CANONICAL_DECOMPOSITION}. {@code FULL_DECOMPOSITION}
 *            is not supported.
 * @throws IllegalArgumentException
 *            if the provided decomposition rule is not valid. This includes
 *            {@code FULL_DECOMPOSITION}.
 */
public void setDecomposition(int value) {
  icuColl.setDecomposition(decompositionMode_Java_ICU(value));
}
origin: com.gluonhq/robovm-rt

/**
 * Sets the decomposition rule for this collator.
 *
 * @param value
 *            the decomposition rule, either {@code NO_DECOMPOSITION} or
 *            {@code CANONICAL_DECOMPOSITION}. {@code FULL_DECOMPOSITION}
 *            is not supported.
 * @throws IllegalArgumentException
 *            if the provided decomposition rule is not valid. This includes
 *            {@code FULL_DECOMPOSITION}.
 */
public void setDecomposition(int value) {
  icuColl.setDecomposition(decompositionMode_Java_ICU(value));
}
origin: com.mobidevelop.robovm/robovm-rt

/**
 * Sets the decomposition rule for this collator.
 *
 * @param value
 *            the decomposition rule, either {@code NO_DECOMPOSITION} or
 *            {@code CANONICAL_DECOMPOSITION}. {@code FULL_DECOMPOSITION}
 *            is not supported.
 * @throws IllegalArgumentException
 *            if the provided decomposition rule is not valid. This includes
 *            {@code FULL_DECOMPOSITION}.
 */
public void setDecomposition(int value) {
  icuColl.setDecomposition(decompositionMode_Java_ICU(value));
}
origin: com.bugvm/bugvm-rt

/**
 * Sets the decomposition rule for this collator.
 *
 * @param value
 *            the decomposition rule, either {@code NO_DECOMPOSITION} or
 *            {@code CANONICAL_DECOMPOSITION}. {@code FULL_DECOMPOSITION}
 *            is not supported.
 * @throws IllegalArgumentException
 *            if the provided decomposition rule is not valid. This includes
 *            {@code FULL_DECOMPOSITION}.
 */
public void setDecomposition(int value) {
  icuColl.setDecomposition(decompositionMode_Java_ICU(value));
}
libcore.icuRuleBasedCollatorICUsetDecomposition

Popular methods of RuleBasedCollatorICU

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

Popular in Java

  • Making http post requests using okhttp
  • getSharedPreferences (Context)
  • getResourceAsStream (ClassLoader)
  • scheduleAtFixedRate (Timer)
  • VirtualMachine (com.sun.tools.attach)
    A Java virtual machine. A VirtualMachine represents a Java virtual machine to which this Java vir
  • Charset (java.nio.charset)
    A charset is a named mapping between Unicode characters and byte sequences. Every Charset can decode
  • Enumeration (java.util)
    A legacy iteration interface.New code should use Iterator instead. Iterator replaces the enumeration
  • Map (java.util)
    A Map is a data structure consisting of a set of keys and values in which each key is mapped to a si
  • Set (java.util)
    A Set is a data structure which does not allow duplicate elements.
  • JarFile (java.util.jar)
    JarFile is used to read jar entries and their associated data from jar files.
  • Sublime Text for Python
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