Home | History | Annotate | Download | only in intltest

Lines Matching refs:pBackSlash

408         char *pBackSlash;
415 pBackSlash = strrchr(p, U_FILE_SEP_CHAR);
416 if (pBackSlash != NULL) {
417 *pBackSlash = 0; /* Truncate the string at the '\' */
421 if (pBackSlash != NULL) {
425 strcpy(pBackSlash, U_FILE_SEP_STRING "data" U_FILE_SEP_STRING "out" U_FILE_SEP_STRING);
1539 char *pBackSlash;
1546 pBackSlash = strrchr(p, U_FILE_SEP_CHAR);
1547 if (pBackSlash != NULL) {
1548 *pBackSlash = 0; /* Truncate the string at the '\' */
1552 if (pBackSlash != NULL) {
1556 strcpy(pBackSlash, U_FILE_SEP_STRING "data" U_FILE_SEP_STRING );