Searched refs:aKey (Results 1 - 12 of 12) sorted by relevance

/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DAMutableDictionary.h43 - (id) objectForKey:(id)aKey;
44 - (void) setObject:(id)obj forKey:(id)aKey;
45 - (void) removeObjectForKey:(id)aKey;
H A DACBTree.h34 + (ACBKey *)newKeyWithKStr:(NSString *)aKey;
36 - (id) initWithKStr:(NSString *)aKey;
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DUResourceBundle.java695 * @param aKey a key associated with the wanted resource
700 public UResourceBundle get(String aKey) { argument
701 UResourceBundle obj = findTopLevel(aKey);
706 + aKey, this.getClass().getName(), aKey);
715 * @param aKey the key associated with the wanted resource
722 protected UResourceBundle findTopLevel(String aKey) { argument
727 UResourceBundle obj = res.handleGet(aKey, null, this);
986 * @param aKey the key string of the resource to be fetched
994 protected UResourceBundle handleGet(String aKey, HashMa argument
1043 handleGetObject(String aKey) argument
1056 handleGetObjectImpl(String aKey, UResourceBundle requested) argument
1074 resolveObject(String aKey, UResourceBundle requested) argument
[all...]
H A DLocaleData.java193 final String aKey = exemplarSetTypes[extype]; // will throw an out-of-bounds exception
194 ICUResourceBundle stringBundle = (ICUResourceBundle) bundle.get(aKey);
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DResourceBundleWrapper.java42 protected Object handleGetObject(String aKey){ argument
47 obj = current.bundle.getObject(aKey);
56 +", key "+aKey,
58 aKey);
H A DICUResourceBundle.java410 public ICUResourceBundle findTopLevel(String aKey) { argument
411 return (ICUResourceBundle) super.findTopLevel(aKey);
1210 UResourceBundle get(String aKey, HashMap<String, String> aliasesVisited, UResourceBundle requested) { argument
1211 ICUResourceBundle obj = (ICUResourceBundle)handleGet(aKey, aliasesVisited, requested);
1216 obj = (ICUResourceBundle)obj.get(aKey, aliasesVisited, requested);
1222 + aKey, this.getClass().getName(), aKey);
/external/clang/test/SemaCXX/
H A Dreturn-noreturn.cpp117 void test_PR9380(const PR9380& aKey) { argument
118 const PR9380& flatKey = PR9380_B(aKey);
/external/icu/icu4c/source/common/
H A Duresbund.cpp1023 char *aKey = parent->fResPath; local
1024 if(aKey) {
1025 uprv_strcpy(chAlias, aKey); /* allocated large enough above */
1026 aKey = chAlias;
1027 r = res_findResource(&(mainRes->fResData), mainRes->fRes, &aKey, &temp);
1050 aKey = chAlias;
1051 r = res_findResource(&(mainRes->fResData), r, &aKey, &temp);
1057 r = res_getTableItemByIndex(&(mainRes->fResData), r, idx, (const char **)&aKey);
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DICUResourceBundleTest.java932 protected Object handleGetObject(String aKey) {return null;}
/external/sqlite/dist/orig/
H A Dsqlite3.c68009 const unsigned char *aKey = (const unsigned char *)pKey; local
68161 const unsigned char *aKey = (const unsigned char*)pKey; local
68322 vdbeRecordDecodeInt(u32 serial_type, const u8 *aKey) argument
68580 const u8 *aKey = &((const u8*)pKey1)[*(const u8*)pKey1 & 0x3F]; local
78255 u8 *aKey; /* Pointer to current key */ member in struct:PmaReader
[all...]
/external/sqlite/dist/
H A Dsqlite3.c68027 const unsigned char *aKey = (const unsigned char *)pKey; local
68179 const unsigned char *aKey = (const unsigned char*)pKey; local
68340 vdbeRecordDecodeInt(u32 serial_type, const u8 *aKey) argument
68598 const u8 *aKey = &((const u8*)pKey1)[*(const u8*)pKey1 & 0x3F]; local
78273 u8 *aKey; /* Pointer to current key */ member in struct:PmaReader
[all...]
/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 1217 milliseconds