Searched refs:RES_PATH_SEPARATOR (Results 1 - 3 of 3) sorted by relevance

/external/icu/icu4c/source/common/
H A Duresimp.h58 #define RES_PATH_SEPARATOR '/' macro
H A Duresbund.cpp969 if(*chAlias == RES_PATH_SEPARATOR) {
971 locale = uprv_strchr(chAlias+1, RES_PATH_SEPARATOR);
990 keyPath = uprv_strchr(locale, RES_PATH_SEPARATOR);
999 keyPath = uprv_strchr(locale, RES_PATH_SEPARATOR);
1184 if(resB->fResPath[resB->fResPathLen-1] != RES_PATH_SEPARATOR) {
1191 if(resB->fResPath[resB->fResPathLen-1] != RES_PATH_SEPARATOR) {
1683 if(*pathToResource == RES_PATH_SEPARATOR) { /* there is a path specification */
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);
[all...]
H A Duresdata.cpp892 nextSepP = uprv_strchr(pathP, RES_PATH_SEPARATOR);

Completed in 106 milliseconds