Searched refs:rbnfClone (Results 1 – 3 of 3) sorted by relevance
1594 RuleBasedNumberFormat rbnfClone = (RuleBasedNumberFormat)rbnf.clone(); in TestContext() local1595 if (!rbnfClone.equals(rbnf)) { in TestContext()1598 result = rbnfClone.format(item.value, rbnfClone.getDefaultRuleSetName()); in TestContext()
1597 RuleBasedNumberFormat rbnfClone = (RuleBasedNumberFormat)rbnf.clone(); in TestContext() local1598 if (!rbnfClone.equals(rbnf)) { in TestContext()1601 result = rbnfClone.format(item.value, rbnfClone.getDefaultRuleSetName()); in TestContext()
169 RuleBasedNumberFormat* rbnfClone = formatter->clone(); in TestAPI() local170 if(rbnfClone != NULL) { in TestAPI()171 if(!(*rbnfClone == *formatter)) { in TestAPI()174 delete rbnfClone; in TestAPI()