Home
last modified time | relevance | path

Searched refs:UResType (Results 1 – 8 of 8) sorted by relevance

/external/icu4c/common/
Duresdata.c161 UResType rootType; in res_init()
176 rootType=(UResType)RES_GET_TYPE(pResData->rootRes); in res_init()
296 U_CAPI UResType U_EXPORT2
298 return (UResType)gPublicTypes[RES_GET_TYPE(res)]; in res_getPublicType()
562 UResType type = (UResType)RES_GET_TYPE(t1); in res_findResource()
614 type = (UResType)RES_GET_TYPE(t1); in res_findResource()
Duresdata.h349 U_INTERNAL UResType U_EXPORT2
Dresbund.cpp274 UResType ResourceBundle::getType(void) const { in getType()
Duresbund.cpp1321 U_CAPI UResType U_EXPORT2 ures_getType(const UResourceBundle *resB) { in ures_getType()
/external/icu4c/common/unicode/
Dures.h126 } UResType; typedef
531 U_STABLE UResType U_EXPORT2
Dresbund.h325 UResType
/external/icu4c/test/intltest/
Drestsnew.cpp412 UResType type; in equalRB()
743 UResType bundleType=array.getType(); in testTag()
818 UResType bundleType=array2d.getType(); in testTag()
829 UResType rowType=tablerow.getType(); in testTag()
905 UResType bundleType=tags.getType(); in testTag()
965 UResType elementType=tagelement.getType(); in testTag()
/external/icu4c/test/cintltst/
Dcreststn.c1921 UResType bundleType=ures_getType(tags); in testTag()
1961 UResType elementType=ures_getType(tagelement); in testTag()