HomeSort by relevance Sort by last modified time
    Searched refs:assertRuleKeyValue (Results 1 - 4 of 4) sorted by null

  /external/icu/icu4c/source/test/intltest/
plurults.h 40 void assertRuleKeyValue(const UnicodeString& rule, const UnicodeString& key,
plurults.cpp 348 assertRuleKeyValue("a:" + rule, "a", expected);
352 PluralRulesTest::assertRuleKeyValue(const UnicodeString& rule,
377 assertRuleKeyValue("a: n is 1", "not_defined", UPLRULES_NO_UNIQUE_VALUE); // key not defined
378 assertRuleKeyValue("a: n is 1", "other", UPLRULES_NO_UNIQUE_VALUE); // key matches default rule
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
PluralRulesTest.java 557 assertRuleKeyValue("a:" + rule, "a", value);
560 private void assertRuleKeyValue(String rule, String key, double value) {
569 assertRuleKeyValue("a: n is 1", "not_defined", PluralRules.NO_UNIQUE_VALUE); // key not defined
581 assertRuleKeyValue("a: n is 1", "other", PluralRules.NO_UNIQUE_VALUE); // key matches default rule
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
PluralRulesTest.java 553 assertRuleKeyValue("a:" + rule, "a", value);
556 private void assertRuleKeyValue(String rule, String key, double value) {
565 assertRuleKeyValue("a: n is 1", "not_defined", PluralRules.NO_UNIQUE_VALUE); // key not defined
577 assertRuleKeyValue("a: n is 1", "other", PluralRules.NO_UNIQUE_VALUE); // key matches default rule
    [all...]

Completed in 422 milliseconds