OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:format_test_expected
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/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/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
);
Completed in 501 milliseconds