Searched refs:pBackSlash (Results 1 – 4 of 4) sorted by relevance
/third_party/icu/icu4c/source/test/cintltst/ |
D | cintltst.c | 325 char *pBackSlash; in ctest_dataSrcDir() local 332 pBackSlash = strrchr(p, U_FILE_SEP_CHAR); in ctest_dataSrcDir() 333 if (pBackSlash != NULL) { in ctest_dataSrcDir() 334 *pBackSlash = 0; /* Truncate the string at the '\' */ in ctest_dataSrcDir() 338 if (pBackSlash != NULL) { in ctest_dataSrcDir() 342 strcpy(pBackSlash, U_FILE_SEP_STRING "data" U_FILE_SEP_STRING ); in ctest_dataSrcDir() 392 char *pBackSlash; in ctest_dataOutDir() local 399 pBackSlash = strrchr(p, U_FILE_SEP_CHAR); in ctest_dataOutDir() 400 if (pBackSlash != NULL) { in ctest_dataOutDir() 401 *pBackSlash = 0; /* Truncate the string at the '\' */ in ctest_dataOutDir() [all …]
|
/third_party/icu/icu4c/source/test/iotest/ |
D | iotest.cpp | 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() 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/ |
D | intltest.cpp | 457 char *pBackSlash; in setICU_DATA() local 464 pBackSlash = strrchr(p, U_FILE_SEP_CHAR); in setICU_DATA() 465 if (pBackSlash != NULL) { in setICU_DATA() 466 *pBackSlash = 0; /* Truncate the string at the '\' */ in setICU_DATA() 470 if (pBackSlash != NULL) { in setICU_DATA() 474 strcpy(pBackSlash, U_FILE_SEP_STRING "data" U_FILE_SEP_STRING "out" U_FILE_SEP_STRING); in setICU_DATA() 1743 char *pBackSlash; in pathToDataDirectory() local 1750 pBackSlash = strrchr(p, U_FILE_SEP_CHAR); in pathToDataDirectory() 1751 if (pBackSlash != NULL) { in pathToDataDirectory() 1752 *pBackSlash = 0; /* Truncate the string at the '\' */ in pathToDataDirectory() [all …]
|
/third_party/icu/icu4c/source/test/letest/ |
D | letest.cpp | 1012 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()
|