Home
last modified time | relevance | path

Searched refs:complexRule (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Dplurults.cpp187 … UnicodeString complexRule = UNICODE_STRING_SIMPLE("a: n in 2..5; b: n in 5..8; c: n mod 2 is 1"); in testAPI() local
204 LocalPointer<PluralRules> newRules(test->createRules(complexRule, status)); in testAPI()