Searched refs:URES_IS_TABLE (Results 1 – 3 of 3) sorted by relevance
73 #define URES_IS_TABLE(type) ((int32_t)(type)==URES_TABLE || (int32_t)(type)==URES_TABLE16 || (int32… macro74 #define URES_IS_CONTAINER(type) (URES_IS_TABLE(type) || URES_IS_ARRAY(type))
170 if(!URES_IS_TABLE(rootType)) { in res_init()572 if(URES_IS_TABLE(type)) { in res_findResource()
986 if(URES_IS_TABLE(type)) { in init_resb_result()1705 if(URES_IS_TABLE(type)) { in ures_getByKeyWithFallback()1783 if(URES_IS_TABLE(type)) { in ures_getByKey()1837 if(URES_IS_TABLE(type)) { in ures_getStringByKey()