Searched defs:decmp (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/java/text/
H A DCollator.java416 return decmp;
434 decmp = decompositionMode;
481 (decmp == other.decmp));
498 decmp = CANONICAL_DECOMPOSITION;
502 private int decmp = 0; field in class:Collator
H A DRBCollationTables.java79 public RBCollationTables(String rules, int decmp) throws ParseException { argument
83 builder.build(rules, decmp); // this object is filled in through
H A DRBTableBuilder.java78 public void build(String pattern, int decmp) throws ParseException argument
97 //(1)decmp will be NO_DECOMPOSITION only in ko locale to prevent decompose
104 //Normalizer.Mode mode = CollatorUtilities.toNormalizerMode(decmp);

Completed in 573 milliseconds