Lines Matching refs:pBackSlash
393 char *pBackSlash; in setICU_DATA() local
400 pBackSlash = strrchr(p, U_FILE_SEP_CHAR); in setICU_DATA()
401 if (pBackSlash != NULL) { in setICU_DATA()
402 *pBackSlash = 0; /* Truncate the string at the '\' */ in setICU_DATA()
406 if (pBackSlash != NULL) { in setICU_DATA()
410 strcpy(pBackSlash, U_FILE_SEP_STRING "data" U_FILE_SEP_STRING "out" U_FILE_SEP_STRING); in setICU_DATA()
1504 char *pBackSlash; in pathToDataDirectory() local
1511 pBackSlash = strrchr(p, U_FILE_SEP_CHAR); in pathToDataDirectory()
1512 if (pBackSlash != NULL) { in pathToDataDirectory()
1513 *pBackSlash = 0; /* Truncate the string at the '\' */ in pathToDataDirectory()
1517 if (pBackSlash != NULL) { in pathToDataDirectory()
1521 strcpy(pBackSlash, U_FILE_SEP_STRING "data" U_FILE_SEP_STRING ); in pathToDataDirectory()