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

/macosx-10.10/ICU-531.30/icuSources/test/cintltst/
H A Dcintltst.c315 char *pBackSlash; local
322 pBackSlash = strrchr(p, U_FILE_SEP_CHAR);
323 if (pBackSlash != NULL) {
324 *pBackSlash = 0; /* Truncate the string at the '\' */
328 if (pBackSlash != NULL) {
332 strcpy(pBackSlash, U_FILE_SEP_STRING "data" U_FILE_SEP_STRING );
382 char *pBackSlash; local
389 pBackSlash = strrchr(p, U_FILE_SEP_CHAR);
390 if (pBackSlash != NULL) {
391 *pBackSlash
[all...]
/macosx-10.10/ICU-531.30/icuSources/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...]
/macosx-10.10/ICU-531.30/icuSources/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);
1639 char *pBackSlash; local
1646 pBackSlash = strrchr(p, U_FILE_SEP_CHAR);
1647 if (pBackSlash != NULL) {
1648 *pBackSlash
[all...]
/macosx-10.10/ICU-531.30/icuSources/test/letest/
H A Dletest.cpp1007 char *pBackSlash; local
1014 pBackSlash = strrchr(p, U_FILE_SEP_CHAR);
1015 if (pBackSlash != NULL) {
1016 *pBackSlash = 0; /* Truncate the string at the '\' */
1020 if (pBackSlash != NULL) {
1024 strcpy(pBackSlash, U_FILE_SEP_STRING "data" U_FILE_SEP_STRING "out" U_FILE_SEP_STRING);

Completed in 129 milliseconds