Searched refs:URES_IS_ARRAY (Results 1 – 12 of 12) 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()
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()
367 static boolean URES_IS_ARRAY(int type) { in URES_IS_ARRAY() method in ICUResourceBundleReader731 if(!URES_IS_ARRAY(type)) { in getArray()
985 } else if (ICUResourceBundleReader.URES_IS_ARRAY(type)) { in findStringWithFallback()
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()