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 - 1
of
1
) sorted by null
/external/icu/icu4c/source/test/iotest/
stream.cpp
143
const char *
format_test_expected
= "1234567890string 0123456789";
local
144
if (strcmp(
format_test_expected
, testFormatStreamBuf) != 0) {
145
log_err("UnicodeString format test using << operator Got: '%s' Expected: '%s'\n", testFormatStreamBuf,
format_test_expected
);
Completed in 310 milliseconds