Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Duresdata.cpp886 char *pathP = *path, *nextSepP = *path; in res_findResource() local
894 if(!uprv_strlen(pathP)) { in res_findResource()
903 while(nextSepP && *pathP && t1 != RES_BOGUS && URES_IS_CONTAINER(type)) { in res_findResource()
907 nextSepP = uprv_strchr(pathP, RES_PATH_SEPARATOR); in res_findResource()
912 if(nextSepP == pathP) { in res_findResource()
919 *path = uprv_strchr(pathP, 0); in res_findResource()
925 *key = pathP; in res_findResource()
929 indexR = uprv_strtol(pathP, &closeIndex, 10); in res_findResource()
936 indexR = uprv_strtol(pathP, &closeIndex, 10); in res_findResource()
949 pathP = *path; in res_findResource()
Duresbund.cpp1823 const char *pathP = pathPart; in getTableItemByKeyPath() local
1824 resource = res_getTableItemByKey(pResData, resource, &t, &pathP); in getTableItemByKeyPath()