/external/chromium_org/third_party/icu/source/common/unicode/ |
ures.h | 75 URES_TABLE=2, 112 RES_TABLE=URES_TABLE, [all...] |
/external/chromium_org/third_party/icu/source/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/common/unicode/ |
ures.h | 75 URES_TABLE=2, 112 RES_TABLE=URES_TABLE, [all...] |
/external/icu4c/common/ |
uresdata.c | 277 URES_TABLE, 280 URES_TABLE, /* URES_TABLE32 */ 281 URES_TABLE, /* URES_TABLE16 */ 407 case URES_TABLE: 427 case URES_TABLE: { 472 case URES_TABLE: { 762 case URES_TABLE: 774 if(RES_GET_TYPE(res)==URES_TABLE) { [all...] |
uresdata.h | 79 #define URES_IS_TABLE(type) ((int32_t)(type)==URES_TABLE || (int32_t)(type)==URES_TABLE16 || (int32_t)(type)==URES_TABLE32)
|
uresbund.cpp | [all...] |
/external/icu4c/samples/uresb/ |
uresb.c | 321 case URES_TABLE : 332 if(ures_getType(resource) == URES_TABLE) {
|
/external/chromium_org/third_party/icu/source/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/icu4c/tools/genrb/ |
reslist.c | 277 res->fRes = URES_MAKE_EMPTY_RESOURCE(URES_TABLE); 331 res->u.fTable.fType = URES_TABLE; 361 case URES_TABLE: 427 if (res->u.fTable.fType == URES_TABLE) { 429 res->fRes = URES_MAKE_RESOURCE(URES_TABLE, *byteOffset >> 2); 479 case URES_TABLE: 580 if(res->u.fTable.fType == URES_TABLE) { 634 case URES_TABLE: 668 * In URES_TABLE, use all local key offsets that fit into 16 bits, 874 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 | 603 case URES_TABLE:
|
wrtxml.cpp | 981 case URES_TABLE: [all...] |
/external/chromium_org/third_party/icu/source/tools/toolutil/ |
pkgitems.cpp | 319 case URES_TABLE:
|
/external/icu4c/tools/toolutil/ |
pkgitems.cpp | 319 case URES_TABLE:
|
/external/chromium_org/third_party/icu/source/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 | 411 else if (ures_getType(subBundle) == URES_TABLE) { [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
restsnew.cpp | 906 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 | 414 else if (ures_getType(subBundle) == URES_TABLE) { [all...] |
/external/icu4c/test/intltest/ |
restsnew.cpp | 906 CONFIRM_EQ(bundleType, URES_TABLE); [all...] |