Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dplurults.cpp144 LocalPointer<PluralRules> dupRule(defRule.clone()); in testAPI() local
145 if (dupRule==NULL) { in testAPI()
149 if ( *dupRule != defRule ) { in testAPI()
153 *dupRule = *newEnPlural; in testAPI()
154 if (dupRule!=NULL) { in testAPI()
155 if ( *dupRule != *newEnPlural ) { in testAPI()