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

/external/icu4c/test/cintltst/
H A Dcintltst.c308 char *pBackSlash; local
315 pBackSlash = strrchr(p, U_FILE_SEP_CHAR);
316 if (pBackSlash != NULL) {
317 *pBackSlash = 0; /* Truncate the string at the '\' */
321 if (pBackSlash != NULL) {
325 strcpy(pBackSlash, U_FILE_SEP_STRING "data" U_FILE_SEP_STRING );
375 char *pBackSlash; local
382 pBackSlash = strrchr(p, U_FILE_SEP_CHAR);
383 if (pBackSlash != NULL) {
384 *pBackSlash
[all...]
/external/icu4c/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 );
731 char *pBackSlash; local
738 pBackSlash = strrchr(p, U_FILE_SEP_CHAR);
739 if (pBackSlash != NULL) {
740 *pBackSlash
[all...]
/external/icu4c/test/intltest/
H A Dintltest.cpp393 char *pBackSlash; local
400 pBackSlash = strrchr(p, U_FILE_SEP_CHAR);
401 if (pBackSlash != NULL) {
402 *pBackSlash = 0; /* Truncate the string at the '\' */
406 if (pBackSlash != NULL) {
410 strcpy(pBackSlash, U_FILE_SEP_STRING "data" U_FILE_SEP_STRING "out" U_FILE_SEP_STRING);
1504 char *pBackSlash; local
1511 pBackSlash = strrchr(p, U_FILE_SEP_CHAR);
1512 if (pBackSlash != NULL) {
1513 *pBackSlash
[all...]
/external/icu4c/test/letest/
H A Dletest.cpp1004 char *pBackSlash; local
1011 pBackSlash = strrchr(p, U_FILE_SEP_CHAR);
1012 if (pBackSlash != NULL) {
1013 *pBackSlash = 0; /* Truncate the string at the '\' */
1017 if (pBackSlash != NULL) {
1021 strcpy(pBackSlash, U_FILE_SEP_STRING "data" U_FILE_SEP_STRING "out" U_FILE_SEP_STRING);

Completed in 686 milliseconds