Searched defs:pathToResource (Results 1 - 1 of 1) sorted by relevance

/external/icu/icu4c/source/common/
H A Duresbund.cpp1665 char *pathToResource = NULL, *save = NULL; local
1674 save = pathToResource = (char *)uprv_malloc(length*sizeof(char));
1676 if(pathToResource == NULL) {
1680 uprv_memcpy(pathToResource, path, length);
1682 locale = pathToResource;
1683 if(*pathToResource == RES_PATH_SEPARATOR) { /* there is a path specification */
1684 pathToResource++;
1685 packageName = pathToResource;
1686 pathToResource = uprv_strchr(pathToResource, RES_PATH_SEPARATO
[all...]

Completed in 98 milliseconds