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

  /external/icu4c/test/cintltst/
cintltst.c 320 char *pBackSlash;
327 pBackSlash = strrchr(p, U_FILE_SEP_CHAR);
328 if (pBackSlash != NULL) {
329 *pBackSlash = 0; /* Truncate the string at the '\' */
333 if (pBackSlash != NULL) {
337 strcpy(pBackSlash, U_FILE_SEP_STRING "data" U_FILE_SEP_STRING );
387 char *pBackSlash;
394 pBackSlash = strrchr(p, U_FILE_SEP_CHAR);
395 if (pBackSlash != NULL) {
396 *pBackSlash = 0; /* Truncate the string at the '\' *
    [all...]
  /external/icu4c/test/iotest/
iotest.cpp 90 char *pBackSlash;
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;
739 pBackSlash = strrchr(p, U_FILE_SEP_CHAR);
740 if (pBackSlash != NULL) {
741 *pBackSlash = 0; /* Truncate the string at the '\' *
    [all...]
  /external/icu4c/test/intltest/
intltest.cpp 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);
    [all...]
  /external/icu4c/test/letest/
letest.cpp     [all...]

Completed in 290 milliseconds