Home
last modified time | relevance | path

Searched refs:aKey (Results 1 – 25 of 43) sorted by relevance

12

/external/icu/android_icu4j/src/main/java/android/icu/util/
DUResourceBundle.java661 public UResourceBundle get(String aKey) { in get() argument
662 UResourceBundle obj = findTopLevel(aKey); in get()
667 + aKey, this.getClass().getName(), aKey); in get()
683 protected UResourceBundle findTopLevel(String aKey) { in findTopLevel() argument
688 UResourceBundle obj = res.handleGet(aKey, null, this); in findTopLevel()
939 protected UResourceBundle handleGet(String aKey, HashMap<String, String> aliasesVisited, in handleGet() argument
984 protected Object handleGetObject(String aKey) { in handleGetObject() argument
985 return handleGetObjectImpl(aKey, this); in handleGetObject()
997 private Object handleGetObjectImpl(String aKey, UResourceBundle requested) { in handleGetObjectImpl() argument
998 Object obj = resolveObject(aKey, requested); in handleGetObjectImpl()
[all …]
DLocaleData.java186 final String aKey = exemplarSetTypes[extype]; // will throw an out-of-bounds exception in getExemplarSet() local
187 ICUResourceBundle stringBundle = (ICUResourceBundle) bundle.get(aKey); in getExemplarSet()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DUResourceBundle.java684 public UResourceBundle get(String aKey) { in get() argument
685 UResourceBundle obj = findTopLevel(aKey); in get()
690 + aKey, this.getClass().getName(), aKey); in get()
706 protected UResourceBundle findTopLevel(String aKey) { in findTopLevel() argument
711 UResourceBundle obj = res.handleGet(aKey, null, this); in findTopLevel()
978 protected UResourceBundle handleGet(String aKey, HashMap<String, String> aliasesVisited, in handleGet() argument
1027 protected Object handleGetObject(String aKey) { in handleGetObject() argument
1028 return handleGetObjectImpl(aKey, this); in handleGetObject()
1040 private Object handleGetObjectImpl(String aKey, UResourceBundle requested) { in handleGetObjectImpl() argument
1041 Object obj = resolveObject(aKey, requested); in handleGetObjectImpl()
[all …]
DLocaleData.java198 final String aKey = exemplarSetTypes[extype]; // will throw an out-of-bounds exception in getExemplarSet() local
199 ICUResourceBundle stringBundle = (ICUResourceBundle) bundle.get(aKey); in getExemplarSet()
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
DAMutableDictionary.m89 - (id) objectForKey:(id)aKey
97 if ( [aKey isKindOfClass:[NSString class]] ) {
98 kp = [ACBKey newKeyWithKStr:aKey];
101 else if ( [aKey isKindOfClass:[ACBKey class]] ) {
102 kp = aKey;
103 //ACBKey *akey = [ACBKey newKey:aKey];
107 … reason:[NSString stringWithFormat:@"What kind of key is this? %@", aKey]
125 - (void) setObject:(id)obj forKey:(id)aKey
129 if ( [aKey isKindOfClass:[NSString class]] ) {
130 kp = [ACBKey newKeyWithKStr:aKey];
[all …]
DAMutableDictionary.h43 - (id) objectForKey:(id)aKey;
44 - (void) setObject:(id)obj forKey:(id)aKey;
45 - (void) removeObjectForKey:(id)aKey;
DACBTree.h34 + (ACBKey *)newKeyWithKStr:(NSString *)aKey;
36 - (id) initWithKStr:(NSString *)aKey;
DACBTree.m28 + (ACBKey *)newKeyWithKStr:(NSString *)aKey
30 return [[ACBKey alloc] initWithKStr:(NSString *)aKey];
42 - (id) initWithKStr:(NSString *)aKey
48 key = aKey;
49 len = [aKey length];
53 strncpy( kstr, [aKey cStringUsingEncoding:NSASCIIStringEncoding], len);
/external/skia/src/gpu/
DGrProgramDesc.h45 const uint32_t* aKey = this->asKey(); variable
48 if (aKey[i] != bKey[i]) {
62 const uint32_t* aKey = a.asKey(); in Less() local
65 if (aKey[i] != bKey[i]) { in Less()
66 return aKey[i] < bKey[i] ? true : false; in Less()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DResourceBundleWrapper.java42 protected Object handleGetObject(String aKey){ in handleGetObject() argument
47 obj = current.bundle.getObject(aKey); in handleGetObject()
56 +", key "+aKey, in handleGetObject()
58 aKey); in handleGetObject()
DICUResourceBundle.java414 public ICUResourceBundle findTopLevel(String aKey) { in findTopLevel() argument
415 return (ICUResourceBundle) super.findTopLevel(aKey); in findTopLevel()
1302 …UResourceBundle get(String aKey, HashMap<String, String> aliasesVisited, UResourceBundle requested… in get() argument
1303 ICUResourceBundle obj = (ICUResourceBundle)handleGet(aKey, aliasesVisited, requested); in get()
1308 obj = (ICUResourceBundle)obj.get(aKey, aliasesVisited, requested); in get()
1314 + aKey, this.getClass().getName(), aKey); in get()
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DResourceBundleWrapper.java44 protected Object handleGetObject(String aKey){ in handleGetObject() argument
49 obj = current.bundle.getObject(aKey); in handleGetObject()
58 +", key "+aKey, in handleGetObject()
60 aKey); in handleGetObject()
DICUResourceBundle.java418 public ICUResourceBundle findTopLevel(String aKey) { in findTopLevel() argument
419 return (ICUResourceBundle) super.findTopLevel(aKey); in findTopLevel()
1306 …UResourceBundle get(String aKey, HashMap<String, String> aliasesVisited, UResourceBundle requested… in get() argument
1307 ICUResourceBundle obj = (ICUResourceBundle)handleGet(aKey, aliasesVisited, requested); in get()
1312 obj = (ICUResourceBundle)obj.get(aKey, aliasesVisited, requested); in get()
1318 + aKey, this.getClass().getName(), aKey); in get()
/external/clang/test/SemaObjC/
Dcomptypes-legal.m42 - (void) Meth : (id <NSCopying>)aKey; // expected-note {{passing argument to parameter 'aKey' here}}
Dcocoa-api-usage.m60 - (id)objectForKey:(id)aKey;
64 - (void)setObject:(id)anObject forKey:(id)aKey;
Dcocoa-api-usage.m.fixed60 - (id)objectForKey:(id)aKey;
64 - (void)setObject:(id)anObject forKey:(id)aKey;
/external/clang/test/ARCMT/
Dobjcmt-subscripting-unavailable.m.result49 - (id)objectForKey:(id)aKey;
53 - (void)setObject:(id)anObject forKey:(id)aKey;
Dobjcmt-subscripting-unavailable.m49 - (id)objectForKey:(id)aKey;
53 - (void)setObject:(id)anObject forKey:(id)aKey;
Dobjcmt-subscripting-literals-in-arc.m.result52 - (id)objectForKey:(id)aKey;
74 - (void)setObject:(id)anObject forKey:(id)aKey;
Dobjcmt-subscripting-literals-in-arc.m52 - (id)objectForKey:(id)aKey;
74 - (void)setObject:(id)anObject forKey:(id)aKey;
Dobjcmt-instancetype.m83 - (id)objectForKey:(id)aKey;
87 - (void)setObject:(id)anObject forKey:(id)aKey;
Dobjcmt-instancetype.m.result83 - (id)objectForKey:(id)aKey;
87 - (void)setObject:(id)anObject forKey:(id)aKey;
/external/clang/test/SemaCXX/
Dreturn-noreturn.cpp117 void test_PR9380(const PR9380& aKey) { in test_PR9380() argument
118 const PR9380& flatKey = PR9380_B(aKey); in test_PR9380()
/external/guice/core/test/com/google/inject/spi/
DSpiBindingsTest.java157 final Key<String> aKey = Key.get(String.class, Names.named("a")); in testToKeyBinding() local
163 bind(aKey).to(bKey); in testToKeyBinding()
172 assertEquals(aKey, binding.getKey()); in testToKeyBinding()
/external/clang/test/Analysis/
DNSContainers.m68 - (id)objectForKey:(id)aKey;
83 - (void)removeObjectForKey:(id)aKey;
84 - (void)setObject:(id)anObject forKey:(id <NSCopying>)aKey;

12