Searched refs:pBackSlash (Results 1 – 2 of 2) sorted by relevance
93 char *pBackSlash; in pathToDataDirectory() local100 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()
1385 char* pBackSlash; in ctest_icuSrcDir() local1392 pBackSlash = strrchr(p, U_FILE_SEP_CHAR); in ctest_icuSrcDir()1393 if (pBackSlash != NULL) { in ctest_icuSrcDir()1394 *pBackSlash = 0; /* Truncate the string at the '\' */ in ctest_icuSrcDir()1398 if (pBackSlash != NULL) { in ctest_icuSrcDir()1402 strcpy(pBackSlash, U_FILE_SEP_STRING); in ctest_icuSrcDir()