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

  /external/icu/icu4c/source/test/iotest/
stream.cpp 140 const char *format_test_expected = "1234567890string 0123456789"; local
141 if (strcmp(format_test_expected, testFormatStreamBuf) != 0) {
142 log_err("UnicodeString format test using << operator Got: '%s' Expected: '%s'\n", testFormatStreamBuf, format_test_expected);
  /external/chromium_org/third_party/icu/source/test/iotest/
stream.cpp 147 const char *format_test_expected = "1234567890string 0123456789"; local
148 if (strcmp(format_test_expected, testFormatStreamBuf) != 0) {
149 log_err("UnicodeString format test using << operator Got: '%s' Expected: '%s'\n", testFormatStreamBuf, format_test_expected);

Completed in 1083 milliseconds