Home
last modified time | relevance | path

Searched refs:pathP (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/common/
Duresdata.cpp922 char *pathP = *path, *nextSepP = *path; in res_findResource() local
930 if(!uprv_strlen(pathP)) { in res_findResource()
939 while(nextSepP && *pathP && t1 != RES_BOGUS && URES_IS_CONTAINER(type)) { in res_findResource()
943 nextSepP = uprv_strchr(pathP, RES_PATH_SEPARATOR); in res_findResource()
948 if(nextSepP == pathP) { in res_findResource()
955 *path = uprv_strchr(pathP, 0); in res_findResource()
961 *key = pathP; in res_findResource()
965 indexR = uprv_strtol(pathP, &closeIndex, 10); in res_findResource()
966 if(indexR >= 0 && *closeIndex == 0 && (*pathP != '0' || closeIndex - pathP == 1)) { in res_findResource()
972 indexR = uprv_strtol(pathP, &closeIndex, 10); in res_findResource()
[all …]
Duresbund.cpp1842 const char *pathP = pathPart; in getTableItemByKeyPath() local
1843 resource = res_getTableItemByKey(pResData, resource, &t, &pathP); in getTableItemByKeyPath()