/external/chromium_org/third_party/icu/source/common/unicode/ |
H A D | ures.h | 93 URES_INT=7, enumerator in enum:__anon10912 116 RES_INT=URES_INT,
|
/external/icu4c/common/unicode/ |
H A D | ures.h | 93 URES_INT=7, enumerator in enum:__anon18228 116 RES_INT=URES_INT,
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
H A D | restsnew.cpp | 423 type==URES_INT ? 1089 CONFIRM_EQ(res.getType(), URES_INT); 1101 CONFIRM_EQ(res.getType(), URES_INT); 1114 CONFIRM_EQ(res.getType(), URES_INT); 1125 CONFIRM_EQ(res.getType(), URES_INT);
|
/external/icu4c/test/intltest/ |
H A D | restsnew.cpp | 423 type==URES_INT ? 1089 CONFIRM_EQ(res.getType(), URES_INT); 1101 CONFIRM_EQ(res.getType(), URES_INT); 1114 CONFIRM_EQ(res.getType(), URES_INT); 1125 CONFIRM_EQ(res.getType(), URES_INT);
|
/external/icu4c/samples/uresb/ |
H A D | uresb.c | 253 case URES_INT :
|
/external/chromium_org/third_party/icu/source/common/ |
H A D | uresdata.c | 276 URES_INT, 394 case URES_INT: 688 case URES_INT:
|
H A D | uresbund.c | 1289 if(RES_GET_TYPE(resB->fRes) != URES_INT) { 1304 if(RES_GET_TYPE(resB->fRes) != URES_INT) { 1396 case URES_INT: 1428 case URES_INT: 1474 case URES_INT: 1540 case URES_INT:
|
/external/icu4c/common/ |
H A D | uresdata.c | 283 URES_INT, 401 case URES_INT: 707 case URES_INT:
|
H A D | uresbund.cpp | 1300 if(RES_GET_TYPE(resB->fRes) != URES_INT) { 1315 if(RES_GET_TYPE(resB->fRes) != URES_INT) { 1407 case URES_INT: 1439 case URES_INT: 1485 case URES_INT: 1551 case URES_INT:
|
/external/chromium_org/third_party/icu/source/tools/genrb/ |
H A D | reslist.c | 472 case URES_INT: 627 case URES_INT: 1016 res->fType = URES_INT; 1018 res->fRes = URES_MAKE_RESOURCE(URES_INT, value & 0x0FFFFFFF); 1191 case URES_INT:
|
H A D | wrtjava.c | 605 case URES_INT:
|
H A D | derb.c | 554 case URES_INT :
|
H A D | wrtxml.cpp | 974 case URES_INT:
|
/external/icu4c/tools/genrb/ |
H A D | reslist.c | 474 case URES_INT: 629 case URES_INT: 1018 res->fType = URES_INT; 1020 res->fRes = URES_MAKE_RESOURCE(URES_INT, value & 0x0FFFFFFF); 1197 case URES_INT:
|
H A D | wrtjava.c | 597 case URES_INT:
|
H A D | derb.c | 554 case URES_INT :
|
H A D | wrtxml.cpp | 973 case URES_INT:
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
H A D | crestst.c | 696 case URES_INT: 738 case URES_INT:
|
H A D | creststn.c | 543 CONFIRM_INT_EQ(ures_getType(res), URES_INT); local 555 CONFIRM_INT_EQ(ures_getType(res), URES_INT); local 568 CONFIRM_INT_EQ(ures_getType(res), URES_INT); local 579 CONFIRM_INT_EQ(ures_getType(res), URES_INT); local 825 CONFIRM_INT_EQ(ures_getType(res), URES_INT); local
|
H A D | cldrtest.c | 420 else if (ures_getType(subBundle) == URES_BINARY || ures_getType(subBundle) == URES_INT) {
|
/external/icu4c/test/cintltst/ |
H A D | crestst.c | 696 case URES_INT: 738 case URES_INT:
|
H A D | creststn.c | 543 CONFIRM_INT_EQ(ures_getType(res), URES_INT); local 555 CONFIRM_INT_EQ(ures_getType(res), URES_INT); local 568 CONFIRM_INT_EQ(ures_getType(res), URES_INT); local 579 CONFIRM_INT_EQ(ures_getType(res), URES_INT); local 825 CONFIRM_INT_EQ(ures_getType(res), URES_INT); local
|
H A D | cldrtest.c | 423 else if (ures_getType(subBundle) == URES_BINARY || ures_getType(subBundle) == URES_INT) {
|
/external/chromium_org/third_party/icu/source/i18n/ |
H A D | timezone.cpp | 304 if (ures_getType(&res) == URES_INT && getOlsonMeta(top)) { 927 if (ures_getType(rb) == URES_INT) {
|
/external/icu4c/i18n/ |
H A D | timezone.cpp | 272 if (ures_getType(&res) == URES_INT) { 1113 if (ures_getType(rb) == URES_INT) {
|