Searched refs:currentDescriptor (Results 1 – 5 of 5) sorted by relevance
54 ICUServiceKey::currentDescriptor(UnicodeString& result) const in currentDescriptor() function in ICUServiceKey460 UnicodeString currentDescriptor; in getKey() local484 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()
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;
1130 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()