Home
last modified time | relevance | path

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

/external/chromium_org/third_party/icu/source/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.cpp1692 while (*pathPart && resource != RES_BOGUS && URES_IS_CONTAINER(type)) { in getTableItemByKeyPath()
/external/icu/icu4c/source/common/
Duresdata.h80 #define URES_IS_CONTAINER(type) (URES_IS_TABLE(type) || URES_IS_ARRAY(type)) macro
Duresdata.c568 if(!URES_IS_CONTAINER(type)) { in res_findResource()
572 while(nextSepP && *pathP && t1 != RES_BOGUS && URES_IS_CONTAINER(type)) { in res_findResource()
Duresbund.cpp1692 while (*pathPart && resource != RES_BOGUS && URES_IS_CONTAINER(type)) { in getTableItemByKeyPath()