HomeSort by relevance Sort by last modified time
    Searched full:currentdescriptor (Results 1 - 16 of 16) sorted by null

  /external/icu/android_icu4j/src/main/java/android/icu/impl/
ICUService.java 140 * <p>Keys provide both a currentDescriptor and a currentID.
194 public String currentDescriptor() {
419 String currentDescriptor = null;
443 currentDescriptor = key.currentDescriptor();
444 if (DEBUG) System.out.println(name + "[" + NDebug++ + "] looking for: " + currentDescriptor);
445 result = cache.get(currentDescriptor);
447 if (DEBUG) System.out.println(name + " found with descriptor: " + currentDescriptor);
450 if (DEBUG) System.out.println("did not find: " + currentDescriptor + " in cache");
465 result = new CacheEntry(currentDescriptor, service)
    [all...]
ICULocaleService.java 156 * default locale. If a prefix is present, the currentDescriptor
268 public String currentDescriptor() {
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
ICUService.java 138 * <p>Keys provide both a currentDescriptor and a currentID.
192 public String currentDescriptor() {
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, service)
    [all...]
ICULocaleService.java 152 * default locale. If a prefix is present, the currentDescriptor
264 public String currentDescriptor() {
  /external/icu/icu4c/source/common/
serv.cpp 54 ICUServiceKey::currentDescriptor(UnicodeString& result) const
464 UnicodeString currentDescriptor;
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);
servlk.cpp 102 LocaleKey::currentDescriptor(UnicodeString& result) const {
servloc.h 55 * default locale. If a prefix is present, the currentDescriptor
127 virtual UnicodeString& currentDescriptor(UnicodeString& result) const;
serv.h 58 * <p>ICUServiceKeys provide both a currentDescriptor and a currentID.
130 virtual UnicodeString& currentDescriptor(UnicodeString& result) const;
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
ICUServiceTest.java 719 logln("lkey descriptor: " + lkey.currentDescriptor());
723 logln("lkey descriptor 2: " + lkey.currentDescriptor());
726 logln("lkey descriptor 3: " + lkey.currentDescriptor());
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
ICUServiceTest.java 715 logln("lkey descriptor: " + lkey.currentDescriptor());
719 logln("lkey descriptor 2: " + lkey.currentDescriptor());
722 logln("lkey descriptor 3: " + lkey.currentDescriptor());
    [all...]
  /external/icu/icu4c/source/test/intltest/
icusvtst.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/0.20.0/
org.eclipse.tycho.p2.maven.repository-0.20.0.jar 

Completed in 368 milliseconds