Lines Matching refs:pBackSlash
93 char *pBackSlash; in pathToDataDirectory() local
100 pBackSlash = strrchr(p, U_FILE_SEP_CHAR); in pathToDataDirectory()
101 if (pBackSlash != NULL) { in pathToDataDirectory()
102 *pBackSlash = 0; /* Truncate the string at the '\' */ in pathToDataDirectory()
106 if (pBackSlash != NULL) { in pathToDataDirectory()
110 strcpy(pBackSlash, U_FILE_SEP_STRING "data" U_FILE_SEP_STRING ); in pathToDataDirectory()
733 char *pBackSlash; in ctest_dataOutDir() local
740 pBackSlash = strrchr(p, U_FILE_SEP_CHAR); in ctest_dataOutDir()
741 if (pBackSlash != NULL) { in ctest_dataOutDir()
742 *pBackSlash = 0; /* Truncate the string at the '\' */ in ctest_dataOutDir()
746 if (pBackSlash != NULL) { in ctest_dataOutDir()
750 strcpy(pBackSlash, U_FILE_SEP_STRING "data" U_FILE_SEP_STRING "out" U_FILE_SEP_STRING); in ctest_dataOutDir()