Home
last modified time | relevance | path

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

/third_party/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
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DUResourceBundle.java485 public UResourceBundle get(String aKey) { in get()
507 protected UResourceBundle findTopLevel(String aKey) { in findTopLevel()
763 protected UResourceBundle handleGet(String aKey, HashMap<String, String> aliasesVisited, in handleGet() argument
809 protected Object handleGetObject(String aKey) { in handleGetObject()
822 private Object handleGetObjectImpl(String aKey, UResourceBundle requested) { in handleGetObjectImpl()
840 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
/third_party/flutter/skia/src/gpu/
DGrProgramDesc.h70 const uint32_t* aKey = this->asKey(); variable
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DResourceBundleWrapper.java55 protected Object handleGetObject(String aKey){ in handleGetObject()
DICUResourceBundle.java338 public ICUResourceBundle findTopLevel(String aKey) { in findTopLevel()
/third_party/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()
/third_party/node/deps/icu-small/source/common/
Duresbund.cpp1104 char *aKey = chAlias.data(); in getAliasTargetAsResourceBundle() local
1115 char *aKey = chAlias.data(); in getAliasTargetAsResourceBundle() local
1122 const char *aKey; in getAliasTargetAsResourceBundle() local
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
DICUResourceBundleTest.java904 protected Object handleGetObject(String aKey) {return null;} in TestCoverage()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DICUResourceBundleTest.java901 protected Object handleGetObject(String aKey) {return null;} in TestCoverage()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Duresbund.cpp1057 char *aKey = parent->fResPath; in init_resb_result() local
/third_party/icu/icu4c/source/common/
Duresbund.cpp1075 char *aKey = parent->fResPath; in init_resb_result() local
/third_party/skia/third_party/externals/icu/source/common/
Duresbund.cpp1075 char *aKey = parent->fResPath; in init_resb_result() local
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp91671 explicit nsPtrHashKey(const T* aKey) : mKey(const_cast<T*>(aKey)) {} in nsPtrHashKey()
91678 static KeyTypePointer KeyToPointer(KeyType aKey) { return aKey; } in KeyToPointer()
91679 static PLDHashNumber HashKey(KeyTypePointer aKey) in HashKey()
91733 static KeyTypePointer KeyToPointer(KeyType aKey) { return &aKey; } in KeyToPointer()
91734 static PLDHashNumber HashKey(const KeyTypePointer aKey) in HashKey()
91776 static KeyTypePointer KeyToPointer(KeyType aKey) { return &aKey; } in KeyToPointer()
91777 static PLDHashNumber HashKey(const KeyTypePointer aKey) in HashKey()
91808 static KeyTypePointer KeyToPointer(KeyType aKey) { return &aKey; } in KeyToPointer()
91809 static PLDHashNumber HashKey(KeyTypePointer aKey) in HashKey()
91839 explicit nsUint32HashKey(KeyTypePointer aKey) : mValue(*aKey) {} in nsUint32HashKey()
[all …]