Searched refs:currentDescriptor (Results 1 – 5 of 5) sorted by relevance
54 ICUServiceKey::currentDescriptor(UnicodeString& result) const in currentDescriptor() function in ICUServiceKey464 UnicodeString currentDescriptor; in getKey() local488 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()
103 LocaleKey::currentDescriptor(UnicodeString& result) const { in currentDescriptor() function in LocaleKey
130 virtual UnicodeString& currentDescriptor(UnicodeString& result) const;
127 virtual UnicodeString& currentDescriptor(UnicodeString& result) const;
1134 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()