Searched refs:URES_IS_TABLE (Results 1 – 5 of 5) sorted by relevance
79 #define URES_IS_TABLE(type) ((int32_t)(type)==URES_TABLE || (int32_t)(type)==URES_TABLE16 || (int32… macro80 #define URES_IS_CONTAINER(type) (URES_IS_TABLE(type) || URES_IS_ARRAY(type))
173 if(!URES_IS_TABLE(rootType)) { in res_init()587 if(URES_IS_TABLE(type)) { in res_findResource()
1056 if(URES_IS_TABLE(type)) { in init_resb_result()1816 if(URES_IS_TABLE(type)) { in ures_getByKeyWithFallback()1899 if(URES_IS_TABLE(type)) { in ures_getByKey()1952 if(URES_IS_TABLE(type)) { in ures_getStringByKey()
506 static boolean URES_IS_TABLE(int type) { in URES_IS_TABLE() method in ICUResourceBundleReader788 if(!URES_IS_TABLE(type)) { in getTable()
901 if (ICUResourceBundleReader.URES_IS_TABLE(type)) { in findStringWithFallback()1321 if(ICUResourceBundleReader.URES_IS_TABLE(ICUResourceBundleReader.RES_GET_TYPE(rootRes))) { in getBundle()