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

  /external/icu/icu4c/source/common/
resource.h 49 virtual UResType getType() const = 0;
uresdata.h 27 * These must use different numeric values than UResType constants
32 /** Include a negative value so that the compiler uses the same int type as for UResType. */
326 * See UResType in unicode/ures.h for enumeration constants for Resource types.
421 U_INTERNAL UResType U_EXPORT2
482 virtual UResType getType() const;
uresdata.cpp 158 UResType rootType;
173 rootType=(UResType)RES_GET_TYPE(pResData->rootRes);
302 U_CAPI UResType U_EXPORT2
304 return (UResType)gPublicTypes[RES_GET_TYPE(res)];
506 UResType ResourceDataValue::getType() const {
876 UResType type = (UResType)RES_GET_TYPE(t1);
932 type = (UResType)RES_GET_TYPE(t1);
    [all...]
resbund.cpp 281 UResType ResourceBundle::getType(void) const {
uresbund.cpp     [all...]
  /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/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 93 milliseconds