Home
last modified time | relevance | path

Searched defs:aKey (Results 1 – 17 of 17) sorted by relevance

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DUResourceBundle.java508 public UResourceBundle get(String aKey) { in get()
530 protected UResourceBundle findTopLevel(String aKey) { in findTopLevel()
802 protected UResourceBundle handleGet(String aKey, HashMap<String, String> aliasesVisited, in handleGet() argument
852 protected Object handleGetObject(String aKey) { in handleGetObject()
865 private Object handleGetObjectImpl(String aKey, UResourceBundle requested) { in handleGetObjectImpl()
883 private Object resolveObject(String aKey, UResourceBundle requested) { in resolveObject()
DLocaleData.java203 final String aKey = exemplarSetTypes[extype]; // will throw an out-of-bounds exception in getExemplarSet() local
/external/icu/android_icu4j/src/main/java/android/icu/util/
DUResourceBundle.java487 public UResourceBundle get(String aKey) { in get()
509 protected UResourceBundle findTopLevel(String aKey) { in findTopLevel()
767 protected UResourceBundle handleGet(String aKey, HashMap<String, String> aliasesVisited, in handleGet() argument
813 protected Object handleGetObject(String aKey) { in handleGetObject()
826 private Object handleGetObjectImpl(String aKey, UResourceBundle requested) { in handleGetObjectImpl()
844 private Object resolveObject(String aKey, UResourceBundle requested) { in resolveObject()
DLocaleData.java202 final String aKey = exemplarSetTypes[extype]; // will throw an out-of-bounds exception in getExemplarSet() local
/external/skqp/src/gpu/
DGrProgramDesc.h74 const uint32_t* aKey = this->asKey(); variable
/external/guice/core/test/com/google/inject/spi/
DSpiBindingsTest.java160 final Key<String> aKey = Key.get(String.class, Names.named("a")); in testToKeyBinding() local
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DResourceBundleWrapper.java55 protected Object handleGetObject(String aKey){ in handleGetObject()
DICUResourceBundle.java339 public ICUResourceBundle findTopLevel(String aKey) { in findTopLevel()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DResourceBundleWrapper.java53 protected Object handleGetObject(String aKey){ in handleGetObject()
DICUResourceBundle.java334 public ICUResourceBundle findTopLevel(String aKey) { in findTopLevel()
/external/clang/test/SemaCXX/
Dreturn-noreturn.cpp117 void test_PR9380(const PR9380& aKey) { in test_PR9380()
/external/llvm-project/clang/test/SemaCXX/
Dreturn-noreturn.cpp117 void test_PR9380(const PR9380& aKey) { in test_PR9380()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DICUResourceBundleTest.java903 protected Object handleGetObject(String aKey) {return null;} in TestCoverage()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DICUResourceBundleTest.java906 protected Object handleGetObject(String aKey) {return null;} in TestCoverage()
/external/guice/core/test/com/google/inject/internal/
DOptionalBinderTest.java1136 final Key<String> aKey = Key.get(String.class, Names.named("A_string")); in testModuleOverrideRepeatedInstalls_toKey() local
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestInheritance.java939 V aKey = a.get(key); in showDifferences() local
/external/icu/icu4c/source/common/
Duresbund.cpp1066 char *aKey = parent->fResPath; in init_resb_result() local