Searched refs:rbnfClone (Results 1 – 3 of 3) sorted by relevance
1532 RuleBasedNumberFormat rbnfClone = (RuleBasedNumberFormat)rbnf.clone(); in TestContext() local1533 if (!rbnfClone.equals(rbnf)) { in TestContext()1536 result = rbnfClone.format(item.value, rbnfClone.getDefaultRuleSetName()); in TestContext()
1623 RuleBasedNumberFormat rbnfClone = (RuleBasedNumberFormat)rbnf.clone(); in TestContext() local1624 if (!rbnfClone.equals(rbnf)) { in TestContext()1627 result = rbnfClone.format(item.value, rbnfClone.getDefaultRuleSetName()); in TestContext()
170 RuleBasedNumberFormat* rbnfClone = formatter->clone(); in TestAPI() local171 if(rbnfClone != NULL) { in TestAPI()172 if(!(*rbnfClone == *formatter)) { in TestAPI()175 delete rbnfClone; in TestAPI()