Searched refs:cur_fr (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | nmfmapts.cpp | 86 NumberFormat *cur_fr = NumberFormat::createCurrencyInstance(Locale::getFrench(), status); in testAPI() local 103 if (per_fr != NULL && cur_fr != NULL) in testAPI() 107 if( *per_fr == *cur_fr || ! ( *per_fr != *cur_fr) ) { in testAPI() 113 if (cur_fr != NULL) in testAPI() 125 res1 = cur_fr->format(d, res1); in testAPI() 128 res2 = cur_fr->format(l, res2); in testAPI() 131 res3 = cur_fr->format(d, res3, pos1); in testAPI() 134 res4 = cur_fr->format(l, res4, pos2); in testAPI() 138 res5 = cur_fr->format(fD, res5, pos3, status); in testAPI() 145 res6 = cur_fr->format(fL, res6, pos4, status); in testAPI() [all …]
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | IntlTestNumberFormatAPI.java | 49 NumberFormat cur_fr = NumberFormat.getCurrencyInstance(Locale.FRENCH); in TestAPI() local 69 if( per_fr.equals(cur_fr) ) { in TestAPI() 93 res1 = cur_fr.format(d); in TestAPI() 96 res2 = cur_fr.format(l); in TestAPI() 99 res3 = cur_fr.format(d, res3, pos1); in TestAPI() 102 res4 = cur_fr.format(l, res4, pos2); in TestAPI() 105 res5 = cur_fr.format(d, res5, pos3); in TestAPI() 108 res6 = cur_fr.format(l, res6, pos4); in TestAPI()
|
/external/icu/icu4c/source/test/cintltst/ |
D | cnumtst.c | 170 UNumberFormat *def, *fr, *cur_def, *cur_fr, *per_def, *per_fr, in TestNumberFormat() local 199 cur_fr=unum_open(style,NULL,0, "fr_FR", NULL, &status); in TestNumberFormat() 644 unum_getTextAttribute(cur_fr, UNUM_NEGATIVE_SUFFIX, temp, resultlength, &status); in TestNumberFormat() 959 unum_close(cur_fr); in TestNumberFormat()
|