Searched refs:rbnfClone (Results 1 – 2 of 2) sorted by relevance
1478 RuleBasedNumberFormat rbnfClone = (RuleBasedNumberFormat)rbnf.clone(); in TestContext() local1479 if (!rbnfClone.equals(rbnf)) { in TestContext()1482 result = rbnfClone.format(item.value, rbnfClone.getDefaultRuleSetName()); in TestContext()
159 RuleBasedNumberFormat* rbnfClone = (RuleBasedNumberFormat *)formatter->clone(); in TestAPI() local160 if(rbnfClone != NULL) { in TestAPI()161 if(!(*rbnfClone == *formatter)) { in TestAPI()164 delete rbnfClone; in TestAPI()