Searched refs:NO_DECOMPOSITION (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/java/text/
H A DCollator.java169 * level if decomposition is set to NO_DECOMPOSITION.
174 * Decomposition mode value. With NO_DECOMPOSITION
181 public final static int NO_DECOMPOSITION = 0; field in class:Collator
284 result.setDecomposition(NO_DECOMPOSITION);
402 * <LI>NO_DECOMPOSITION,
410 * @see java.text.Collator#NO_DECOMPOSITION
423 * @see java.text.Collator#NO_DECOMPOSITION
430 if ((decompositionMode != NO_DECOMPOSITION) &&
/openjdk7/jdk/test/java/util/PluggableLocale/
H A DCollatorProviderTest.java83 jresResult.setDecomposition(Collator.NO_DECOMPOSITION);

Completed in 58 milliseconds