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

/external/chromium_org/third_party/icu/source/common/
H A Duresdata.c557 char *pathP = *path, *nextSepP = *path; local
565 if(!uprv_strlen(pathP)) {
574 while(nextSepP && *pathP && t1 != RES_BOGUS && URES_IS_CONTAINER(type)) {
578 nextSepP = uprv_strchr(pathP, RES_PATH_SEPARATOR);
586 *path = uprv_strchr(pathP, 0);
592 *key = pathP;
596 indexR = uprv_strtol(pathP, &closeIndex, 10);
597 if(closeIndex != pathP) {
603 indexR = uprv_strtol(pathP, &closeIndex, 10);
604 if(closeIndex != pathP) {
[all...]
H A Duresbund.cpp1701 const char *pathP = pathPart; local
1702 resource = res_getTableItemByKey(pResData, resource, &t, &pathP);
/external/icu/icu4c/source/common/
H A Duresdata.c555 char *pathP = *path, *nextSepP = *path; local
563 if(!uprv_strlen(pathP)) {
572 while(nextSepP && *pathP && t1 != RES_BOGUS && URES_IS_CONTAINER(type)) {
576 nextSepP = uprv_strchr(pathP, RES_PATH_SEPARATOR);
584 *path = uprv_strchr(pathP, 0);
590 *key = pathP;
594 indexR = uprv_strtol(pathP, &closeIndex, 10);
595 if(closeIndex != pathP) {
601 indexR = uprv_strtol(pathP, &closeIndex, 10);
602 if(closeIndex != pathP) {
[all...]
H A Duresbund.cpp1701 const char *pathP = pathPart; local
1702 resource = res_getTableItemByKey(pResData, resource, &t, &pathP);

Completed in 258 milliseconds