Searched refs:URES_IS_ARRAY (Results 1 – 10 of 10) sorted by relevance
83 #define URES_IS_ARRAY(type) ((int32_t)(type)==URES_ARRAY || (int32_t)(type)==URES_ARRAY16) macro85 #define URES_IS_CONTAINER(type) (URES_IS_TABLE(type) || URES_IS_ARRAY(type))
646 if(URES_IS_ARRAY(res)) { in getStringArrayOrStringAsArray()963 } else if(URES_IS_ARRAY(type)) { in res_findResource()
369 static boolean URES_IS_ARRAY(int type) { in URES_IS_ARRAY() method in ICUResourceBundleReader733 if(!URES_IS_ARRAY(type)) { in getArray()
989 } else if (ICUResourceBundleReader.URES_IS_ARRAY(type)) { in findStringWithFallback()
367 static boolean URES_IS_ARRAY(int type) { in URES_IS_ARRAY() method in ICUResourceBundleReader731 if(!URES_IS_ARRAY(type)) { in getArray()
1034 } else if (ICUResourceBundleReader.URES_IS_ARRAY(type)) { in findStringWithFallback()