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 323 char *pBackSlash;
330 pBackSlash = strrchr(p, U_FILE_SEP_CHAR);
331 if (pBackSlash != NULL) {
332 *pBackSlash = 0; /* Truncate the string at the '\' */
336 if (pBackSlash != NULL) {
340 strcpy(pBackSlash, U_FILE_SEP_STRING "data" U_FILE_SEP_STRING );
390 char *pBackSlash;
397 pBackSlash = strrchr(p, U_FILE_SEP_CHAR);
398 if (pBackSlash != NULL) {
399 *pBackSlash = 0; /* Truncate the string at the '\' *
    [all...]
  /external/icu/icu4c/source/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/icu/icu4c/source/test/intltest/
intltest.cpp 425 char *pBackSlash;
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);
    [all...]
  /external/icu/icu4c/source/test/letest/
letest.cpp     [all...]

Completed in 249 milliseconds