Searched refs:URES_IS_TABLE (Results 1 – 7 of 7) sorted by relevance
82 #define URES_IS_TABLE(type) ((int32_t)(type)==URES_TABLE || (int32_t)(type)==URES_TABLE16 || (int32… macro83 #define URES_IS_CONTAINER(type) (URES_IS_TABLE(type) || URES_IS_ARRAY(type))
176 if(!URES_IS_TABLE(rootType)) { in res_init()924 if(URES_IS_TABLE(type)) { in res_findResource()
1090 if(URES_IS_TABLE(type)) { in init_resb_result()1852 if(URES_IS_TABLE(type)) { in ures_getByKeyWithFallback()2026 if(URES_IS_TABLE(type)) { in ures_getByKey()2079 if(URES_IS_TABLE(type)) { in ures_getStringByKey()
370 static boolean URES_IS_TABLE(int type) { in URES_IS_TABLE() method in ICUResourceBundleReader749 if(!URES_IS_TABLE(type)) { in getTable()
905 if (ICUResourceBundleReader.URES_IS_TABLE(type)) { in findStringWithFallback()1346 if(ICUResourceBundleReader.URES_IS_TABLE(ICUResourceBundleReader.RES_GET_TYPE(rootRes))) {
372 static boolean URES_IS_TABLE(int type) { in URES_IS_TABLE() method in ICUResourceBundleReader751 if(!URES_IS_TABLE(type)) { in getTable()
910 if (ICUResourceBundleReader.URES_IS_TABLE(type)) { in findStringWithFallback()1355 if(ICUResourceBundleReader.URES_IS_TABLE(ICUResourceBundleReader.RES_GET_TYPE(rootRes))) {