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

/external/chromium_org/third_party/icu/source/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...]
/external/icu/icu4c/source/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...]
/external/chromium_org/third_party/icu/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/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/chromium_org/third_party/icu/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);
1639 char *pBackSlash; local
1646 pBackSlash = strrchr(p, U_FILE_SEP_CHAR);
1647 if (pBackSlash != NULL) {
1648 *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);
1641 char *pBackSlash; local
1648 pBackSlash = strrchr(p, U_FILE_SEP_CHAR);
1649 if (pBackSlash != NULL) {
1650 *pBackSlash
[all...]
/external/chromium_org/third_party/icu/source/test/letest/
H A Dletest.cpp1005 char *pBackSlash; local
1012 pBackSlash = strrchr(p, U_FILE_SEP_CHAR);
1013 if (pBackSlash != NULL) {
1014 *pBackSlash = 0; /* Truncate the string at the '\' */
1018 if (pBackSlash != NULL) {
1022 strcpy(pBackSlash, U_FILE_SEP_STRING "data" U_FILE_SEP_STRING "out" U_FILE_SEP_STRING);
/external/icu/icu4c/source/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 476 milliseconds