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

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DICUService.java138 * <p>Keys provide both a currentDescriptor and a currentID.
192 public String currentDescriptor() { method in class:ICUService.Key
417 String currentDescriptor = null;
441 currentDescriptor = key.currentDescriptor();
442 if (DEBUG) System.out.println(name + "[" + NDebug++ + "] looking for: " + currentDescriptor);
443 result = cache.get(currentDescriptor);
445 if (DEBUG) System.out.println(name + " found with descriptor: " + currentDescriptor);
448 if (DEBUG) System.out.println("did not find: " + currentDescriptor + " in cache");
463 result = new CacheEntry(currentDescriptor, servic
[all...]
H A DICULocaleService.java152 * default locale. If a prefix is present, the currentDescriptor
264 public String currentDescriptor() { method in class:ICULocaleService.LocaleKey
/external/icu/icu4c/source/common/
H A Dserv.cpp54 ICUServiceKey::currentDescriptor(UnicodeString& result) const function in class:ICUServiceKey
464 UnicodeString currentDescriptor; local
488 currentDescriptor.remove();
489 key.currentDescriptor(currentDescriptor);
490 result = (CacheEntry*)serviceCache->get(currentDescriptor);
509 result = new CacheEntry(currentDescriptor, service);
531 UnicodeString* idToCache = new UnicodeString(currentDescriptor);
H A Dservlk.cpp102 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/icu/icu4c/source/test/intltest/
H A Dicusvtst.cpp1133 logln("lkey descriptor: " + lkey->currentDescriptor(result));
1139 logln("lkey descriptor 2: " + lkey->currentDescriptor(result));
1143 logln("lkey descriptor 3: " + lkey->currentDescriptor(result));
1439 key->currentDescriptor(str);
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DICUServiceTest.java715 logln("lkey descriptor: " + lkey.currentDescriptor());
719 logln("lkey descriptor 2: " + lkey.currentDescriptor());
722 logln("lkey descriptor 3: " + lkey.currentDescriptor());
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 477 milliseconds