Lines Matching refs:pBackSlash
455 char *pBackSlash; in setICU_DATA() local
462 pBackSlash = strrchr(p, U_FILE_SEP_CHAR); in setICU_DATA()
463 if (pBackSlash != NULL) { in setICU_DATA()
464 *pBackSlash = 0; /* Truncate the string at the '\' */ in setICU_DATA()
468 if (pBackSlash != NULL) { in setICU_DATA()
472 strcpy(pBackSlash, U_FILE_SEP_STRING "data" U_FILE_SEP_STRING "out" U_FILE_SEP_STRING); in setICU_DATA()
1727 char *pBackSlash; in pathToDataDirectory() local
1734 pBackSlash = strrchr(p, U_FILE_SEP_CHAR); in pathToDataDirectory()
1735 if (pBackSlash != NULL) { in pathToDataDirectory()
1736 *pBackSlash = 0; /* Truncate the string at the '\' */ in pathToDataDirectory()
1740 if (pBackSlash != NULL) { in pathToDataDirectory()
1744 strcpy(pBackSlash, U_FILE_SEP_STRING "data" U_FILE_SEP_STRING ); in pathToDataDirectory()