Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/test/cintltst/
Dcintltst.c326 char *pBackSlash; in ctest_dataSrcDir() local
333 pBackSlash = strrchr(p, U_FILE_SEP_CHAR); in ctest_dataSrcDir()
334 if (pBackSlash != NULL) { in ctest_dataSrcDir()
335 *pBackSlash = 0; /* Truncate the string at the '\' */ in ctest_dataSrcDir()
339 if (pBackSlash != NULL) { in ctest_dataSrcDir()
343 strcpy(pBackSlash, U_FILE_SEP_STRING "data" U_FILE_SEP_STRING ); in ctest_dataSrcDir()
393 char *pBackSlash; in ctest_dataOutDir() local
400 pBackSlash = strrchr(p, U_FILE_SEP_CHAR); in ctest_dataOutDir()
401 if (pBackSlash != NULL) { in ctest_dataOutDir()
402 *pBackSlash = 0; /* Truncate the string at the '\' */ in ctest_dataOutDir()
[all …]
/third_party/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()
771 char *pBackSlash; in ctest_dataOutDir() local
778 pBackSlash = strrchr(p, U_FILE_SEP_CHAR); in ctest_dataOutDir()
779 if (pBackSlash != NULL) { in ctest_dataOutDir()
780 *pBackSlash = 0; /* Truncate the string at the '\' */ in ctest_dataOutDir()
[all …]
/third_party/icu/icu4c/source/test/intltest/
Dintltest.cpp458 char *pBackSlash; in setICU_DATA() local
465 pBackSlash = strrchr(p, U_FILE_SEP_CHAR); in setICU_DATA()
466 if (pBackSlash != NULL) { in setICU_DATA()
467 *pBackSlash = 0; /* Truncate the string at the '\' */ in setICU_DATA()
471 if (pBackSlash != NULL) { in setICU_DATA()
475 strcpy(pBackSlash, U_FILE_SEP_STRING "data" U_FILE_SEP_STRING "out" U_FILE_SEP_STRING); in setICU_DATA()
1752 char *pBackSlash; in pathToDataDirectory() local
1759 pBackSlash = strrchr(p, U_FILE_SEP_CHAR); in pathToDataDirectory()
1760 if (pBackSlash != NULL) { in pathToDataDirectory()
1761 *pBackSlash = 0; /* Truncate the string at the '\' */ in pathToDataDirectory()
[all …]
/third_party/icu/icu4c/source/test/letest/
Dletest.cpp1012 char *pBackSlash; in ctest_dataOutDir() local
1019 pBackSlash = strrchr(p, U_FILE_SEP_CHAR); in ctest_dataOutDir()
1020 if (pBackSlash != NULL) { in ctest_dataOutDir()
1021 *pBackSlash = 0; /* Truncate the string at the '\' */ in ctest_dataOutDir()
1025 if (pBackSlash != NULL) { in ctest_dataOutDir()
1029 strcpy(pBackSlash, U_FILE_SEP_STRING "data" U_FILE_SEP_STRING "out" U_FILE_SEP_STRING); in ctest_dataOutDir()