OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CheckFourCases
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4c/source/test/intltest/
listformattertest.cpp
37
void ListFormatterTest::
CheckFourCases
(const char* locale_string, UnicodeString one, UnicodeString two,
42
dataerrln("ListFormatter::createInstance(Locale(\"%s\"), errorCode) failed in
CheckFourCases
: %s", locale_string, u_errorName(errorCode));
89
CheckFourCases
("", one, two, three, four, results);
96
CheckFourCases
("ex_PY", one, two, three, four, results);
110
CheckFourCases
("en", one, two, three, four, results);
145
CheckFourCases
("en_US", one, two, three, four, results);
159
CheckFourCases
("ru", one, two, three, four, results);
176
CheckFourCases
("ml", one, two, three, four, results);
189
CheckFourCases
("zu", one, two, three, four, results);
listformattertest.h
42
void
CheckFourCases
(
Completed in 47 milliseconds