Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dplurults.cpp154 LocalPointer<PluralRules> dupRule(defRule.clone()); in testAPI() local
155 if (dupRule==NULL) { in testAPI()
159 if ( *dupRule != defRule ) { in testAPI()
163 *dupRule = *newEnPlural; in testAPI()
164 if (dupRule!=NULL) { in testAPI()
165 if ( *dupRule != *newEnPlural ) { in testAPI()