Home
last modified time | relevance | path

Searched refs:LKFSubclass (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DICUServiceTest.java926 LocaleKeyFactory lkf = new LKFSubclass(false); in TestCoverage()
933 LocaleKeyFactory invisibleLKF = new LKFSubclass(false); in TestCoverage()
1000 static class LKFSubclass extends LocaleKeyFactory { class in ICUServiceTest
1001 LKFSubclass(boolean visible) { in LKFSubclass() method in ICUServiceTest.LKFSubclass
/external/icu/icu4c/source/test/intltest/
Dicusvtst.cpp45 class LKFSubclass : public LocaleKeyFactory { class
49 LKFSubclass(UBool visible) in LKFSubclass() function in LKFSubclass
1413 LKFSubclass lkf(TRUE); // empty in testCoverage()
1425 LKFSubclass invisibleLKF(FALSE); in testCoverage()