Searched refs:cur_fr (Results 1 - 4 of 4) sorted by relevance
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
H A D | IntlTestNumberFormatAPI.java | 54 NumberFormat cur_fr = NumberFormat.getCurrencyInstance(Locale.FRENCH); in TestAPI() 74 if( per_fr.equals(cur_fr) ) { in TestAPI() 98 res1 = cur_fr.format(d); in TestAPI() 101 res2 = cur_fr.format(l); in TestAPI() 104 res3 = cur_fr.format(d, res3, pos1); in TestAPI() 107 res4 = cur_fr.format(l, res4, pos2); in TestAPI() 110 res5 = cur_fr.format(d, res5, pos3); in TestAPI() 113 res6 = cur_fr.format(l, res6, pos4); in TestAPI()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
H A D | IntlTestNumberFormatAPI.java | 57 NumberFormat cur_fr = NumberFormat.getCurrencyInstance(Locale.FRENCH); in TestAPI() 77 if( per_fr.equals(cur_fr) ) { in TestAPI() 101 res1 = cur_fr.format(d); in TestAPI() 104 res2 = cur_fr.format(l); in TestAPI() 107 res3 = cur_fr.format(d, res3, pos1); in TestAPI() 110 res4 = cur_fr.format(l, res4, pos2); in TestAPI() 113 res5 = cur_fr.format(d, res5, pos3); in TestAPI() 116 res6 = cur_fr.format(l, res6, pos4); in TestAPI()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A 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 in testAPI() [all...] |
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | cnumtst.c | 204 UNumberFormat *def, *fr, *cur_def, *cur_fr, *per_def, *per_fr, in TestNumberFormat() local 233 cur_fr=unum_open(style,NULL,0, "fr_FR", NULL, &status); in TestNumberFormat() 678 unum_getTextAttribute(cur_fr, UNUM_NEGATIVE_SUFFIX, temp, resultlength, &status); in TestNumberFormat() 1009 unum_close(cur_fr); in TestNumberFormat()
|
Completed in 10 milliseconds