Home
last modified time | relevance | path

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

12

/external/icu/icu4c/source/test/cintltst/
Dcldrtest.c85 currentBundleKey = ures_getKey(currentBundle); in TestKeyInRootRecursive()
92 subBundleKey = ures_getKey(subBundle); in TestKeyInRootRecursive()
99 ures_getKey(currentBundle), in TestKeyInRootRecursive()
109 ures_getKey(currentBundle), in TestKeyInRootRecursive()
128 ures_getKey(currentBundle), in TestKeyInRootRecursive()
142 ures_getKey(currentBundle), in TestKeyInRootRecursive()
152 ures_getKey(currentBundle), in TestKeyInRootRecursive()
182 ures_getKey(currentBundle), in TestKeyInRootRecursive()
214 ures_getKey(currentBundle), in TestKeyInRootRecursive()
223 ures_getKey(currentBundle), in TestKeyInRootRecursive()
[all …]
Dcreststn.c1049 key=ures_getKey(teFillin); in TestAPI()
1067 key=ures_getKey(teFillin); in TestAPI()
1213 if(ures_getKey(NULL) != NULL){ in TestErrorConditions()
1214 …ERROR: ures_getKey() should return NULL when UResourceBundle=NULL. Got =%d\n", ures_getKey(NULL)); in TestErrorConditions()
1293 key=ures_getKey(teFillin); in TestErrorConditions()
1928 key=ures_getKey(tagelement); in testTag()
1959 if(strcmp(ures_getKey(tagelement), item_tag) == 0){ in testTag()
2364 if (strcmp(ures_getKey(tb), "collations") != 0) { in TestResourceLevelAliasing()
2365 …g_err("ures_getKey(aliasB) unexpectedly returned %s instead of \"collations\"\n", ures_getKey(tb)); in TestResourceLevelAliasing()
2393 key = ures_getKey(t); in TestDirectAccess()
[all …]
Dcrestst.c678 key=ures_getKey(item); in TestTable32()
755 key=ures_getKey(item); in TestTable32()
942 log_err("%s\n", ures_getKey(helper)); in TestGetSize()
/external/icu/icu4c/source/common/
Duloc_keytype.cpp143 const char* legacyKeyId = ures_getKey(keyMapEntry.getAlias()); in initFromResourceBundle()
207 const char* legacyTypeId = ures_getKey(typeMapEntry.getAlias()); in initFromResourceBundle()
311 const char* from = ures_getKey(typeAliasDataEntry.getAlias()); in initFromResourceBundle()
361 const char* from = ures_getKey(bcpTypeAliasDataEntry.getAlias()); in initFromResourceBundle()
Dresbund.cpp278 return ures_getKey(fResource); in getKey()
Dwintz.c368 winid = ures_getKey(winTZ); in uprv_detectWindowsTimeZone()
Duresbund.cpp1406 U_CAPI const char * U_EXPORT2 ures_getKey(const UResourceBundle *resB) { in ures_getKey() function
2442 result = ures_getKey(k); in ures_loc_nextLocale()
2497 path, INDEX_LOCALE_NAME, INDEX_TAG, ures_getKey(&myContext->installed)); in ures_openAvailableLocales()
2891 k = ures_getKey(subPtr); in ures_getKeywordValues()
/external/icu/icu4c/source/tools/ctestfw/
Dtestdata.cpp54 : TestData(ures_getKey(data)), in RBTestData()
Ddatamap.cpp75 fData->put(UnicodeString(ures_getKey(t), -1, US_INV), new ResourceBundle(t, status), status); in init()
/external/icu/icu4c/source/common/unicode/
Dures.h544 ures_getKey(const UResourceBundle *resourceBundle);
/external/icu/icu4c/source/i18n/
Dnumsys.cpp272 const char *nsName = ures_getKey(nsCurrent); in getAvailableNames()
Dregion.cpp203 const char *aliasFrom = ures_getKey(res.getAlias()); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
330 const char *parent = ures_getKey(mapping.getAlias()); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
Dcompactdecimalformat.cpp741 double power10 = uprv_strtod(ures_getKey(power10Bundle), &endPtr); in populatePower10()
762 const char* variant = ures_getKey(variantBundle); in populatePower10()
Dtranslit.cpp1511 UnicodeString id(ures_getKey(colBund), -1, US_INV); in initializeRegistry()
1513 const char* typeStr = ures_getKey(res); in initializeRegistry()
Ddtitvinf.cpp275 const char* skeleton = ures_getKey(oneRes.getAlias()); in initializeData()
Ducol_res.cpp662 const char *key = ures_getKey(&collres); in ucol_getKeywordValuesForLocale()
Dreldtfmt.cpp549 const char *key = ures_getKey(subString); in loadDates()
Dtimezone.cpp282 …U_DEBUG_TZ_MSG(("Loading zone '%s' (%s, size %d) - %s\n", buf, ures_getKey((UResourceBundle*)&res)… in openOlsonResource()
1613 winid = UnicodeString(ures_getKey(winzone), -1 , US_INV); in getWindowsID()
Ducurr.cpp1039 iso = (char*)ures_getKey(names); in collectCurrencyNames()
1117 iso = (char*)ures_getKey(names); in collectCurrencyNames()
2584 const char *region = ures_getKey(&bundlekey); in ucurr_getKeywordValuesForLocale()
Dreldatefmt.cpp190 ures_getKey(pluralBundle.getAlias()), in initQuantityFormatter()
Dtmutfmt.cpp376 const char* timeUnitName = ures_getKey(oneTimeUnit); in readFromCurrentLocale()
Dzonemeta.cpp785 const char *mzID = ures_getKey(&res); in initAvailableMetaZoneIDs()
Ddtptngen.cpp90 const char *akey = ures_getKey(aiter->entries[i].item); in ures_a_open()
115 *key = ures_getKey(item); in ures_a_getNextString()
/external/icu/icu4c/source/samples/uresb/
Duresb.c223 const char *key = ures_getKey(resource); in printOutBundle()
/external/icu/icu4c/source/tools/genrb/
Dderb.cpp423 const char *key = ures_getKey(resource); in printOutBundle()

12