Searched refs:currentDescriptor (Results 1 - 10 of 10) sorted by relevance

/external/chromium/third_party/icu/source/common/
H A Dserv.cpp54 ICUServiceKey::currentDescriptor(UnicodeString& result) const function in class:ICUServiceKey
463 UnicodeString currentDescriptor; local
487 currentDescriptor.remove();
488 key.currentDescriptor(currentDescriptor);
489 result = (CacheEntry*)serviceCache->get(currentDescriptor);
508 result = new CacheEntry(currentDescriptor, service);
530 UnicodeString* idToCache = new UnicodeString(currentDescriptor);
H A Dservlk.cpp103 LocaleKey::currentDescriptor(UnicodeString& result) const { function in class:LocaleKey
H A Dserv.h58 * <p>ICUServiceKeys provide both a currentDescriptor and a currentID.
130 virtual UnicodeString& currentDescriptor(UnicodeString& result) const;
H A Dservloc.h55 * default locale. If a prefix is present, the currentDescriptor
127 virtual UnicodeString& currentDescriptor(UnicodeString& result) const;
/external/icu4c/common/
H A Dserv.cpp54 ICUServiceKey::currentDescriptor(UnicodeString& result) const function in class:ICUServiceKey
463 UnicodeString currentDescriptor; local
487 currentDescriptor.remove();
488 key.currentDescriptor(currentDescriptor);
489 result = (CacheEntry*)serviceCache->get(currentDescriptor);
508 result = new CacheEntry(currentDescriptor, service);
530 UnicodeString* idToCache = new UnicodeString(currentDescriptor);
H A Dservlk.cpp103 LocaleKey::currentDescriptor(UnicodeString& result) const { function in class:LocaleKey
H A Dserv.h58 * <p>ICUServiceKeys provide both a currentDescriptor and a currentID.
130 virtual UnicodeString& currentDescriptor(UnicodeString& result) const;
H A Dservloc.h55 * default locale. If a prefix is present, the currentDescriptor
127 virtual UnicodeString& currentDescriptor(UnicodeString& result) const;
/external/chromium/third_party/icu/source/test/intltest/
H A Dicusvtst.cpp1130 logln("lkey descriptor: " + lkey->currentDescriptor(result));
1136 logln("lkey descriptor 2: " + lkey->currentDescriptor(result));
1140 logln("lkey descriptor 3: " + lkey->currentDescriptor(result));
1436 key->currentDescriptor(str);
/external/icu4c/test/intltest/
H A Dicusvtst.cpp1130 logln("lkey descriptor: " + lkey->currentDescriptor(result));
1136 logln("lkey descriptor 2: " + lkey->currentDescriptor(result));
1140 logln("lkey descriptor 3: " + lkey->currentDescriptor(result));
1436 key->currentDescriptor(str);

Completed in 65 milliseconds