Home | History | Annotate | Download | only in common

Lines Matching refs:RES_PATH_SEPARATOR

892                 if(*chAlias == RES_PATH_SEPARATOR) {
894 locale = uprv_strchr(chAlias+1, RES_PATH_SEPARATOR);
913 keyPath = uprv_strchr(locale, RES_PATH_SEPARATOR);
922 keyPath = uprv_strchr(locale, RES_PATH_SEPARATOR);
1107 if(resB->fResPath[resB->fResPathLen-1] != RES_PATH_SEPARATOR) {
1114 if(resB->fResPath[resB->fResPathLen-1] != RES_PATH_SEPARATOR) {
1606 if(*pathToResource == RES_PATH_SEPARATOR) { /* there is a path specification */
1609 pathToResource = uprv_strchr(pathToResource, RES_PATH_SEPARATOR);
1618 localeEnd = uprv_strchr(locale, RES_PATH_SEPARATOR);
1696 char *nextPathPart = uprv_strchr(pathPart, RES_PATH_SEPARATOR);