Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dplurults.cpp140 LocalPointer<PluralRules> dupRule(defRule.clone()); in testAPI() local
141 if (dupRule==NULL) { in testAPI()
145 if ( *dupRule != defRule ) { in testAPI()
149 *dupRule = *newEnPlural; in testAPI()
150 if (dupRule!=NULL) { in testAPI()
151 if ( *dupRule != *newEnPlural ) { in testAPI()