Searched refs:pBackSlash (Results 1 – 4 of 4) sorted by relevance
/external/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 …]
|
/external/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() 733 char *pBackSlash; in ctest_dataOutDir() local 740 pBackSlash = strrchr(p, U_FILE_SEP_CHAR); in ctest_dataOutDir() 741 if (pBackSlash != NULL) { in ctest_dataOutDir() 742 *pBackSlash = 0; /* Truncate the string at the '\' */ in ctest_dataOutDir() [all …]
|
/external/icu/icu4c/source/test/intltest/ |
D | intltest.cpp | 455 char *pBackSlash; in setICU_DATA() local 462 pBackSlash = strrchr(p, U_FILE_SEP_CHAR); in setICU_DATA() 463 if (pBackSlash != NULL) { in setICU_DATA() 464 *pBackSlash = 0; /* Truncate the string at the '\' */ in setICU_DATA() 468 if (pBackSlash != NULL) { in setICU_DATA() 472 strcpy(pBackSlash, U_FILE_SEP_STRING "data" U_FILE_SEP_STRING "out" U_FILE_SEP_STRING); in setICU_DATA() 1727 char *pBackSlash; in pathToDataDirectory() local 1734 pBackSlash = strrchr(p, U_FILE_SEP_CHAR); in pathToDataDirectory() 1735 if (pBackSlash != NULL) { in pathToDataDirectory() 1736 *pBackSlash = 0; /* Truncate the string at the '\' */ in pathToDataDirectory() [all …]
|
/external/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()
|