Home
last modified time | relevance | path

Searched refs:matchKey (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/common/
Dserv.cpp771 ICUServiceKey* matchKey = createKey(matchID, status); in getDisplayNames() local
780 if (matchKey != NULL && !matchKey->isFallbackOf(*id)) { in getDisplayNames()
791 delete matchKey; in getDisplayNames()
/external/cronet/third_party/icu/source/common/
Dserv.cpp771 ICUServiceKey* matchKey = createKey(matchID, status); in getDisplayNames() local
780 if (matchKey != NULL && !matchKey->isFallbackOf(*id)) { in getDisplayNames()
791 delete matchKey; in getDisplayNames()
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DICUService.java716 Key matchKey = createKey(matchID); in getDisplayNames() local
717 if (matchKey == null) { in getDisplayNames()
725 if (!matchKey.isFallbackOf(e.getValue())) { in getDisplayNames()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DICUService.java711 Key matchKey = createKey(matchID); in getDisplayNames() local
712 if (matchKey == null) { in getDisplayNames()
720 if (!matchKey.isFallbackOf(e.getValue())) { in getDisplayNames()