HomeSort by relevance Sort by last modified time
    Searched refs:UResType (Results 1 - 8 of 8) sorted by null

  /external/icu/icu4c/source/common/unicode/
resbund.h 320 * Returns the type of a resource. Available types are defined in enum UResType
325 UResType
ures.h 126 } UResType;
525 * Returns the type of a resource. Available types are defined in enum UResType
529 * @see UResType
532 U_STABLE UResType U_EXPORT2
    [all...]
  /external/icu/icu4c/source/common/
uresdata.c 157 UResType rootType;
172 rootType=(UResType)RES_GET_TYPE(pResData->rootRes);
292 U_CAPI UResType U_EXPORT2
294 return (UResType)gPublicTypes[RES_GET_TYPE(res)];
558 UResType type = (UResType)RES_GET_TYPE(t1);
610 type = (UResType)RES_GET_TYPE(t1);
    [all...]
uresdata.h 29 * 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
resbund.cpp 281 UResType ResourceBundle::getType(void) const {
uresbund.cpp     [all...]
  /external/icu/icu4c/source/test/intltest/
restsnew.cpp 412 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();
    [all...]
  /external/icu/icu4c/source/test/cintltst/
creststn.c     [all...]

Completed in 208 milliseconds