OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:checkSelect
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4c/source/test/intltest/
plurults.cpp
608
void PluralRulesTest::
checkSelect
(const LocalPointer<PluralRules> &rules, UErrorCode &status,
661
checkSelect
(pr, status, __LINE__, "s", "1.0", "3.0", "4.0", "6.0", END_MARK);
662
checkSelect
(pr, status, __LINE__, "other", "0.0", "2.0", "3.1", "7.0", END_MARK);
665
checkSelect
(pr, status, __LINE__, "other", "1.0", "3.0", "4.0", "6.0", END_MARK);
666
checkSelect
(pr, status, __LINE__, "s", "0.0", "2.0", "3.1", "7.0", END_MARK);
670
checkSelect
(pr, status, __LINE__, "r", "1.0", "3.0", "7.0", "8.0", "10.0", "14.0", "17.0", END_MARK);
671
checkSelect
(pr, status, __LINE__, "s", "29.0", END_MARK);
672
checkSelect
(pr, status, __LINE__, "other", "28.0", "29.1", END_MARK);
675
checkSelect
(pr, status, __LINE__, "a", "1", "11", "41", "101", "301.00", END_MARK);
676
checkSelect
(pr, status, __LINE__, "b", "0", "100", "200.0", "300.", "1000", "1100", "110000", END_MARK)
[
all
...]
plurults.h
44
void
checkSelect
(const LocalPointer<PluralRules> &rules, UErrorCode &status,
Completed in 2885 milliseconds