/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | ICUService.java | 197 public String currentDescriptor() { in currentDescriptor() method in ICUService.Key 421 String currentDescriptor = null; in getKey() local 445 currentDescriptor = key.currentDescriptor(); in getKey() 446 … if (DEBUG) System.out.println(name + "[" + NDebug++ + "] looking for: " + currentDescriptor); in getKey() 447 result = cache.get(currentDescriptor); in getKey() 449 … if (DEBUG) System.out.println(name + " found with descriptor: " + currentDescriptor); in getKey() 452 … if (DEBUG) System.out.println("did not find: " + currentDescriptor + " in cache"); in getKey() 467 result = new CacheEntry(currentDescriptor, service); in getKey() 468 … if (DEBUG) System.out.println(name + " factory supported: " + currentDescriptor + ", caching"); in getKey() 471 … if (DEBUG) System.out.println("factory did not support: " + currentDescriptor); in getKey() [all …]
|
D | ICULocaleService.java | 274 public String currentDescriptor() { in currentDescriptor() method in ICULocaleService.LocaleKey
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | ICUService.java | 194 public String currentDescriptor() { in currentDescriptor() method in ICUService.Key 416 String currentDescriptor = null; in getKey() local 440 currentDescriptor = key.currentDescriptor(); in getKey() 441 … if (DEBUG) System.out.println(name + "[" + NDebug++ + "] looking for: " + currentDescriptor); in getKey() 442 result = cache.get(currentDescriptor); in getKey() 444 … if (DEBUG) System.out.println(name + " found with descriptor: " + currentDescriptor); in getKey() 447 … if (DEBUG) System.out.println("did not find: " + currentDescriptor + " in cache"); in getKey() 462 result = new CacheEntry(currentDescriptor, service); in getKey() 463 … if (DEBUG) System.out.println(name + " factory supported: " + currentDescriptor + ", caching"); in getKey() 466 … if (DEBUG) System.out.println("factory did not support: " + currentDescriptor); in getKey() [all …]
|
D | ICULocaleService.java | 269 public String currentDescriptor() { in currentDescriptor() method in ICULocaleService.LocaleKey
|
/external/icu/icu4c/source/common/ |
D | serv.cpp | 57 ICUServiceKey::currentDescriptor(UnicodeString& result) const in currentDescriptor() function in ICUServiceKey 455 UnicodeString currentDescriptor; in getKey() local 479 currentDescriptor.remove(); in getKey() 480 key.currentDescriptor(currentDescriptor); in getKey() 481 result = (CacheEntry*)serviceCache->get(currentDescriptor); in getKey() 499 result = new CacheEntry(currentDescriptor, service.getAlias()); in getKey() 522 LocalPointer<UnicodeString> idToCache(new UnicodeString(currentDescriptor), status); in getKey()
|
D | servlk.cpp | 104 LocaleKey::currentDescriptor(UnicodeString& result) const { in currentDescriptor() function in LocaleKey
|
D | serv.h | 132 virtual UnicodeString& currentDescriptor(UnicodeString& result) const;
|
D | servloc.h | 129 virtual UnicodeString& currentDescriptor(UnicodeString& result) const override;
|
/external/cronet/third_party/icu/source/common/ |
D | serv.cpp | 57 ICUServiceKey::currentDescriptor(UnicodeString& result) const in currentDescriptor() function in ICUServiceKey 455 UnicodeString currentDescriptor; in getKey() local 479 currentDescriptor.remove(); in getKey() 480 key.currentDescriptor(currentDescriptor); in getKey() 481 result = (CacheEntry*)serviceCache->get(currentDescriptor); in getKey() 499 result = new CacheEntry(currentDescriptor, service.getAlias()); in getKey() 522 LocalPointer<UnicodeString> idToCache(new UnicodeString(currentDescriptor), status); in getKey()
|
D | servlk.cpp | 104 LocaleKey::currentDescriptor(UnicodeString& result) const { in currentDescriptor() function in LocaleKey
|
D | serv.h | 132 virtual UnicodeString& currentDescriptor(UnicodeString& result) const;
|
D | servloc.h | 129 virtual UnicodeString& currentDescriptor(UnicodeString& result) const override;
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/ |
D | ICUServiceTest.java | 734 logln("lkey descriptor: " + lkey.currentDescriptor()); in TestLocale() 738 logln("lkey descriptor 2: " + lkey.currentDescriptor()); in TestLocale() 741 logln("lkey descriptor 3: " + lkey.currentDescriptor()); in TestLocale()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
D | ICUServiceTest.java | 731 logln("lkey descriptor: " + lkey.currentDescriptor()); in TestLocale() 735 logln("lkey descriptor 2: " + lkey.currentDescriptor()); in TestLocale() 738 logln("lkey descriptor 3: " + lkey.currentDescriptor()); in TestLocale()
|
/external/icu/icu4c/source/test/intltest/ |
D | icusvtst.cpp | 1136 logln("lkey descriptor: " + lkey->currentDescriptor(result)); in testLocale() 1142 logln("lkey descriptor 2: " + lkey->currentDescriptor(result)); in testLocale() 1146 logln("lkey descriptor 3: " + lkey->currentDescriptor(result)); in testLocale() 1442 key->currentDescriptor(str); in testCoverage()
|
/external/cronet/third_party/icu/source/test/intltest/ |
D | icusvtst.cpp | 1136 logln("lkey descriptor: " + lkey->currentDescriptor(result)); in testLocale() 1142 logln("lkey descriptor 2: " + lkey->currentDescriptor(result)); in testLocale() 1146 logln("lkey descriptor 3: " + lkey->currentDescriptor(result)); in testLocale() 1442 key->currentDescriptor(str); in testCoverage()
|
/external/icu/libicu/cts_headers/ |
D | serv.h | 132 virtual UnicodeString& currentDescriptor(UnicodeString& result) const;
|
D | servloc.h | 129 virtual UnicodeString& currentDescriptor(UnicodeString& result) const override;
|