Searched refs:URES_IS_ARRAY (Results 1 – 6 of 6) sorted by relevance
79 #define URES_IS_ARRAY(type) ((int32_t)(type)==URES_ARRAY || (int32_t)(type)==URES_ARRAY16) macro81 #define URES_IS_CONTAINER(type) (URES_IS_TABLE(type) || URES_IS_ARRAY(type))
753 if (URES_IS_ARRAY(type)) { in ures_getAllTableItems()843 if (URES_IS_ARRAY(type)) { in ures_getAllArrayItems()920 } else if(URES_IS_ARRAY(type)) { in res_findResource()
366 static boolean URES_IS_ARRAY(int type) { in URES_IS_ARRAY() method in ICUResourceBundleReader746 if(!URES_IS_ARRAY(type)) { in getArray()943 if (URES_IS_ARRAY(type)) { in getAllItems()1044 if (URES_IS_ARRAY(type)) { in getAllItems()
999 } else if (ICUResourceBundleReader.URES_IS_ARRAY(type)) { in findStringWithFallback()
364 static boolean URES_IS_ARRAY(int type) { in URES_IS_ARRAY() method in ICUResourceBundleReader744 if(!URES_IS_ARRAY(type)) { in getArray()941 if (URES_IS_ARRAY(type)) { in getAllItems()1042 if (URES_IS_ARRAY(type)) { in getAllItems()
995 } else if (ICUResourceBundleReader.URES_IS_ARRAY(type)) { in findStringWithFallback()