Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dtchcfmt.cpp314 ChoiceFormat* form_A3 = (ChoiceFormat*) form_A->clone(); in TestComplexExample() local
315 if (!form_A3) { in TestComplexExample()
318 if ((*form_A3 == *form_A) && (*form_A3 != *form_B)) { in TestComplexExample()
334 delete form_A3; in TestComplexExample()