Searched refs:URES_INT (Results 1 – 13 of 13) sorted by relevance
/external/icu/icu4c/source/common/unicode/ |
D | ures.h | 93 URES_INT=7, enumerator 116 RES_INT=URES_INT,
|
/external/icu/icu4c/source/test/intltest/ |
D | restsnew.cpp | 423 type==URES_INT ? in equalRB() 1089 CONFIRM_EQ(res.getType(), URES_INT); in TestNewTypes() 1101 CONFIRM_EQ(res.getType(), URES_INT); in TestNewTypes() 1114 CONFIRM_EQ(res.getType(), URES_INT); in TestNewTypes() 1125 CONFIRM_EQ(res.getType(), URES_INT); in TestNewTypes()
|
/external/icu/icu4c/source/common/ |
D | uresdata.cpp | 289 URES_INT, 450 case URES_INT: in res_countArrayItems() 536 if(RES_GET_TYPE(res) != URES_INT) { in getInt() 546 if(RES_GET_TYPE(res) != URES_INT) { in getUInt() 1025 case URES_INT: in ures_swapResource()
|
D | uresbund.cpp | 1377 if(RES_GET_TYPE(resB->fRes) != URES_INT) { in ures_getInt() 1392 if(RES_GET_TYPE(resB->fRes) != URES_INT) { in ures_getUInt() 1484 case URES_INT: in ures_getNextString() 1516 case URES_INT: in ures_getNextResource() 1562 case URES_INT: in ures_getByIndex() 1628 case URES_INT: in ures_getStringByIndex()
|
/external/icu/icu4c/source/samples/uresb/ |
D | uresb.c | 253 case URES_INT : in printOutBundle()
|
/external/icu/icu4c/source/test/cintltst/ |
D | crestst.c | 693 case URES_INT: in TestTable32() 735 case URES_INT: in TestTable32()
|
D | creststn.c | 534 CONFIRM_INT_EQ(ures_getType(res), URES_INT); in TestNewTypes() 546 CONFIRM_INT_EQ(ures_getType(res), URES_INT); in TestNewTypes() 559 CONFIRM_INT_EQ(ures_getType(res), URES_INT); in TestNewTypes() 570 CONFIRM_INT_EQ(ures_getType(res), URES_INT); in TestNewTypes() 816 CONFIRM_INT_EQ(ures_getType(res), URES_INT); in TestEmptyTypes()
|
D | cldrtest.c | 425 else if (ures_getType(subBundle) == URES_BINARY || ures_getType(subBundle) == URES_INT) { in TestKeyInRootRecursive()
|
/external/icu/icu4c/source/tools/genrb/ |
D | wrtjava.cpp | 587 case URES_INT: in res_write_java()
|
D | derb.cpp | 467 case URES_INT : in printOutBundle()
|
D | reslist.cpp | 323 : SResource(bundle, tag, URES_INT, comment, errorCode) { in IntResource() 325 fRes = URES_MAKE_RESOURCE(URES_INT, value & RES_MAX_OFFSET); in IntResource()
|
D | wrtxml.cpp | 983 case URES_INT: in res_write_xml()
|
/external/icu/icu4c/source/i18n/ |
D | timezone.cpp | 283 if (ures_getType(&res) == URES_INT) { in openOlsonResource() 1085 if (ures_getType(rb) == URES_INT) { in dereferOlsonLink()
|