Searched refs:URES_IS_TABLE (Results 1 – 7 of 7) sorted by relevance
80 #define URES_IS_TABLE(type) ((int32_t)(type)==URES_TABLE || (int32_t)(type)==URES_TABLE16 || (int32… macro81 #define URES_IS_CONTAINER(type) (URES_IS_TABLE(type) || URES_IS_ARRAY(type))
174 if(!URES_IS_TABLE(rootType)) { in res_init()759 } else if (URES_IS_TABLE(type)) { in ures_getAllTableItems()849 } else if (URES_IS_TABLE(type)) { in ures_getAllArrayItems()909 if(URES_IS_TABLE(type)) { in res_findResource()
1057 if(URES_IS_TABLE(type)) { in init_resb_result()1817 if(URES_IS_TABLE(type)) { in ures_getByKeyWithFallback()2015 if(URES_IS_TABLE(type)) { in ures_getByKey()2068 if(URES_IS_TABLE(type)) { in ures_getStringByKey()
369 static boolean URES_IS_TABLE(int type) { in URES_IS_TABLE() method in ICUResourceBundleReader783 if(!URES_IS_TABLE(type)) { in getTable()951 } else if (URES_IS_TABLE(type)) { in getAllItems()1052 } else if (URES_IS_TABLE(type)) { in getAllItems()
997 if (ICUResourceBundleReader.URES_IS_TABLE(type)) { in findStringWithFallback()1420 if(ICUResourceBundleReader.URES_IS_TABLE(ICUResourceBundleReader.RES_GET_TYPE(rootRes))) { in getBundle()
367 static boolean URES_IS_TABLE(int type) { in URES_IS_TABLE() method in ICUResourceBundleReader781 if(!URES_IS_TABLE(type)) { in getTable()949 } else if (URES_IS_TABLE(type)) { in getAllItems()1050 } else if (URES_IS_TABLE(type)) { in getAllItems()
993 if (ICUResourceBundleReader.URES_IS_TABLE(type)) { in findStringWithFallback()1416 if(ICUResourceBundleReader.URES_IS_TABLE(ICUResourceBundleReader.RES_GET_TYPE(rootRes))) { in getBundle()