Searched refs:cur_fr (Results 1 – 4 of 4) sorted by relevance
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | IntlTestNumberFormatAPI.java | 51 NumberFormat cur_fr = NumberFormat.getCurrencyInstance(Locale.FRENCH); in TestAPI() local 71 if( per_fr.equals(cur_fr) ) { in TestAPI() 95 res1 = cur_fr.format(d); in TestAPI() 98 res2 = cur_fr.format(l); in TestAPI() 101 res3 = cur_fr.format(d, res3, pos1); in TestAPI() 104 res4 = cur_fr.format(l, res4, pos2); in TestAPI() 107 res5 = cur_fr.format(d, res5, pos3); in TestAPI() 110 res6 = cur_fr.format(l, res6, pos4); in TestAPI()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | IntlTestNumberFormatAPI.java | 50 NumberFormat cur_fr = NumberFormat.getCurrencyInstance(Locale.FRENCH); in TestAPI() local 70 if( per_fr.equals(cur_fr) ) { in TestAPI() 94 res1 = cur_fr.format(d); in TestAPI() 97 res2 = cur_fr.format(l); in TestAPI() 100 res3 = cur_fr.format(d, res3, pos1); in TestAPI() 103 res4 = cur_fr.format(l, res4, pos2); in TestAPI() 106 res5 = cur_fr.format(d, res5, pos3); in TestAPI() 109 res6 = cur_fr.format(l, res6, pos4); in TestAPI()
|
/external/icu/icu4c/source/test/intltest/ |
D | nmfmapts.cpp | 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() [all …]
|
/external/icu/icu4c/source/test/cintltst/ |
D | cnumtst.c | 174 UNumberFormat *def, *fr, *cur_def, *cur_fr, *per_def, *per_fr, in TestNumberFormat() local 203 cur_fr=unum_open(style,NULL,0, "fr_FR", NULL, &status); in TestNumberFormat() 648 unum_getTextAttribute(cur_fr, UNUM_NEGATIVE_SUFFIX, temp, resultlength, &status); in TestNumberFormat() 963 unum_close(cur_fr); in TestNumberFormat()
|