Home
last modified time | relevance | path

Searched refs:ures_getKey (Results 1 – 25 of 28) sorted by relevance

12

/external/icu/icu4c/source/test/cintltst/
Dcldrtest.c89 currentBundleKey = ures_getKey(currentBundle); in TestKeyInRootRecursive()
96 subBundleKey = ures_getKey(subBundle); in TestKeyInRootRecursive()
103 ures_getKey(currentBundle), in TestKeyInRootRecursive()
113 ures_getKey(currentBundle), in TestKeyInRootRecursive()
132 ures_getKey(currentBundle), in TestKeyInRootRecursive()
146 ures_getKey(currentBundle), in TestKeyInRootRecursive()
156 ures_getKey(currentBundle), in TestKeyInRootRecursive()
186 ures_getKey(currentBundle), in TestKeyInRootRecursive()
218 ures_getKey(currentBundle), in TestKeyInRootRecursive()
227 ures_getKey(currentBundle), in TestKeyInRootRecursive()
[all …]
Dcreststn.c1054 key=ures_getKey(teFillin); in TestAPI()
1072 key=ures_getKey(teFillin); in TestAPI()
1218 if(ures_getKey(NULL) != NULL){ in TestErrorConditions()
1219 …ERROR: ures_getKey() should return NULL when UResourceBundle=NULL. Got =%d\n", ures_getKey(NULL)); in TestErrorConditions()
1298 key=ures_getKey(teFillin); in TestErrorConditions()
1933 key=ures_getKey(tagelement); in testTag()
1964 if(strcmp(ures_getKey(tagelement), item_tag) == 0){ in testTag()
2369 if (strcmp(ures_getKey(tb), "collations") != 0) { in TestResourceLevelAliasing()
2370 …g_err("ures_getKey(aliasB) unexpectedly returned %s instead of \"collations\"\n", ures_getKey(tb)); in TestResourceLevelAliasing()
2398 key = ures_getKey(t); in TestDirectAccess()
[all …]
Dcrestst.c682 key=ures_getKey(item); in TestTable32()
759 key=ures_getKey(item); in TestTable32()
946 log_err("%s\n", ures_getKey(helper)); in TestGetSize()
/external/icu/icu4c/source/common/
Duloc_keytype.cpp147 const char* legacyKeyId = ures_getKey(keyMapEntry.getAlias()); in initFromResourceBundle()
211 const char* legacyTypeId = ures_getKey(typeMapEntry.getAlias()); in initFromResourceBundle()
319 const char* from = ures_getKey(typeAliasDataEntry.getAlias()); in initFromResourceBundle()
369 const char* from = ures_getKey(bcpTypeAliasDataEntry.getAlias()); in initFromResourceBundle()
Dresbund.cpp280 return ures_getKey(fResource); in getKey()
Duresbund.cpp1440 U_CAPI const char * U_EXPORT2 ures_getKey(const UResourceBundle *resB) { in ures_getKey() function
2456 result = ures_getKey(k); in ures_loc_nextLocale()
2512 path, INDEX_LOCALE_NAME, INDEX_TAG, ures_getKey(&myContext->installed)); in ures_openAvailableLocales()
2906 k = ures_getKey(subPtr); in ures_getKeywordValues()
Ducurr.cpp1029 iso = (char*)ures_getKey(names); in collectCurrencyNames()
1085 iso = (char*)ures_getKey(names); in collectCurrencyNames()
2601 const char *region = ures_getKey(&bundlekey); in ucurr_getKeywordValuesForLocale()
/external/icu/icu4c/source/i18n/
Derarules.cpp139 const char *eraIdxStr = ures_getKey(eraRuleRes.getAlias()); in createInstance()
164 const char *key = ures_getKey(res.getAlias()); in createInstance()
Dregion.cpp177 UnicodeString *groupingName = new UnicodeString(ures_getKey(groupingBundle), -1, US_INV); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
212 const char *aliasFrom = ures_getKey(res.getAlias()); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
339 const char *parent = ures_getKey(mapping.getAlias()); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
Dnumsys.cpp304 const char *nsName = ures_getKey(nsCurrent.getAlias()); in getAvailableNames()
Dtranslit.cpp1514 UnicodeString id(ures_getKey(colBund), -1, US_INV); in initializeRegistry()
1520 const char* typeStr = ures_getKey(res); in initializeRegistry()
Dtimezone.cpp284 …U_DEBUG_TZ_MSG(("Loading zone '%s' (%s, size %d) - %s\n", buf, ures_getKey((UResourceBundle*)&res)… in openOlsonResource()
1616 winid = UnicodeString(ures_getKey(winzone), -1 , US_INV); in getWindowsID()
Dzonemeta.cpp794 const char *mzID = ures_getKey(&res); in initAvailableMetaZoneIDs()
Dolsontz.cpp127 U_DEBUG_TZ_MSG(("OlsonTimeZone(%s)\n", ures_getKey((UResourceBundle*)res))); in OlsonTimeZone()
Ddtptngen.cpp97 const char *akey = ures_getKey(aiter->entries[i].item); in ures_a_open()
122 *key = ures_getKey(item); in ures_a_getNextString()
Dplurrule.cpp1746 const char *result = ures_getKey(fRes); in next()
/external/icu/icu4c/source/tools/ctestfw/
Dtestdata.cpp56 : TestData(ures_getKey(data)), in RBTestData()
Ddatamap.cpp78 fData->put(UnicodeString(ures_getKey(t), -1, US_INV), new ResourceBundle(t, status), status); in init()
/external/icu/libandroidicu/include/unicode/
Dures.h550 ures_getKey(const UResourceBundle *resourceBundle);
Durename.h1518 #define ures_getKey U_ICU_ENTRY_POINT_RENAME(ures_getKey) macro
/external/icu/icu4c/source/common/unicode/
Dures.h550 ures_getKey(const UResourceBundle *resourceBundle);
Durename.h1518 #define ures_getKey U_ICU_ENTRY_POINT_RENAME(ures_getKey) macro
/external/icu/icu4c/source/samples/uresb/
Duresb.c229 const char *key = ures_getKey(resource); in printOutBundle()
/external/icu/icu4c/source/tools/genrb/
Dderb.cpp425 const char *key = ures_getKey(resource); in printOutBundle()
/external/icu/icu4c/source/test/intltest/
Drestsnew.cpp559 CONFIRM_EQ((UnicodeString)ures_getKey(bundle), (UnicodeString)data[i]); in TestOtherAPI()

12