Home
last modified time | relevance | path

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

/external/chromium_org/third_party/icu/source/common/
Duresdata.h79 #define URES_IS_TABLE(type) ((int32_t)(type)==URES_TABLE || (int32_t)(type)==URES_TABLE16 || (int32… macro
80 #define URES_IS_CONTAINER(type) (URES_IS_TABLE(type) || URES_IS_ARRAY(type))
Duresdata.c177 if(!URES_IS_TABLE(rootType)) { in res_init()
591 if(URES_IS_TABLE(type)) { in res_findResource()
Duresbund.cpp970 if(URES_IS_TABLE(type)) { in init_resb_result()
1730 if(URES_IS_TABLE(type)) { in ures_getByKeyWithFallback()
1808 if(URES_IS_TABLE(type)) { in ures_getByKey()
1861 if(URES_IS_TABLE(type)) { in ures_getStringByKey()
/external/icu/icu4c/source/common/
Duresdata.h79 #define URES_IS_TABLE(type) ((int32_t)(type)==URES_TABLE || (int32_t)(type)==URES_TABLE16 || (int32… macro
80 #define URES_IS_CONTAINER(type) (URES_IS_TABLE(type) || URES_IS_ARRAY(type))
Duresdata.c175 if(!URES_IS_TABLE(rootType)) { in res_init()
589 if(URES_IS_TABLE(type)) { in res_findResource()
Duresbund.cpp970 if(URES_IS_TABLE(type)) { in init_resb_result()
1730 if(URES_IS_TABLE(type)) { in ures_getByKeyWithFallback()
1808 if(URES_IS_TABLE(type)) { in ures_getByKey()
1861 if(URES_IS_TABLE(type)) { in ures_getStringByKey()