HomeSort by relevance Sort by last modified time
    Searched defs:URES_IS_TABLE (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/icu/source/common/
uresdata.h 73 #define URES_IS_TABLE(type) ((type)==URES_TABLE || (type)==URES_TABLE16 || (type)==URES_TABLE32)
74 #define URES_IS_CONTAINER(type) (URES_IS_TABLE(type) || URES_IS_ARRAY(type))
  /external/icu4c/common/
uresdata.h 79 #define URES_IS_TABLE(type) ((int32_t)(type)==URES_TABLE || (int32_t)(type)==URES_TABLE16 || (int32_t)(type)==URES_TABLE32)
80 #define URES_IS_CONTAINER(type) (URES_IS_TABLE(type) || URES_IS_ARRAY(type))
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 247 milliseconds