Searched refs:pBackSlash (Results 1 – 4 of 4) sorted by relevance
/external/icu4c/test/cintltst/ |
D | cintltst.c | 308 char *pBackSlash; in ctest_dataSrcDir() local 315 pBackSlash = strrchr(p, U_FILE_SEP_CHAR); in ctest_dataSrcDir() 316 if (pBackSlash != NULL) { in ctest_dataSrcDir() 317 *pBackSlash = 0; /* Truncate the string at the '\' */ in ctest_dataSrcDir() 321 if (pBackSlash != NULL) { in ctest_dataSrcDir() 325 strcpy(pBackSlash, U_FILE_SEP_STRING "data" U_FILE_SEP_STRING ); in ctest_dataSrcDir() 375 char *pBackSlash; in ctest_dataOutDir() local 382 pBackSlash = strrchr(p, U_FILE_SEP_CHAR); in ctest_dataOutDir() 383 if (pBackSlash != NULL) { in ctest_dataOutDir() 384 *pBackSlash = 0; /* Truncate the string at the '\' */ in ctest_dataOutDir() [all …]
|
/external/icu4c/test/iotest/ |
D | iotest.cpp | 90 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() 731 char *pBackSlash; in ctest_dataOutDir() local 738 pBackSlash = strrchr(p, U_FILE_SEP_CHAR); in ctest_dataOutDir() 739 if (pBackSlash != NULL) { in ctest_dataOutDir() 740 *pBackSlash = 0; /* Truncate the string at the '\' */ in ctest_dataOutDir() [all …]
|
/external/icu4c/test/intltest/ |
D | intltest.cpp | 393 char *pBackSlash; in setICU_DATA() local 400 pBackSlash = strrchr(p, U_FILE_SEP_CHAR); in setICU_DATA() 401 if (pBackSlash != NULL) { in setICU_DATA() 402 *pBackSlash = 0; /* Truncate the string at the '\' */ in setICU_DATA() 406 if (pBackSlash != NULL) { in setICU_DATA() 410 strcpy(pBackSlash, U_FILE_SEP_STRING "data" U_FILE_SEP_STRING "out" U_FILE_SEP_STRING); in setICU_DATA() 1504 char *pBackSlash; in pathToDataDirectory() local 1511 pBackSlash = strrchr(p, U_FILE_SEP_CHAR); in pathToDataDirectory() 1512 if (pBackSlash != NULL) { in pathToDataDirectory() 1513 *pBackSlash = 0; /* Truncate the string at the '\' */ in pathToDataDirectory() [all …]
|
/external/icu4c/test/letest/ |
D | letest.cpp | 1004 char *pBackSlash; in ctest_dataOutDir() local 1011 pBackSlash = strrchr(p, U_FILE_SEP_CHAR); in ctest_dataOutDir() 1012 if (pBackSlash != NULL) { in ctest_dataOutDir() 1013 *pBackSlash = 0; /* Truncate the string at the '\' */ in ctest_dataOutDir() 1017 if (pBackSlash != NULL) { in ctest_dataOutDir() 1021 strcpy(pBackSlash, U_FILE_SEP_STRING "data" U_FILE_SEP_STRING "out" U_FILE_SEP_STRING); in ctest_dataOutDir()
|