OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:assertRuleKeyValue
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/test/intltest/
plurults.h
34
void
assertRuleKeyValue
(const UnicodeString& rule, const UnicodeString& key,
plurults.cpp
312
assertRuleKeyValue
("a:" + rule, "a", expected);
316
PluralRulesTest::
assertRuleKeyValue
(const UnicodeString& rule,
339
assertRuleKeyValue
("a: n is 1", "not_defined", UPLRULES_NO_UNIQUE_VALUE); // key not defined
340
assertRuleKeyValue
("a: n is 1", "other", UPLRULES_NO_UNIQUE_VALUE); // key matches default rule
Completed in 147 milliseconds