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

  /external/chromium_org/third_party/icu/source/common/
uresdata.h 28 * These must use different numeric values than UResType constants
33 /** Include a negative value so that the compiler uses the same int type as for UResType. */
64 #define RES_GET_TYPE(res) ((UResType)((res)>>28UL))
261 * See UResType in unicode/ures.h for enumeration constants for Resource types.
343 U_INTERNAL UResType U_EXPORT2
resbund.cpp 274 UResType ResourceBundle::getType(void) const {
uresdata.c 154 UResType rootType;
289 U_CAPI UResType U_EXPORT2
291 return (UResType)gPublicTypes[RES_GET_TYPE(res)];
543 UResType type = RES_GET_TYPE(t1);
    [all...]
uresbund.c     [all...]
  /external/chromium_org/third_party/icu/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;
517 * Returns the type of a resource. Available types are defined in enum UResType
521 * @see UResType
524 U_STABLE UResType U_EXPORT2
    [all...]
  /external/icu4c/common/unicode/
resbund.h 320 * Returns the type of a resource. Available types are defined in enum UResType
325 UResType
ures.h 126 } UResType;
524 * Returns the type of a resource. Available types are defined in enum UResType
528 * @see UResType
531 U_STABLE UResType U_EXPORT2
    [all...]
  /external/icu4c/common/
uresdata.c 161 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);
    [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 274 UResType ResourceBundle::getType(void) const {
uresbund.cpp     [all...]
  /external/chromium_org/third_party/icu/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/icu4c/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/chromium_org/third_party/icu/source/test/cintltst/
creststn.c     [all...]
  /external/icu4c/test/cintltst/
creststn.c     [all...]

Completed in 578 milliseconds