Home
last modified time | relevance | path

Searched refs:URES_IS_TABLE (Results 1 – 3 of 3) sorted by relevance

/external/icu4c/common/
Duresdata.h73 #define URES_IS_TABLE(type) ((int32_t)(type)==URES_TABLE || (int32_t)(type)==URES_TABLE16 || (int32… macro
74 #define URES_IS_CONTAINER(type) (URES_IS_TABLE(type) || URES_IS_ARRAY(type))
Duresdata.c170 if(!URES_IS_TABLE(rootType)) { in res_init()
572 if(URES_IS_TABLE(type)) { in res_findResource()
Duresbund.c986 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()