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

  /external/chromium_org/third_party/icu/source/common/
uresdata.h 72 #define URES_IS_ARRAY(type) ((type)==URES_ARRAY || (type)==URES_ARRAY16)
74 #define URES_IS_CONTAINER(type) (URES_IS_TABLE(type) || URES_IS_ARRAY(type))
  /external/icu4c/common/
uresdata.h 78 #define URES_IS_ARRAY(type) ((int32_t)(type)==URES_ARRAY || (int32_t)(type)==URES_ARRAY16)
80 #define URES_IS_CONTAINER(type) (URES_IS_TABLE(type) || URES_IS_ARRAY(type))

Completed in 82 milliseconds