Searched refs:pBackSlash (Results 1 - 4 of 4) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
H A Dcintltst.c323 char *pBackSlash; local
330 pBackSlash = strrchr(p, U_FILE_SEP_CHAR);
331 if (pBackSlash != NULL) {
332 *pBackSlash = 0; /* Truncate the string at the '\' */
336 if (pBackSlash != NULL) {
340 strcpy(pBackSlash, U_FILE_SEP_STRING "data" U_FILE_SEP_STRING );
390 char *pBackSlash; local
397 pBackSlash = strrchr(p, U_FILE_SEP_CHAR);
398 if (pBackSlash != NULL) {
399 *pBackSlash
[all...]
/external/icu/icu4c/source/test/iotest/
H A Diotest.cpp90 char *pBackSlash; local
97 pBackSlash = strrchr(p, U_FILE_SEP_CHAR);
98 if (pBackSlash != NULL) {
99 *pBackSlash = 0; /* Truncate the string at the '\' */
103 if (pBackSlash != NULL) {
107 strcpy(pBackSlash, U_FILE_SEP_STRING "data" U_FILE_SEP_STRING );
732 char *pBackSlash; local
739 pBackSlash = strrchr(p, U_FILE_SEP_CHAR);
740 if (pBackSlash != NULL) {
741 *pBackSlash
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dintltest.cpp425 char *pBackSlash; local
432 pBackSlash = strrchr(p, U_FILE_SEP_CHAR);
433 if (pBackSlash != NULL) {
434 *pBackSlash = 0; /* Truncate the string at the '\' */
438 if (pBackSlash != NULL) {
442 strcpy(pBackSlash, U_FILE_SEP_STRING "data" U_FILE_SEP_STRING "out" U_FILE_SEP_STRING);
1689 char *pBackSlash; local
1696 pBackSlash = strrchr(p, U_FILE_SEP_CHAR);
1697 if (pBackSlash != NULL) {
1698 *pBackSlash
[all...]
/external/icu/icu4c/source/test/letest/
H A Dletest.cpp1010 char *pBackSlash; local
1017 pBackSlash = strrchr(p, U_FILE_SEP_CHAR);
1018 if (pBackSlash != NULL) {
1019 *pBackSlash = 0; /* Truncate the string at the '\' */
1023 if (pBackSlash != NULL) {
1027 strcpy(pBackSlash, U_FILE_SEP_STRING "data" U_FILE_SEP_STRING "out" U_FILE_SEP_STRING);

Completed in 172 milliseconds