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

/external/icu4c/common/
H A Duresdata.c383 char *pathP = *path, *nextSepP = *path; local
391 if(!uprv_strlen(pathP)) {
400 while(nextSepP && *pathP && t1 != RES_BOGUS &&
406 nextSepP = uprv_strchr(pathP, RES_PATH_SEPARATOR);
414 *path = uprv_strchr(pathP, 0);
420 t2 = _res_findTableItem(pResData->pRoot, t1, pathP, &indexR, key);
423 indexR = uprv_strtol(pathP, &closeIndex, 10);
424 if(closeIndex != pathP) {
430 t2 = _res_findTable32Item(pResData->pRoot, t1, pathP, &indexR, key);
433 indexR = uprv_strtol(pathP,
[all...]

Completed in 10 milliseconds