Searched refs:UResType (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/third_party/icu/source/common/unicode/
H A Dresbund.h320 * Returns the type of a resource. Available types are defined in enum UResType
325 UResType
H A Dures.h126 } UResType; typedef in typeref:enum:__anon12039
524 * Returns the type of a resource. Available types are defined in enum UResType
528 * @see UResType
531 U_STABLE UResType U_EXPORT2
/external/icu/icu4c/source/common/unicode/
H A Dresbund.h320 * Returns the type of a resource. Available types are defined in enum UResType
325 UResType
H A Dures.h126 } UResType; typedef in typeref:enum:__anon21829
525 * Returns the type of a resource. Available types are defined in enum UResType
529 * @see UResType
532 U_STABLE UResType U_EXPORT2
/external/chromium_org/third_party/icu/source/common/
H A Duresdata.c161 UResType rootType;
176 rootType=(UResType)RES_GET_TYPE(pResData->rootRes);
296 U_CAPI UResType U_EXPORT2
298 return (UResType)gPublicTypes[RES_GET_TYPE(res)];
562 UResType type = (UResType)RES_GET_TYPE(t1);
614 type = (UResType)RES_GET_TYPE(t1);
H A Duresdata.h29 * These must use different numeric values than UResType constants
34 /** Include a negative value so that the compiler uses the same int type as for UResType. */
267 * See UResType in unicode/ures.h for enumeration constants for Resource types.
349 U_INTERNAL UResType U_EXPORT2
H A Dresbund.cpp281 UResType ResourceBundle::getType(void) const {
H A Duresbund.cpp1312 U_CAPI UResType U_EXPORT2 ures_getType(const UResourceBundle *resB) {
1691 UResType type = (UResType)RES_GET_TYPE(resource); /* the current resource type */
1703 type = (UResType)RES_GET_TYPE(resource);
/external/icu/icu4c/source/common/
H A Duresdata.c159 UResType rootType;
174 rootType=(UResType)RES_GET_TYPE(pResData->rootRes);
294 U_CAPI UResType U_EXPORT2
296 return (UResType)gPublicTypes[RES_GET_TYPE(res)];
560 UResType type = (UResType)RES_GET_TYPE(t1);
612 type = (UResType)RES_GET_TYPE(t1);
H A Duresdata.h29 * These must use different numeric values than UResType constants
34 /** Include a negative value so that the compiler uses the same int type as for UResType. */
267 * See UResType in unicode/ures.h for enumeration constants for Resource types.
349 U_INTERNAL UResType U_EXPORT2
H A Dresbund.cpp281 UResType ResourceBundle::getType(void) const {
H A Duresbund.cpp1312 U_CAPI UResType U_EXPORT2 ures_getType(const UResourceBundle *resB) {
1691 UResType type = (UResType)RES_GET_TYPE(resource); /* the current resource type */
1703 type = (UResType)RES_GET_TYPE(resource);
/external/chromium_org/third_party/icu/source/test/intltest/
H A Drestsnew.cpp412 UResType type;
743 UResType bundleType=array.getType();
818 UResType bundleType=array2d.getType();
829 UResType rowType=tablerow.getType();
905 UResType bundleType=tags.getType();
965 UResType elementType=tagelement.getType();
/external/icu/icu4c/source/test/intltest/
H A Drestsnew.cpp412 UResType type;
743 UResType bundleType=array.getType();
818 UResType bundleType=array2d.getType();
829 UResType rowType=tablerow.getType();
905 UResType bundleType=tags.getType();
965 UResType elementType=tagelement.getType();
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcreststn.c1913 UResType bundleType=ures_getType(tags);
1953 UResType elementType=ures_getType(tagelement);
/external/icu/icu4c/source/test/cintltst/
H A Dcreststn.c1921 UResType bundleType=ures_getType(tags);
1961 UResType elementType=ures_getType(tagelement);

Completed in 522 milliseconds