Home
last modified time | relevance | path

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

123

/external/chromium_org/third_party/icu/source/test/cintltst/
Dcldrtest.c82 currentBundleKey = ures_getKey(currentBundle); in TestKeyInRootRecursive()
88 subBundleKey = ures_getKey(subBundle); in TestKeyInRootRecursive()
95 ures_getKey(currentBundle), in TestKeyInRootRecursive()
105 ures_getKey(currentBundle), in TestKeyInRootRecursive()
124 ures_getKey(currentBundle), in TestKeyInRootRecursive()
138 ures_getKey(currentBundle), in TestKeyInRootRecursive()
148 ures_getKey(currentBundle), in TestKeyInRootRecursive()
178 ures_getKey(currentBundle), in TestKeyInRootRecursive()
210 ures_getKey(currentBundle), in TestKeyInRootRecursive()
219 ures_getKey(currentBundle), in TestKeyInRootRecursive()
[all …]
Dcreststn.c1057 key=ures_getKey(teFillin); in TestAPI()
1074 key=ures_getKey(teFillin); in TestAPI()
1220 if(ures_getKey(NULL) != NULL){ in TestErrorConditions()
1221 …ERROR: ures_getKey() should return NULL when UResourceBundle=NULL. Got =%d\n", ures_getKey(NULL)); in TestErrorConditions()
1300 key=ures_getKey(teFillin); in TestErrorConditions()
1927 key=ures_getKey(tagelement); in testTag()
1958 if(strcmp(ures_getKey(tagelement), item_tag) == 0){ in testTag()
2326 if (strcmp(ures_getKey(tb), "collations") != 0) { in TestResourceLevelAliasing()
2327 …g_err("ures_getKey(aliasB) unexpectedly returned %s instead of \"collations\"\n", ures_getKey(tb)); in TestResourceLevelAliasing()
2355 key = ures_getKey(t); in TestDirectAccess()
[all …]
Dcrestst.c681 key=ures_getKey(item); in TestTable32()
758 key=ures_getKey(item); in TestTable32()
945 log_err("%s\n", ures_getKey(helper)); in TestGetSize()
/external/icu4c/test/cintltst/
Dcldrtest.c85 currentBundleKey = ures_getKey(currentBundle); in TestKeyInRootRecursive()
91 subBundleKey = ures_getKey(subBundle); in TestKeyInRootRecursive()
98 ures_getKey(currentBundle), in TestKeyInRootRecursive()
108 ures_getKey(currentBundle), in TestKeyInRootRecursive()
127 ures_getKey(currentBundle), in TestKeyInRootRecursive()
141 ures_getKey(currentBundle), in TestKeyInRootRecursive()
151 ures_getKey(currentBundle), in TestKeyInRootRecursive()
181 ures_getKey(currentBundle), in TestKeyInRootRecursive()
213 ures_getKey(currentBundle), in TestKeyInRootRecursive()
222 ures_getKey(currentBundle), in TestKeyInRootRecursive()
[all …]
Dcreststn.c1057 key=ures_getKey(teFillin); in TestAPI()
1074 key=ures_getKey(teFillin); in TestAPI()
1220 if(ures_getKey(NULL) != NULL){ in TestErrorConditions()
1221 …ERROR: ures_getKey() should return NULL when UResourceBundle=NULL. Got =%d\n", ures_getKey(NULL)); in TestErrorConditions()
1300 key=ures_getKey(teFillin); in TestErrorConditions()
1933 key=ures_getKey(tagelement); in testTag()
1964 if(strcmp(ures_getKey(tagelement), item_tag) == 0){ in testTag()
2313 if (strcmp(ures_getKey(tb), "collations") != 0) { in TestResourceLevelAliasing()
2314 …g_err("ures_getKey(aliasB) unexpectedly returned %s instead of \"collations\"\n", ures_getKey(tb)); in TestResourceLevelAliasing()
2342 key = ures_getKey(t); in TestDirectAccess()
[all …]
Dcrestst.c681 key=ures_getKey(item); in TestTable32()
758 key=ures_getKey(item); in TestTable32()
945 log_err("%s\n", ures_getKey(helper)); in TestGetSize()
/external/icu4c/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/chromium_org/third_party/icu/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/chromium_org/third_party/icu/source/common/
Dwintz.c260 winid = ures_getKey(winTZ); in uprv_detectWindowsTimeZone()
Dresbund.cpp271 return ures_getKey(fResource); in getKey()
/external/icu4c/common/
Dwintz.c302 winid = ures_getKey(winTZ); in uprv_detectWindowsTimeZone()
Dresbund.cpp271 return ures_getKey(fResource); in getKey()
/external/icu4c/common/unicode/
Dures.h543 ures_getKey(const UResourceBundle *resourceBundle);
/external/chromium_org/third_party/icu/source/common/unicode/
Dures.h536 ures_getKey(const UResourceBundle *resourceBundle);
/external/icu4c/i18n/
Dregion.cpp166 const char *aliasFrom = ures_getKey(res); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
282 const char *parent = ures_getKey(mapping); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
Dnumsys.cpp272 const char *nsName = ures_getKey(nsCurrent); in getAvailableNames()
Dcompactdecimalformat.cpp695 double power10 = uprv_strtod(ures_getKey(power10Bundle), &endPtr); in populatePower10()
716 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()
Dreldtfmt.cpp456 const char *key = ures_getKey(subString); in loadDates()
/external/icu4c/samples/uresb/
Duresb.c223 const char *key = ures_getKey(resource); in printOutBundle()
/external/chromium_org/third_party/icu/source/i18n/
Dreldtfmt.cpp406 const char *key = ures_getKey(subString); in loadDates()
Dtranslit.cpp1513 UnicodeString id(ures_getKey(colBund), -1, US_INV); in initializeRegistry()
1515 const char* typeStr = ures_getKey(res); in initializeRegistry()
Ddtitvinf.cpp273 const char* skeleton = ures_getKey(oneRes); in initializeData()

123