HomeSort by relevance Sort by last modified time
    Searched full:schars (Results 1 - 3 of 3) sorted by null

  /libcore/luni/src/test/java/tests/api/java/io/
PrintWriterTest.java 248 char[] schars = new char[11]; local
249 "Hello World".getChars(0, 11, schars, 0);
250 pw.print(schars);
401 char[] schars = new char[11]; local
402 "Hello World".getChars(0, 11, schars, 0);
404 pw.println(schars);
581 char[] schars = new char[11]; local
582 "Hello World".getChars(0, 11, schars, 0);
584 pw.write(schars);
603 char[] schars = new char[11] local
    [all...]
  /external/chromium/third_party/icu/source/test/intltest/
normconf.cpp 478 char *sChars, *gotChars, *expChars;
483 sChars = new char[sPretty.length() + 1];
487 sPretty.extract(0, sPretty.length(), sChars, sPretty.length() + 1);
488 sChars[sPretty.length()] = 0;
494 errln(" %s%d)%s(%s)=%s, exp. %s", msg, field, op, sChars, gotChars, expChars);
496 delete []sChars;
  /external/icu4c/test/intltest/
normconf.cpp 495 char *sChars, *gotChars, *expChars;
500 sChars = new char[sPretty.length() + 1];
504 sPretty.extract(0, sPretty.length(), sChars, sPretty.length() + 1);
505 sChars[sPretty.length()] = 0;
511 errln(" %s%d)%s(%s)=%s, exp. %s", msg, field, op, sChars, gotChars, expChars);
513 delete []sChars;

Completed in 120 milliseconds