/external/icu/icu4c/source/test/cintltst/ |
D | cldrtest.c | 85 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 …]
|
D | creststn.c | 1049 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 …]
|
D | crestst.c | 678 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/ |
D | uloc_keytype.cpp | 143 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()
|
D | resbund.cpp | 278 return ures_getKey(fResource); in getKey()
|
D | wintz.c | 368 winid = ures_getKey(winTZ); in uprv_detectWindowsTimeZone()
|
D | uresbund.cpp | 1406 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/ |
D | testdata.cpp | 54 : TestData(ures_getKey(data)), in RBTestData()
|
D | datamap.cpp | 75 fData->put(UnicodeString(ures_getKey(t), -1, US_INV), new ResourceBundle(t, status), status); in init()
|
/external/icu/icu4c/source/common/unicode/ |
D | ures.h | 544 ures_getKey(const UResourceBundle *resourceBundle);
|
/external/icu/icu4c/source/i18n/ |
D | numsys.cpp | 272 const char *nsName = ures_getKey(nsCurrent); in getAvailableNames()
|
D | region.cpp | 203 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()
|
D | compactdecimalformat.cpp | 741 double power10 = uprv_strtod(ures_getKey(power10Bundle), &endPtr); in populatePower10() 762 const char* variant = ures_getKey(variantBundle); in populatePower10()
|
D | translit.cpp | 1511 UnicodeString id(ures_getKey(colBund), -1, US_INV); in initializeRegistry() 1513 const char* typeStr = ures_getKey(res); in initializeRegistry()
|
D | dtitvinf.cpp | 275 const char* skeleton = ures_getKey(oneRes.getAlias()); in initializeData()
|
D | ucol_res.cpp | 662 const char *key = ures_getKey(&collres); in ucol_getKeywordValuesForLocale()
|
D | reldtfmt.cpp | 549 const char *key = ures_getKey(subString); in loadDates()
|
D | timezone.cpp | 282 …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()
|
D | ucurr.cpp | 1039 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()
|
D | reldatefmt.cpp | 190 ures_getKey(pluralBundle.getAlias()), in initQuantityFormatter()
|
D | tmutfmt.cpp | 376 const char* timeUnitName = ures_getKey(oneTimeUnit); in readFromCurrentLocale()
|
D | zonemeta.cpp | 785 const char *mzID = ures_getKey(&res); in initAvailableMetaZoneIDs()
|
D | dtptngen.cpp | 90 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/ |
D | uresb.c | 223 const char *key = ures_getKey(resource); in printOutBundle()
|
/external/icu/icu4c/source/tools/genrb/ |
D | derb.cpp | 423 const char *key = ures_getKey(resource); in printOutBundle()
|