Home
last modified time | relevance | path

Searched refs:pBackSlash (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/test/iotest/
Diotest.cpp93 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()
/external/icu/icu4c/source/tools/ctestfw/
Dctest.c1385 char* pBackSlash; in ctest_icuSrcDir() local
1392 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()