OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:expFormatResult
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/test/intltest/
selfmts.cpp
60
UnicodeString
expFormatResult
[][NUM_OF_FORMAT_ARGS] = {
161
if( result !=
expFormatResult
[i][j] ){
162
errln("ERROR: SelectFormat Unit test failed in format() with unexpected result\n with argument: "+ formatArgs[j] + "\n result obtained: " + result + "\n and expected is: " +
expFormatResult
[i][j] );
/external/icu4c/test/intltest/
selfmts.cpp
61
UnicodeString
expFormatResult
[][NUM_OF_FORMAT_ARGS] = {
159
if( result !=
expFormatResult
[i][j] ){
160
errln("ERROR: SelectFormat Unit test failed in format() with unexpected result\n with argument: "+ formatArgs[j] + "\n result obtained: " + result + "\n and expected is: " +
expFormatResult
[i][j] );
Completed in 32 milliseconds