Searched refs:URES_IS_ARRAY (Results 1 – 6 of 6) sorted by relevance
81 #define URES_IS_ARRAY(type) ((int32_t)(type)==URES_ARRAY || (int32_t)(type)==URES_ARRAY16) macro83 #define URES_IS_CONTAINER(type) (URES_IS_TABLE(type) || URES_IS_ARRAY(type))
644 if(URES_IS_ARRAY(res)) { in getStringArrayOrStringAsArray()935 } else if(URES_IS_ARRAY(type)) { in res_findResource()
368 static boolean URES_IS_ARRAY(int type) { in URES_IS_ARRAY() method in ICUResourceBundleReader732 if(!URES_IS_ARRAY(type)) { in getArray()
911 } else if (ICUResourceBundleReader.URES_IS_ARRAY(type)) { in findStringWithFallback()
366 static boolean URES_IS_ARRAY(int type) { in URES_IS_ARRAY() method in ICUResourceBundleReader730 if(!URES_IS_ARRAY(type)) { in getArray()
907 } else if (ICUResourceBundleReader.URES_IS_ARRAY(type)) { in findStringWithFallback()