Home
last modified time | relevance | path

Searched refs:URES_IS_CONTAINER (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
Duresdata.h74 #define URES_IS_CONTAINER(type) (URES_IS_TABLE(type) || URES_IS_ARRAY(type)) macro
Duresdata.c551 if(!URES_IS_CONTAINER(type)) { in res_findResource()
555 while(nextSepP && *pathP && t1 != RES_BOGUS && URES_IS_CONTAINER(type)) { in res_findResource()
/external/icu4c/common/
Duresdata.h80 #define URES_IS_CONTAINER(type) (URES_IS_TABLE(type) || URES_IS_ARRAY(type)) macro
Duresdata.c570 if(!URES_IS_CONTAINER(type)) { in res_findResource()
574 while(nextSepP && *pathP && t1 != RES_BOGUS && URES_IS_CONTAINER(type)) { in res_findResource()
Duresbund.cpp1695 while (*pathPart && resource != RES_BOGUS && URES_IS_CONTAINER(type)) { in getTableItemByKeyPath()