Home | History | Annotate | Download | only in common

Lines Matching refs:uprv_strchr

971                     locale = uprv_strchr(chAlias+1, RES_PATH_SEPARATOR);
973 locale = uprv_strchr(chAlias, 0); /* avoid locale == NULL to make code below work */
990 keyPath = uprv_strchr(locale, RES_PATH_SEPARATOR);
999 keyPath = uprv_strchr(locale, RES_PATH_SEPARATOR);
1686 pathToResource = uprv_strchr(pathToResource, RES_PATH_SEPARATOR);
1695 localeEnd = uprv_strchr(locale, RES_PATH_SEPARATOR);
1780 char *nextPathPart = uprv_strchr(pathPart, RES_PATH_SEPARATOR);
1785 nextPathPart = uprv_strchr(pathPart, 0);