Lines Matching refs:pBackSlash
408 char *pBackSlash; in setICU_DATA() local
415 pBackSlash = strrchr(p, U_FILE_SEP_CHAR); in setICU_DATA()
416 if (pBackSlash != NULL) { in setICU_DATA()
417 *pBackSlash = 0; /* Truncate the string at the '\' */ in setICU_DATA()
421 if (pBackSlash != NULL) { in setICU_DATA()
425 strcpy(pBackSlash, U_FILE_SEP_STRING "data" U_FILE_SEP_STRING "out" U_FILE_SEP_STRING); in setICU_DATA()
1539 char *pBackSlash; in pathToDataDirectory() local
1546 pBackSlash = strrchr(p, U_FILE_SEP_CHAR); in pathToDataDirectory()
1547 if (pBackSlash != NULL) { in pathToDataDirectory()
1548 *pBackSlash = 0; /* Truncate the string at the '\' */ in pathToDataDirectory()
1552 if (pBackSlash != NULL) { in pathToDataDirectory()
1556 strcpy(pBackSlash, U_FILE_SEP_STRING "data" U_FILE_SEP_STRING ); in pathToDataDirectory()