/external/icu/icu4c/source/test/cintltst/ |
D | cldrtest.c | 109 if (ures_getType(subRootBundle) != ures_getType(subBundle)) { in TestKeyInRootRecursive() 115 ures_getType(subRootBundle), in TestKeyInRootRecursive() 116 ures_getType(subBundle)); in TestKeyInRootRecursive() 120 else if (ures_getType(subBundle) == URES_INT_VECTOR) { in TestKeyInRootRecursive() 160 else if (ures_getType(subBundle) == URES_ARRAY) { in TestKeyInRootRecursive() 165 … && (ures_getType(subSubBundle) == URES_ARRAY || ures_getType(subSubRootBundle) == URES_ARRAY)) in TestKeyInRootRecursive() 223 … if (ures_getType(arr) != URES_ARRAY || ures_getSize(arr) != (int32_t)rootStr[1] - 0x30) { in TestKeyInRootRecursive() 333 else if (ures_getType(subBundle) == URES_STRING) { in TestKeyInRootRecursive() 420 else if (ures_getType(subBundle) == URES_TABLE) { in TestKeyInRootRecursive() 429 else if (ures_getType(subBundle) == URES_BINARY || ures_getType(subBundle) == URES_INT) { in TestKeyInRootRecursive() [all …]
|
D | creststn.c | 497 CONFIRM_INT_EQ(ures_getType(res), URES_STRING); in TestNewTypes() 513 CONFIRM_INT_EQ(ures_getType(res), URES_BINARY); in TestNewTypes() 526 CONFIRM_INT_EQ(ures_getType(res), URES_BINARY); in TestNewTypes() 539 CONFIRM_INT_EQ(ures_getType(res), URES_INT); in TestNewTypes() 551 CONFIRM_INT_EQ(ures_getType(res), URES_INT); in TestNewTypes() 564 CONFIRM_INT_EQ(ures_getType(res), URES_INT); in TestNewTypes() 575 CONFIRM_INT_EQ(ures_getType(res), URES_INT); in TestNewTypes() 791 CONFIRM_INT_EQ(ures_getType(res), URES_STRING); in TestEmptyTypes() 806 CONFIRM_INT_EQ(ures_getType(res), URES_STRING); in TestEmptyTypes() 821 CONFIRM_INT_EQ(ures_getType(res), URES_INT); in TestEmptyTypes() [all …]
|
D | crestst.c | 663 if(ures_getType(res)!=URES_TABLE) { in TestTable32() 664 … log_data_err("testdata/testtable32.res has type %d instead of URES_TABLE\n", ures_getType(res)); in TestTable32() 685 switch(ures_getType(item)) { in TestTable32() 707 ures_getType(item), key, i, u_errorName(errorCode)); in TestTable32() 727 switch(ures_getType(item)) { in TestTable32() 749 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() 1088 if (ures_getType(rb) == URES_INT) { in dereferOlsonLink() 1589 if (ures_getType(winzone) != URES_TABLE) { in getWindowsID() 1598 if (ures_getType(regionalData) != URES_STRING) { in getWindowsID()
|
D | smpdtfmt.cpp | 725 switch (ures_getType(currentBundle.getAlias())) { in construct() 750 switch (ures_getType(currentBundle.getAlias())) { in construct() 790 switch (ures_getType(currentBundle.getAlias())) { in construct() 815 switch (ures_getType(currentBundle.getAlias())) { in construct()
|
D | region.cpp | 275 if ( ures_getType(mapping) == URES_ARRAY && ures_getSize(mapping) == 3) { in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
|
/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/ |
D | resbund.cpp | 284 return ures_getType(fResource); in getType()
|
D | ucurr.cpp | 2615 if (ures_getType(&curbndl) != URES_TABLE) { in ucurr_getKeywordValuesForLocale()
|
D | uresbund.cpp | 1433 U_CAPI UResType U_EXPORT2 ures_getType(const UResourceBundle *resB) { in ures_getType() function
|
/external/icu/libandroidicu/include/unicode/ |
D | ures.h | 539 ures_getType(const UResourceBundle *resourceBundle);
|
D | urename.h | 1531 #define ures_getType U_ICU_ENTRY_POINT_RENAME(ures_getType) macro
|
/external/icu/icu4c/source/common/unicode/ |
D | ures.h | 539 ures_getType(const UResourceBundle *resourceBundle);
|
D | urename.h | 1531 #define ures_getType U_ICU_ENTRY_POINT_RENAME(ures_getType) macro
|
/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()
|
/external/icu/libandroidicu/static_shim/ |
D | shim.cpp | 2419 return ures_getType(resourceBundle); in ures_getType_android()
|