Searched refs:pBackSlash (Results 1 – 4 of 4) sorted by relevance
/external/icu4c/test/cintltst/ |
D | cintltst.c | 320 char *pBackSlash; in ctest_dataSrcDir() local 327 pBackSlash = strrchr(p, U_FILE_SEP_CHAR); in ctest_dataSrcDir() 328 if (pBackSlash != NULL) { in ctest_dataSrcDir() 329 *pBackSlash = 0; /* Truncate the string at the '\' */ in ctest_dataSrcDir() 333 if (pBackSlash != NULL) { in ctest_dataSrcDir() 337 strcpy(pBackSlash, U_FILE_SEP_STRING "data" U_FILE_SEP_STRING ); in ctest_dataSrcDir() 387 char *pBackSlash; in ctest_dataOutDir() local 394 pBackSlash = strrchr(p, U_FILE_SEP_CHAR); in ctest_dataOutDir() 395 if (pBackSlash != NULL) { in ctest_dataOutDir() 396 *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() 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/icu4c/test/intltest/ |
D | intltest.cpp | 408 char *pBackSlash; in setICU_DATA() local 415 pBackSlash = strrchr(p, U_FILE_SEP_CHAR); in setICU_DATA() 416 if (pBackSlash != NULL) { in setICU_DATA() 417 *pBackSlash = 0; /* Truncate the string at the '\' */ in setICU_DATA() 421 if (pBackSlash != NULL) { in setICU_DATA() 425 strcpy(pBackSlash, U_FILE_SEP_STRING "data" U_FILE_SEP_STRING "out" U_FILE_SEP_STRING); in setICU_DATA() 1539 char *pBackSlash; in pathToDataDirectory() local 1546 pBackSlash = strrchr(p, U_FILE_SEP_CHAR); in pathToDataDirectory() 1547 if (pBackSlash != NULL) { in pathToDataDirectory() 1548 *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()
|