Searched refs:pathP (Results 1 – 2 of 2) sorted by relevance
/external/icu/icu4c/source/common/ |
D | uresdata.cpp | 871 char *pathP = *path, *nextSepP = *path; in res_findResource() local 879 if(!uprv_strlen(pathP)) { in res_findResource() 888 while(nextSepP && *pathP && t1 != RES_BOGUS && URES_IS_CONTAINER(type)) { in res_findResource() 892 nextSepP = uprv_strchr(pathP, RES_PATH_SEPARATOR); in res_findResource() 897 if(nextSepP == pathP) { in res_findResource() 904 *path = uprv_strchr(pathP, 0); in res_findResource() 910 *key = pathP; in res_findResource() 914 indexR = uprv_strtol(pathP, &closeIndex, 10); in res_findResource() 921 indexR = uprv_strtol(pathP, &closeIndex, 10); in res_findResource() 934 pathP = *path; in res_findResource()
|
D | uresbund.cpp | 1788 const char *pathP = pathPart; in getTableItemByKeyPath() local 1789 resource = res_getTableItemByKey(pResData, resource, &t, &pathP); in getTableItemByKeyPath()
|