HomeSort by relevance Sort by last modified time
    Searched refs:pBackSlash (Results 1 - 4 of 4) sorted by null

  /external/icu/icu4c/source/test/cintltst/
cintltst.c 325 char *pBackSlash;
332 pBackSlash = strrchr(p, U_FILE_SEP_CHAR);
333 if (pBackSlash != NULL) {
334 *pBackSlash = 0; /* Truncate the string at the '\' */
338 if (pBackSlash != NULL) {
342 strcpy(pBackSlash, U_FILE_SEP_STRING "data" U_FILE_SEP_STRING );
392 char *pBackSlash;
399 pBackSlash = strrchr(p, U_FILE_SEP_CHAR);
400 if (pBackSlash != NULL) {
401 *pBackSlash = 0; /* Truncate the string at the '\' *
    [all...]
  /external/icu/icu4c/source/test/iotest/
iotest.cpp 93 char *pBackSlash;
100 pBackSlash = strrchr(p, U_FILE_SEP_CHAR);
101 if (pBackSlash != NULL) {
102 *pBackSlash = 0; /* Truncate the string at the '\' */
106 if (pBackSlash != NULL) {
110 strcpy(pBackSlash, U_FILE_SEP_STRING "data" U_FILE_SEP_STRING );
733 char *pBackSlash;
740 pBackSlash = strrchr(p, U_FILE_SEP_CHAR);
741 if (pBackSlash != NULL) {
742 *pBackSlash = 0; /* Truncate the string at the '\' *
    [all...]
  /external/icu/icu4c/source/test/intltest/
intltest.cpp 448 char *pBackSlash;
455 pBackSlash = strrchr(p, U_FILE_SEP_CHAR);
456 if (pBackSlash != NULL) {
457 *pBackSlash = 0; /* Truncate the string at the '\' */
461 if (pBackSlash != NULL) {
465 strcpy(pBackSlash, U_FILE_SEP_STRING "data" U_FILE_SEP_STRING "out" U_FILE_SEP_STRING);
    [all...]
  /external/icu/icu4c/source/test/letest/
letest.cpp     [all...]

Completed in 991 milliseconds