HomeSort by relevance Sort by last modified time
    Searched refs:IntStringHashtable (Results 1 - 6 of 6) sorted by null

  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
IntStringHashtable.java 19 public class IntStringHashtable {
21 public IntStringHashtable (String defaultValue) {
NormalizerData.java 82 NormalizerData(IntHashtable canonicalClass, IntStringHashtable decompose,
120 private IntStringHashtable decompose;
NormalizerBuilder.java 55 IntStringHashtable decompose = new IntStringHashtable(null);
115 IntHashtable canonicalClass, IntStringHashtable decompose,
259 private static void setMinimalDecomp(IntHashtable canonicalClass, IntStringHashtable decompose,
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/
IntStringHashtable.java 22 public class IntStringHashtable {
24 public IntStringHashtable (String defaultValue) {
NormalizerData.java 85 NormalizerData(IntHashtable canonicalClass, IntStringHashtable decompose,
123 private IntStringHashtable decompose;
NormalizerBuilder.java 56 IntStringHashtable decompose = new IntStringHashtable(null);
116 IntHashtable canonicalClass, IntStringHashtable decompose,
260 private static void setMinimalDecomp(IntHashtable canonicalClass, IntStringHashtable decompose,

Completed in 109 milliseconds