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

  /external/chromium_org/third_party/icu/source/test/intltest/
normconf.cpp 495 char *sChars, *gotChars, *expChars;
502 expChars = new char[expPretty.length() + 1];
508 expPretty.extract(0, expPretty.length(), expChars, expPretty.length() + 1);
509 expChars[expPretty.length()] = 0;
511 errln(" %s%d)%s(%s)=%s, exp. %s", msg, field, op, sChars, gotChars, expChars);
515 delete []expChars;
  /external/icu4c/test/intltest/
normconf.cpp 495 char *sChars, *gotChars, *expChars;
502 expChars = new char[expPretty.length() + 1];
508 expPretty.extract(0, expPretty.length(), expChars, expPretty.length() + 1);
509 expChars[expPretty.length()] = 0;
511 errln(" %s%d)%s(%s)=%s, exp. %s", msg, field, op, sChars, gotChars, expChars);
515 delete []expChars;
  /external/chromium_org/third_party/icu/source/test/cintltst/
cbiditst.c     [all...]
  /external/icu4c/test/cintltst/
cbiditst.c     [all...]

Completed in 225 milliseconds