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

  /external/chromium/third_party/icu/source/test/cintltst/
cintltst.c 293 char *pBackSlash;
300 pBackSlash = strrchr(p, U_FILE_SEP_CHAR);
301 if (pBackSlash != NULL) {
302 *pBackSlash = 0; /* Truncate the string at the '\' */
306 if (pBackSlash != NULL) {
310 strcpy(pBackSlash, U_FILE_SEP_STRING "data" U_FILE_SEP_STRING );
360 char *pBackSlash;
367 pBackSlash = strrchr(p, U_FILE_SEP_CHAR);
368 if (pBackSlash != NULL) {
369 *pBackSlash = 0; /* Truncate the string at the '\' *
    [all...]
  /external/icu4c/test/cintltst/
cintltst.c 307 char *pBackSlash;
314 pBackSlash = strrchr(p, U_FILE_SEP_CHAR);
315 if (pBackSlash != NULL) {
316 *pBackSlash = 0; /* Truncate the string at the '\' */
320 if (pBackSlash != NULL) {
324 strcpy(pBackSlash, U_FILE_SEP_STRING "data" U_FILE_SEP_STRING );
374 char *pBackSlash;
381 pBackSlash = strrchr(p, U_FILE_SEP_CHAR);
382 if (pBackSlash != NULL) {
383 *pBackSlash = 0; /* Truncate the string at the '\' *
    [all...]
  /external/chromium/third_party/icu/source/test/iotest/
iotest.cpp 82 char *pBackSlash;
89 pBackSlash = strrchr(p, U_FILE_SEP_CHAR);
90 if (pBackSlash != NULL) {
91 *pBackSlash = 0; /* Truncate the string at the '\' */
95 if (pBackSlash != NULL) {
99 strcpy(pBackSlash, U_FILE_SEP_STRING "data" U_FILE_SEP_STRING );
725 char *pBackSlash;
732 pBackSlash = strrchr(p, U_FILE_SEP_CHAR);
733 if (pBackSlash != NULL) {
734 *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 );
731 char *pBackSlash;
738 pBackSlash = strrchr(p, U_FILE_SEP_CHAR);
739 if (pBackSlash != NULL) {
740 *pBackSlash = 0; /* Truncate the string at the '\' *
    [all...]
  /external/chromium/third_party/icu/source/test/intltest/
intltest.cpp 389 char *pBackSlash;
396 pBackSlash = strrchr(p, U_FILE_SEP_CHAR);
397 if (pBackSlash != NULL) {
398 *pBackSlash = 0; /* Truncate the string at the '\' */
402 if (pBackSlash != NULL) {
406 strcpy(pBackSlash, U_FILE_SEP_STRING "data" U_FILE_SEP_STRING "out" U_FILE_SEP_STRING);
    [all...]
  /external/icu4c/test/intltest/
intltest.cpp 389 char *pBackSlash;
396 pBackSlash = strrchr(p, U_FILE_SEP_CHAR);
397 if (pBackSlash != NULL) {
398 *pBackSlash = 0; /* Truncate the string at the '\' */
402 if (pBackSlash != NULL) {
406 strcpy(pBackSlash, U_FILE_SEP_STRING "data" U_FILE_SEP_STRING "out" U_FILE_SEP_STRING);
    [all...]
  /external/chromium/third_party/icu/source/test/letest/
letest.cpp     [all...]
  /external/icu4c/test/letest/
letest.cpp     [all...]

Completed in 363 milliseconds