Searched refs:ures_getType (Results 1 – 14 of 14) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | cldrtest.c | 108 if (ures_getType(subRootBundle) != ures_getType(subBundle)) { in TestKeyInRootRecursive() 114 ures_getType(subRootBundle), in TestKeyInRootRecursive() 115 ures_getType(subBundle)); in TestKeyInRootRecursive() 119 else if (ures_getType(subBundle) == URES_INT_VECTOR) { in TestKeyInRootRecursive() 159 else if (ures_getType(subBundle) == URES_ARRAY) { in TestKeyInRootRecursive() 164 … && (ures_getType(subSubBundle) == URES_ARRAY || ures_getType(subSubRootBundle) == URES_ARRAY)) in TestKeyInRootRecursive() 222 … if (ures_getType(arr) != URES_ARRAY || ures_getSize(arr) != (int32_t)rootStr[1] - 0x30) { in TestKeyInRootRecursive() 332 else if (ures_getType(subBundle) == URES_STRING) { in TestKeyInRootRecursive() 419 else if (ures_getType(subBundle) == URES_TABLE) { in TestKeyInRootRecursive() 428 else if (ures_getType(subBundle) == URES_BINARY || ures_getType(subBundle) == URES_INT) { in TestKeyInRootRecursive() [all …]
|
D | creststn.c | 495 CONFIRM_INT_EQ(ures_getType(res), URES_STRING); in TestNewTypes() 511 CONFIRM_INT_EQ(ures_getType(res), URES_BINARY); in TestNewTypes() 524 CONFIRM_INT_EQ(ures_getType(res), URES_BINARY); in TestNewTypes() 537 CONFIRM_INT_EQ(ures_getType(res), URES_INT); in TestNewTypes() 549 CONFIRM_INT_EQ(ures_getType(res), URES_INT); in TestNewTypes() 562 CONFIRM_INT_EQ(ures_getType(res), URES_INT); in TestNewTypes() 573 CONFIRM_INT_EQ(ures_getType(res), URES_INT); in TestNewTypes() 789 CONFIRM_INT_EQ(ures_getType(res), URES_STRING); in TestEmptyTypes() 804 CONFIRM_INT_EQ(ures_getType(res), URES_STRING); in TestEmptyTypes() 819 CONFIRM_INT_EQ(ures_getType(res), URES_INT); in TestEmptyTypes() [all …]
|
D | crestst.c | 662 if(ures_getType(res)!=URES_TABLE) { in TestTable32() 663 … log_data_err("testdata/testtable32.res has type %d instead of URES_TABLE\n", ures_getType(res)); in TestTable32() 684 switch(ures_getType(item)) { in TestTable32() 706 ures_getType(item), key, i, u_errorName(errorCode)); in TestTable32() 726 switch(ures_getType(item)) { in TestTable32() 748 ures_getType(item), testcases[i].key, u_errorName(errorCode)); in TestTable32()
|
/external/icu/icu4c/source/i18n/ |
D | timezone.cpp | 236 …U_DEBUG_TZ_MSG(("gzbn: oldbundle= size %d, type %d, %s\n", ures_getSize(tmp), ures_getType(tmp), u… in getZoneByName() 238 …bn: loaded ZONES, size %d, type %d, path %s %s\n", ures_getSize(tmp), ures_getType(tmp), ures_getP… in getZoneByName() 240 …z#%d, size %d, type %d, path %s, %s\n", idx, ures_getSize(oldbundle), ures_getType(oldbundle), ure… in getZoneByName() 285 if (ures_getType(&res) == URES_INT) { in openOlsonResource() 287 U_DEBUG_TZ_MSG(("getInt: %s - type is %d\n", u_errorName(ec), ures_getType(&res))); in openOlsonResource() 1089 if (ures_getType(rb) == URES_INT) { in dereferOlsonLink() 1590 if (ures_getType(winzone) != URES_TABLE) { in getWindowsID() 1599 if (ures_getType(regionalData) != URES_STRING) { in getWindowsID()
|
D | region.cpp | 267 if ( ures_getType(mapping) == URES_ARRAY && ures_getSize(mapping) == 3) { in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
|
D | smpdtfmt.cpp | 766 switch (ures_getType(currentBundle.getAlias())) { in construct() 791 switch (ures_getType(currentBundle.getAlias())) { in construct() 831 switch (ures_getType(currentBundle.getAlias())) { in construct() 856 switch (ures_getType(currentBundle.getAlias())) { in construct()
|
/external/icu/icu4c/source/samples/uresb/ |
D | uresb.c | 231 switch(ures_getType(resource)) { in printOutBundle() 338 if(ures_getType(resource) == URES_TABLE) { in printOutBundle()
|
/external/icu/icu4c/source/tools/genrb/ |
D | derb.cpp | 427 switch(ures_getType(resource)) { in printOutBundle() 572 if(ures_getType(resource) == URES_TABLE) { in printOutBundle() 593 UBool isTable = (UBool)(ures_getType(resource) == URES_TABLE); in printOutBundle()
|
/external/icu/icu4c/source/common/unicode/ |
D | ures.h | 539 ures_getType(const UResourceBundle *resourceBundle);
|
D | urename.h | 1487 #define ures_getType U_ICU_ENTRY_POINT_RENAME(ures_getType) macro
|
/external/icu/icu4c/source/common/ |
D | resbund.cpp | 284 return ures_getType(fResource); in getType()
|
D | ucurr.cpp | 2526 if (ures_getType(&curbndl) != URES_TABLE) { in ucurr_getKeywordValuesForLocale()
|
D | uresbund.cpp | 1401 U_CAPI UResType U_EXPORT2 ures_getType(const UResourceBundle *resB) { in ures_getType() function
|
/external/icu/icu4c/source/test/intltest/ |
D | restsnew.cpp | 571 CONFIRM_EQ(ures_getType(bundle), URES_ARRAY); in TestOtherAPI() 595 CONFIRM_EQ(ures_getType(bundle), (int32_t)URES_STRING); in TestOtherAPI()
|