HomeSort by relevance Sort by last modified time
    Searched defs:lkf (Results 1 - 2 of 2) sorted by null

  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
ICUServiceTest.java 930 LocaleKeyFactory lkf = new LKFSubclass(false); local
931 logln("lkf: " + lkf);
932 logln("obj: " + lkf.create(lkey, null));
933 logln(lkf.getDisplayName("foo", null));
934 logln(lkf.getDisplayName("bar", null));
935 lkf.updateVisibleIDs(new HashMap());
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
ICUServiceTest.java 929 LocaleKeyFactory lkf = new LKFSubclass(false); local
930 logln("lkf: " + lkf);
931 logln("obj: " + lkf.create(lkey, null));
932 logln(lkf.getDisplayName("foo", null));
933 logln(lkf.getDisplayName("bar", null));
934 lkf.updateVisibleIDs(new HashMap());
    [all...]

Completed in 2481 milliseconds