Searched refs:pBackSlash (Results 1 – 6 of 6) sorted by relevance
/external/cronet/third_party/icu/source/test/cintltst/ |
D | cintltst.c | 326 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 …]
|
/external/cronet/third_party/icu/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 …]
|
/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()
|
/external/cronet/third_party/icu/source/test/intltest/ |
D | intltest.cpp | 458 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 …]
|
/external/cronet/third_party/icu/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()
|
/external/icu/icu4c/source/tools/ctestfw/ |
D | ctest.c | 1394 char* pBackSlash; in ctest_icuSrcDir() local 1401 pBackSlash = strrchr(p, U_FILE_SEP_CHAR); in ctest_icuSrcDir() 1402 if (pBackSlash != NULL) { in ctest_icuSrcDir() 1403 *pBackSlash = 0; /* Truncate the string at the '\' */ in ctest_icuSrcDir() 1407 if (pBackSlash != NULL) { in ctest_icuSrcDir() 1411 strcpy(pBackSlash, U_FILE_SEP_STRING); in ctest_icuSrcDir()
|