/external/chromium_org/third_party/icu/source/test/cintltst/ |
D | cldrtest.c | 101 if (ures_getType(subRootBundle) != ures_getType(subBundle)) { in TestKeyInRootRecursive() 107 ures_getType(subRootBundle), in TestKeyInRootRecursive() 108 ures_getType(subBundle)); in TestKeyInRootRecursive() 112 else if (ures_getType(subBundle) == URES_INT_VECTOR) { in TestKeyInRootRecursive() 152 else if (ures_getType(subBundle) == URES_ARRAY) { in TestKeyInRootRecursive() 157 … && (ures_getType(subSubBundle) == URES_ARRAY || ures_getType(subSubRootBundle) == URES_ARRAY)) in TestKeyInRootRecursive() 215 … if (ures_getType(arr) != URES_ARRAY || ures_getSize(arr) != (int32_t)rootStr[1] - 0x30) { in TestKeyInRootRecursive() 324 else if (ures_getType(subBundle) == URES_STRING) { in TestKeyInRootRecursive() 411 else if (ures_getType(subBundle) == URES_TABLE) { in TestKeyInRootRecursive() 420 else if (ures_getType(subBundle) == URES_BINARY || ures_getType(subBundle) == URES_INT) { in TestKeyInRootRecursive() [all …]
|
D | creststn.c | 501 CONFIRM_INT_EQ(ures_getType(res), URES_STRING); in TestNewTypes() 517 CONFIRM_INT_EQ(ures_getType(res), URES_BINARY); in TestNewTypes() 530 CONFIRM_INT_EQ(ures_getType(res), URES_BINARY); in TestNewTypes() 543 CONFIRM_INT_EQ(ures_getType(res), URES_INT); in TestNewTypes() 555 CONFIRM_INT_EQ(ures_getType(res), URES_INT); in TestNewTypes() 568 CONFIRM_INT_EQ(ures_getType(res), URES_INT); in TestNewTypes() 579 CONFIRM_INT_EQ(ures_getType(res), URES_INT); in TestNewTypes() 795 CONFIRM_INT_EQ(ures_getType(res), URES_STRING); in TestEmptyTypes() 810 CONFIRM_INT_EQ(ures_getType(res), URES_STRING); in TestEmptyTypes() 825 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/icu4c/test/cintltst/ |
D | cldrtest.c | 104 if (ures_getType(subRootBundle) != ures_getType(subBundle)) { in TestKeyInRootRecursive() 110 ures_getType(subRootBundle), in TestKeyInRootRecursive() 111 ures_getType(subBundle)); in TestKeyInRootRecursive() 115 else if (ures_getType(subBundle) == URES_INT_VECTOR) { in TestKeyInRootRecursive() 155 else if (ures_getType(subBundle) == URES_ARRAY) { in TestKeyInRootRecursive() 160 … && (ures_getType(subSubBundle) == URES_ARRAY || ures_getType(subSubRootBundle) == URES_ARRAY)) in TestKeyInRootRecursive() 218 … if (ures_getType(arr) != URES_ARRAY || ures_getSize(arr) != (int32_t)rootStr[1] - 0x30) { in TestKeyInRootRecursive() 327 else if (ures_getType(subBundle) == URES_STRING) { in TestKeyInRootRecursive() 414 else if (ures_getType(subBundle) == URES_TABLE) { in TestKeyInRootRecursive() 423 else if (ures_getType(subBundle) == URES_BINARY || ures_getType(subBundle) == URES_INT) { in TestKeyInRootRecursive() [all …]
|
D | creststn.c | 501 CONFIRM_INT_EQ(ures_getType(res), URES_STRING); in TestNewTypes() 517 CONFIRM_INT_EQ(ures_getType(res), URES_BINARY); in TestNewTypes() 530 CONFIRM_INT_EQ(ures_getType(res), URES_BINARY); in TestNewTypes() 543 CONFIRM_INT_EQ(ures_getType(res), URES_INT); in TestNewTypes() 555 CONFIRM_INT_EQ(ures_getType(res), URES_INT); in TestNewTypes() 568 CONFIRM_INT_EQ(ures_getType(res), URES_INT); in TestNewTypes() 579 CONFIRM_INT_EQ(ures_getType(res), URES_INT); in TestNewTypes() 795 CONFIRM_INT_EQ(ures_getType(res), URES_STRING); in TestEmptyTypes() 810 CONFIRM_INT_EQ(ures_getType(res), URES_STRING); in TestEmptyTypes() 825 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/chromium_org/third_party/icu/source/i18n/ |
D | timezone.cpp | 255 …U_DEBUG_TZ_MSG(("gzbn: oldbundle= size %d, type %d, %s\n", ures_getSize(tmp), ures_getType(tmp), u… in getZoneByName() 257 …bn: loaded ZONES, size %d, type %d, path %s %s\n", ures_getSize(tmp), ures_getType(tmp), ures_getP… in getZoneByName() 259 …z#%d, size %d, type %d, path %s, %s\n", idx, ures_getSize(oldbundle), ures_getType(oldbundle), ure… in getZoneByName() 304 if (ures_getType(&res) == URES_INT && getOlsonMeta(top)) { in openOlsonResource() 306 U_DEBUG_TZ_MSG(("getInt: %s - type is %d\n", u_errorName(ec), ures_getType(&res))); in openOlsonResource() 729 if (U_SUCCESS(ec) && ures_getType(res) == URES_ARRAY) { in TZEnumeration() 927 if (ures_getType(rb) == URES_INT) { in dereferOlsonLink()
|
D | smpdtfmt.cpp | 509 switch (ures_getType(currentBundle)) { in construct() 541 switch (ures_getType(currentBundle)) { in construct() 587 switch (ures_getType(currentBundle)) { in construct() 613 switch (ures_getType(currentBundle)) { in construct()
|
D | ucurr.cpp | 2165 if (ures_getType(&curbndl) != URES_TABLE) { in ucurr_getKeywordValuesForLocale()
|
/external/icu4c/samples/uresb/ |
D | uresb.c | 225 switch(ures_getType(resource)) { in printOutBundle() 332 if(ures_getType(resource) == URES_TABLE) { in printOutBundle()
|
/external/icu4c/i18n/ |
D | timezone.cpp | 223 …U_DEBUG_TZ_MSG(("gzbn: oldbundle= size %d, type %d, %s\n", ures_getSize(tmp), ures_getType(tmp), u… in getZoneByName() 225 …bn: loaded ZONES, size %d, type %d, path %s %s\n", ures_getSize(tmp), ures_getType(tmp), ures_getP… in getZoneByName() 227 …z#%d, size %d, type %d, path %s, %s\n", idx, ures_getSize(oldbundle), ures_getType(oldbundle), ure… in getZoneByName() 272 if (ures_getType(&res) == URES_INT) { in openOlsonResource() 274 U_DEBUG_TZ_MSG(("getInt: %s - type is %d\n", u_errorName(ec), ures_getType(&res))); in openOlsonResource() 1113 if (ures_getType(rb) == URES_INT) { in dereferOlsonLink()
|
D | smpdtfmt.cpp | 582 switch (ures_getType(currentBundle)) { in construct() 614 switch (ures_getType(currentBundle)) { in construct() 660 switch (ures_getType(currentBundle)) { in construct() 686 switch (ures_getType(currentBundle)) { in construct()
|
D | region.cpp | 219 if ( ures_getType(mapping) == URES_ARRAY && ures_getSize(mapping) == 3) { in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
|
D | ucurr.cpp | 2329 if (ures_getType(&curbndl) != URES_TABLE) { in ucurr_getKeywordValuesForLocale()
|
/external/chromium_org/third_party/icu/source/tools/genrb/ |
D | derb.c | 512 switch(ures_getType(resource)) { in printOutBundle() 657 if(ures_getType(resource) == URES_TABLE) { in printOutBundle() 678 UBool isTable = (UBool)(ures_getType(resource) == URES_TABLE); in printOutBundle()
|
/external/icu4c/tools/genrb/ |
D | derb.c | 512 switch(ures_getType(resource)) { in printOutBundle() 657 if(ures_getType(resource) == URES_TABLE) { in printOutBundle() 678 UBool isTable = (UBool)(ures_getType(resource) == URES_TABLE); in printOutBundle()
|
/external/icu4c/common/unicode/ |
D | ures.h | 532 ures_getType(const UResourceBundle *resourceBundle);
|
D | urename.h | 1466 #define ures_getType U_ICU_ENTRY_POINT_RENAME(ures_getType) macro
|
/external/chromium_org/third_party/icu/source/common/unicode/ |
D | ures.h | 525 ures_getType(const UResourceBundle *resourceBundle);
|
D | urename.h | 1442 #define ures_getType U_ICU_ENTRY_POINT_RENAME(ures_getType) macro
|
/external/icu4c/common/ |
D | resbund.cpp | 275 return ures_getType(fResource); in getType()
|
/external/chromium_org/third_party/icu/source/common/ |
D | resbund.cpp | 275 return ures_getType(fResource); in getType()
|
D | uresbund.c | 1311 U_CAPI UResType U_EXPORT2 ures_getType(const UResourceBundle *resB) { in ures_getType() function
|
/external/icu4c/test/intltest/ |
D | restsnew.cpp | 568 CONFIRM_EQ(ures_getType(bundle), URES_ARRAY); in TestOtherAPI() 592 CONFIRM_EQ(ures_getType(bundle), (int32_t)URES_STRING); in TestOtherAPI()
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
D | restsnew.cpp | 568 CONFIRM_EQ(ures_getType(bundle), URES_ARRAY); in TestOtherAPI() 592 CONFIRM_EQ(ures_getType(bundle), (int32_t)URES_STRING); in TestOtherAPI()
|