OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:assertRuleValue
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/test/intltest/
plurults.h
32
void
assertRuleValue
(const UnicodeString& rule, double expected);
plurults.cpp
347
PluralRulesTest::
assertRuleValue
(const UnicodeString& rule, double expected) {
364
assertRuleValue
("n is 1", 1);
365
assertRuleValue
("n in 2..2", 2);
366
assertRuleValue
("n within 2..2", 2);
367
assertRuleValue
("n in 3..4", UPLRULES_NO_UNIQUE_VALUE);
368
assertRuleValue
("n within 3..4", UPLRULES_NO_UNIQUE_VALUE);
369
assertRuleValue
("n is 2 or n is 2", 2);
370
assertRuleValue
("n is 2 and n is 2", 2);
371
assertRuleValue
("n is 2 or n is 3", UPLRULES_NO_UNIQUE_VALUE);
372
assertRuleValue
("n is 2 and n is 3", UPLRULES_NO_UNIQUE_VALUE)
[
all
...]
Completed in 29 milliseconds