Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/cintltst/
Dcintltst.c323 char *pBackSlash; in ctest_dataSrcDir() local
330 pBackSlash = strrchr(p, U_FILE_SEP_CHAR); in ctest_dataSrcDir()
331 if (pBackSlash != NULL) { in ctest_dataSrcDir()
332 *pBackSlash = 0; /* Truncate the string at the '\' */ in ctest_dataSrcDir()
336 if (pBackSlash != NULL) { in ctest_dataSrcDir()
340 strcpy(pBackSlash, U_FILE_SEP_STRING "data" U_FILE_SEP_STRING ); in ctest_dataSrcDir()
390 char *pBackSlash; in ctest_dataOutDir() local
397 pBackSlash = strrchr(p, U_FILE_SEP_CHAR); in ctest_dataOutDir()
398 if (pBackSlash != NULL) { in ctest_dataOutDir()
399 *pBackSlash = 0; /* Truncate the string at the '\' */ in ctest_dataOutDir()
[all …]
/external/icu/icu4c/source/test/iotest/
Diotest.cpp90 char *pBackSlash; in pathToDataDirectory() local
97 pBackSlash = strrchr(p, U_FILE_SEP_CHAR); in pathToDataDirectory()
98 if (pBackSlash != NULL) { in pathToDataDirectory()
99 *pBackSlash = 0; /* Truncate the string at the '\' */ in pathToDataDirectory()
103 if (pBackSlash != NULL) { in pathToDataDirectory()
107 strcpy(pBackSlash, U_FILE_SEP_STRING "data" U_FILE_SEP_STRING ); in pathToDataDirectory()
732 char *pBackSlash; in ctest_dataOutDir() local
739 pBackSlash = strrchr(p, U_FILE_SEP_CHAR); in ctest_dataOutDir()
740 if (pBackSlash != NULL) { in ctest_dataOutDir()
741 *pBackSlash = 0; /* Truncate the string at the '\' */ in ctest_dataOutDir()
[all …]
/external/icu/icu4c/source/test/intltest/
Dintltest.cpp425 char *pBackSlash; in setICU_DATA() local
432 pBackSlash = strrchr(p, U_FILE_SEP_CHAR); in setICU_DATA()
433 if (pBackSlash != NULL) { in setICU_DATA()
434 *pBackSlash = 0; /* Truncate the string at the '\' */ in setICU_DATA()
438 if (pBackSlash != NULL) { in setICU_DATA()
442 strcpy(pBackSlash, U_FILE_SEP_STRING "data" U_FILE_SEP_STRING "out" U_FILE_SEP_STRING); in setICU_DATA()
1689 char *pBackSlash; in pathToDataDirectory() local
1696 pBackSlash = strrchr(p, U_FILE_SEP_CHAR); in pathToDataDirectory()
1697 if (pBackSlash != NULL) { in pathToDataDirectory()
1698 *pBackSlash = 0; /* Truncate the string at the '\' */ in pathToDataDirectory()
[all …]
/external/icu/icu4c/source/test/letest/
Dletest.cpp1010 char *pBackSlash; in ctest_dataOutDir() local
1017 pBackSlash = strrchr(p, U_FILE_SEP_CHAR); in ctest_dataOutDir()
1018 if (pBackSlash != NULL) { in ctest_dataOutDir()
1019 *pBackSlash = 0; /* Truncate the string at the '\' */ in ctest_dataOutDir()
1023 if (pBackSlash != NULL) { in ctest_dataOutDir()
1027 strcpy(pBackSlash, U_FILE_SEP_STRING "data" U_FILE_SEP_STRING "out" U_FILE_SEP_STRING); in ctest_dataOutDir()