Home
last modified time | relevance | path

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

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DICUService.java192 public String currentDescriptor() { in currentDescriptor() method in ICUService.Key
417 String currentDescriptor = null; in getKey() local
441 currentDescriptor = key.currentDescriptor(); in getKey()
442 … if (DEBUG) System.out.println(name + "[" + NDebug++ + "] looking for: " + currentDescriptor); in getKey()
443 result = cache.get(currentDescriptor); in getKey()
445 … if (DEBUG) System.out.println(name + " found with descriptor: " + currentDescriptor); in getKey()
448 … if (DEBUG) System.out.println("did not find: " + currentDescriptor + " in cache"); in getKey()
463 result = new CacheEntry(currentDescriptor, service); in getKey()
464 … if (DEBUG) System.out.println(name + " factory supported: " + currentDescriptor + ", caching"); in getKey()
467 … if (DEBUG) System.out.println("factory did not support: " + currentDescriptor); in getKey()
[all …]
DICULocaleService.java264 public String currentDescriptor() { in currentDescriptor() method in ICULocaleService.LocaleKey
/external/icu/icu4c/source/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.cpp102 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/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DICUServiceTest.java715 logln("lkey descriptor: " + lkey.currentDescriptor()); in TestLocale()
719 logln("lkey descriptor 2: " + lkey.currentDescriptor()); in TestLocale()
722 logln("lkey descriptor 3: " + lkey.currentDescriptor()); in TestLocale()
/external/icu/icu4c/source/test/intltest/
Dicusvtst.cpp1133 logln("lkey descriptor: " + lkey->currentDescriptor(result)); in testLocale()
1139 logln("lkey descriptor 2: " + lkey->currentDescriptor(result)); in testLocale()
1143 logln("lkey descriptor 3: " + lkey->currentDescriptor(result)); in testLocale()
1439 key->currentDescriptor(str); in testCoverage()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...