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
460 UnicodeString currentDescriptor; in getKey() local
484 currentDescriptor.remove(); in getKey()
485 key.currentDescriptor(currentDescriptor); in getKey()
486 result = (CacheEntry*)serviceCache->get(currentDescriptor); in getKey()
505 result = new CacheEntry(currentDescriptor, service); in getKey()
527 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.cpp1130 logln("lkey descriptor: " + lkey->currentDescriptor(result)); in testLocale()
1136 logln("lkey descriptor 2: " + lkey->currentDescriptor(result)); in testLocale()
1140 logln("lkey descriptor 3: " + lkey->currentDescriptor(result)); in testLocale()
1436 key->currentDescriptor(str); in testCoverage()