Home
last modified time | relevance | path

Searched refs:currentDescriptor (Results 1 – 5 of 5) sorted by relevance

/external/icu4c/common/
Dserv.cpp54 ICUServiceKey::currentDescriptor(UnicodeString& result) const in currentDescriptor() function in ICUServiceKey
464 UnicodeString currentDescriptor; in getKey() local
488 currentDescriptor.remove(); in getKey()
489 key.currentDescriptor(currentDescriptor); in getKey()
490 result = (CacheEntry*)serviceCache->get(currentDescriptor); in getKey()
509 result = new CacheEntry(currentDescriptor, service); in getKey()
531 UnicodeString* idToCache = new UnicodeString(currentDescriptor); in getKey()
Dservlk.cpp103 LocaleKey::currentDescriptor(UnicodeString& result) const { in currentDescriptor() function in LocaleKey
Dserv.h130 virtual UnicodeString& currentDescriptor(UnicodeString& result) const;
Dservloc.h127 virtual UnicodeString& currentDescriptor(UnicodeString& result) const;
/external/icu4c/test/intltest/
Dicusvtst.cpp1134 logln("lkey descriptor: " + lkey->currentDescriptor(result)); in testLocale()
1140 logln("lkey descriptor 2: " + lkey->currentDescriptor(result)); in testLocale()
1144 logln("lkey descriptor 3: " + lkey->currentDescriptor(result)); in testLocale()
1440 key->currentDescriptor(str); in testCoverage()