Home | History | Annotate | Download | only in common

Lines Matching refs:RES_PATH_SEPARATOR

881                 if(*chAlias == RES_PATH_SEPARATOR) {
883 locale = uprv_strchr(chAlias+1, RES_PATH_SEPARATOR);
902 keyPath = uprv_strchr(locale, RES_PATH_SEPARATOR);
911 keyPath = uprv_strchr(locale, RES_PATH_SEPARATOR);
1096 if(resB->fResPath[resB->fResPathLen-1] != RES_PATH_SEPARATOR) {
1103 if(resB->fResPath[resB->fResPathLen-1] != RES_PATH_SEPARATOR) {
1595 if(*pathToResource == RES_PATH_SEPARATOR) { /* there is a path specification */
1598 pathToResource = uprv_strchr(pathToResource, RES_PATH_SEPARATOR);
1607 localeEnd = uprv_strchr(locale, RES_PATH_SEPARATOR);