/external/chromium/third_party/icu/source/common/ |
uresdata.c | 237 if(rootType!=URES_TABLE && rootType!=URES_TABLE32) { 349 case URES_TABLE: { 364 if(RES_GET_TYPE(pResData->rootRes)==URES_TABLE) { 396 if(!(type == URES_TABLE || type == URES_TABLE32 || type == URES_ARRAY)) { 401 (type == URES_TABLE || type == URES_TABLE32 || type == URES_ARRAY) 419 if(type == URES_TABLE) { 463 if(RES_GET_TYPE(table)==URES_TABLE) { 477 if(RES_GET_TYPE(table)==URES_TABLE) { 603 case URES_TABLE: 609 if(RES_GET_TYPE(res)==URES_TABLE) { [all...] |
uresbund.c | 839 if(RES_GET_TYPE(r) == URES_TABLE || RES_GET_TYPE(r) == URES_TABLE32) { [all...] |
/external/chromium/third_party/icu/source/tools/genrb/ |
reslist.c | 196 if(res->fType == URES_TABLE) { 226 if(res->fType == URES_TABLE) { 250 if(res->fType == URES_TABLE) { 268 if(res->fType == URES_TABLE) { 299 case URES_TABLE: 485 res->fType = URES_TABLE; 823 case URES_TABLE: 872 if(table->fType == URES_TABLE && res->fKey > 0xffff) { 889 * URES_TABLE: 6 bytes = 1 uint16_t key string offset + 1 uint32_t Resource 892 table->fSize += table->fType == URES_TABLE ? 6 : 8 [all...] |
wrtjava.c | 604 case URES_TABLE:
|
wrtxml.cpp | 981 case URES_TABLE: [all...] |
/external/chromium/third_party/icu/public/common/unicode/ |
ures.h | 74 URES_TABLE=2, 123 RES_TABLE=URES_TABLE, [all...] |
/external/icu4c/common/unicode/ |
ures.h | 75 URES_TABLE=2, 112 RES_TABLE=URES_TABLE, [all...] |
/external/icu4c/common/ |
uresdata.c | 270 URES_TABLE, 273 URES_TABLE, /* URES_TABLE32 */ 274 URES_TABLE, /* URES_TABLE16 */ 400 case URES_TABLE: 420 case URES_TABLE: { 460 case URES_TABLE: { 743 case URES_TABLE: 755 if(RES_GET_TYPE(res)==URES_TABLE) { [all...] |
uresdata.h | 73 #define URES_IS_TABLE(type) ((type)==URES_TABLE || (type)==URES_TABLE16 || (type)==URES_TABLE32)
|
uresbund.c | [all...] |
/external/icu4c/samples/uresb/ |
uresb.c | 321 case URES_TABLE : 332 if(ures_getType(resource) == URES_TABLE) {
|
/external/icu4c/tools/genrb/ |
reslist.c | 275 res->fRes = URES_MAKE_EMPTY_RESOURCE(URES_TABLE); 329 res->u.fTable.fType = URES_TABLE; 359 case URES_TABLE: 425 if (res->u.fTable.fType == URES_TABLE) { 427 res->fRes = URES_MAKE_RESOURCE(URES_TABLE, *byteOffset >> 2); 477 case URES_TABLE: 578 if(res->u.fTable.fType == URES_TABLE) { 632 case URES_TABLE: 666 * In URES_TABLE, use all local key offsets that fit into 16 bits, 872 res->fType = URES_TABLE; [all...] |
derb.c | 643 case URES_TABLE : 657 if(ures_getType(resource) == URES_TABLE) { 678 UBool isTable = (UBool)(ures_getType(resource) == URES_TABLE);
|
wrtjava.c | 611 case URES_TABLE:
|
wrtxml.cpp | 982 case URES_TABLE: [all...] |
/external/chromium/third_party/icu/source/tools/toolutil/ |
pkgitems.cpp | 320 case URES_TABLE: 329 if(RES_GET_TYPE(res)==URES_TABLE) {
|
/external/icu4c/tools/toolutil/ |
pkgitems.cpp | 320 case URES_TABLE:
|
/external/chromium/third_party/icu/source/i18n/ |
zonemeta.cpp | 320 if (ures_getType(tzitem) != URES_TABLE) { [all...] |
/external/chromium/third_party/icu/source/test/cintltst/ |
crestst.c | 659 if(ures_getType(res)!=URES_TABLE) { 660 log_data_err("testdata/testtable32.res has type %d instead of URES_TABLE\n", ures_getType(res)); [all...] |
cldrtest.c | 417 else if (ures_getType(subBundle) == URES_TABLE) { [all...] |
creststn.c | [all...] |
/external/chromium/third_party/icu/source/test/intltest/ |
restsnew.cpp | 901 CONFIRM_EQ(bundleType, URES_TABLE); [all...] |
/external/icu4c/test/cintltst/ |
crestst.c | 662 if(ures_getType(res)!=URES_TABLE) { 663 log_data_err("testdata/testtable32.res has type %d instead of URES_TABLE\n", ures_getType(res)); [all...] |
cldrtest.c | 417 else if (ures_getType(subBundle) == URES_TABLE) { [all...] |
/external/icu4c/test/intltest/ |
restsnew.cpp | 906 CONFIRM_EQ(bundleType, URES_TABLE); [all...] |