Lines Matching refs:cur_fr
88 NumberFormat *cur_fr = NumberFormat::createCurrencyInstance(Locale::getFrench(), status); in testAPI() local
105 if (per_fr != NULL && cur_fr != NULL) in testAPI()
109 if( *per_fr == *cur_fr || ! ( *per_fr != *cur_fr) ) { in testAPI()
115 if (cur_fr != NULL) in testAPI()
127 res1 = cur_fr->format(d, res1); in testAPI()
130 res2 = cur_fr->format(l, res2); in testAPI()
133 res3 = cur_fr->format(d, res3, pos1); in testAPI()
136 res4 = cur_fr->format(l, res4, pos2); in testAPI()
140 res5 = cur_fr->format(fD, res5, pos3, status); in testAPI()
147 res6 = cur_fr->format(fL, res6, pos4, status); in testAPI()
248 delete cur_fr; in testAPI()