Home
last modified time | relevance | path

Searched refs:URES_INT_VECTOR (Results 1 – 9 of 9) sorted by relevance

/external/icu4c/common/unicode/
Dures.h114 URES_INT_VECTOR = 14, enumerator
131 RES_INT_VECTOR=URES_INT_VECTOR,
/external/icu4c/common/
Duresdata.c321 if(res!=RES_BOGUS && RES_GET_TYPE(res)==URES_INT_VECTOR) { in res_getIntVector()
342 case URES_INT_VECTOR: in res_countArrayItems()
673 case URES_INT_VECTOR: in ures_preflightResource()
944 case URES_INT_VECTOR: in ures_swapResource()
Duresbund.c997 case URES_INT_VECTOR: in ures_getString()
1095 case URES_INT_VECTOR: in ures_getBinary()
1116 case URES_INT_VECTOR: in ures_getIntVector()
1251 case URES_INT_VECTOR: in ures_getNextString()
1297 case URES_INT_VECTOR: in ures_getNextResource()
1340 case URES_INT_VECTOR: in ures_getByIndex()
/external/icu4c/tools/genrb/
Dreslist.c284 case URES_INT_VECTOR: in res_write()
595 res->fType = URES_INT_VECTOR; in intvector_open()
813 case URES_INT_VECTOR: in res_close()
Dwrtjava.c728 case URES_INT_VECTOR: in res_write_java()
Dwrtxml.c916 case URES_INT_VECTOR: in res_write_xml()
/external/icu4c/samples/uresb/
Duresb.c294 case URES_INT_VECTOR : in printOutBundle()
/external/icu4c/test/cintltst/
Dcldrtest.c118 else if (ures_getType(subBundle) == URES_INT_VECTOR) { in TestKeyInRootRecursive()
Dcreststn.c828 CONFIRM_INT_EQ(ures_getType(res), URES_INT_VECTOR); in TestEmptyTypes()