Home
last modified time | relevance | path

Searched refs:currencyFormat (Results 1 – 25 of 1366) sorted by relevance

12345678910>>...55

/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libjava/gnu/java/locale/
H A DLocaleInformation_fr_CH.java65 static final String currencyFormat = LocaleInformation_de_CH.currencyFormat; field in LocaleInformation_fr_CH
78 { "currencyFormat", currencyFormat },
H A DLocaleInformation_it_CH.java65 static final String currencyFormat = LocaleInformation_de_CH.currencyFormat; field in LocaleInformation_it_CH
78 { "currencyFormat", currencyFormat },
H A DLocaleInformation_sv_FI.java65 static final String currencyFormat = LocaleInformation_fi_FI.currencyFormat; field in LocaleInformation_sv_FI
78 { "currencyFormat", currencyFormat },
H A DLocaleInformation_cy_GB.java65 static final String currencyFormat = LocaleInformation_en_GB.currencyFormat; field in LocaleInformation_cy_GB
78 { "currencyFormat", currencyFormat },
H A DLocaleInformation_fo_FO.java65 static final String currencyFormat = LocaleInformation_da_DK.currencyFormat; field in LocaleInformation_fo_FO
78 { "currencyFormat", currencyFormat },
H A DLocaleInformation_oc_FR.java65 static final String currencyFormat = LocaleInformation_fr_FR.currencyFormat; field in LocaleInformation_oc_FR
78 { "currencyFormat", currencyFormat },
H A DLocaleInformation_gd_GB.java65 static final String currencyFormat = LocaleInformation_en_GB.currencyFormat; field in LocaleInformation_gd_GB
78 { "currencyFormat", currencyFormat },
H A DLocaleInformation_kl_GL.java65 static final String currencyFormat = LocaleInformation_da_DK.currencyFormat; field in LocaleInformation_kl_GL
78 { "currencyFormat", currencyFormat },
H A DLocaleInformation_mi_NZ.java65 static final String currencyFormat = LocaleInformation_en_NZ.currencyFormat; field in LocaleInformation_mi_NZ
78 { "currencyFormat", currencyFormat },
H A DLocaleInformation_nl_BE.java65 static final String currencyFormat = LocaleInformation_fr_BE.currencyFormat; field in LocaleInformation_nl_BE
78 { "currencyFormat", currencyFormat },
H A DLocaleInformation_ar_BH.java65 static final String currencyFormat = "$ #,##0.000;$ #,##0.000-"; field in LocaleInformation_ar_BH
78 { "currencyFormat", currencyFormat },
H A DLocaleInformation_ar_DZ.java65 static final String currencyFormat = "$ #,##0.000;$ #,##0.000-"; field in LocaleInformation_ar_DZ
78 { "currencyFormat", currencyFormat },
H A DLocaleInformation_ar_LY.java65 static final String currencyFormat = "$ #,##0.000;$ #,##0.000-"; field in LocaleInformation_ar_LY
78 { "currencyFormat", currencyFormat },
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libjava/gnu/java/locale/
H A DLocaleInformation_fr_CH.java65 static final String currencyFormat = LocaleInformation_de_CH.currencyFormat; field in LocaleInformation_fr_CH
78 { "currencyFormat", currencyFormat },
H A DLocaleInformation_it_CH.java65 static final String currencyFormat = LocaleInformation_de_CH.currencyFormat; field in LocaleInformation_it_CH
78 { "currencyFormat", currencyFormat },
H A DLocaleInformation_fo_FO.java65 static final String currencyFormat = LocaleInformation_da_DK.currencyFormat; field in LocaleInformation_fo_FO
78 { "currencyFormat", currencyFormat },
H A DLocaleInformation_oc_FR.java65 static final String currencyFormat = LocaleInformation_fr_FR.currencyFormat; field in LocaleInformation_oc_FR
78 { "currencyFormat", currencyFormat },
H A DLocaleInformation_cy_GB.java65 static final String currencyFormat = LocaleInformation_en_GB.currencyFormat; field in LocaleInformation_cy_GB
78 { "currencyFormat", currencyFormat },
H A DLocaleInformation_kl_GL.java65 static final String currencyFormat = LocaleInformation_da_DK.currencyFormat; field in LocaleInformation_kl_GL
78 { "currencyFormat", currencyFormat },
H A DLocaleInformation_nl_BE.java65 static final String currencyFormat = LocaleInformation_fr_BE.currencyFormat; field in LocaleInformation_nl_BE
78 { "currencyFormat", currencyFormat },
H A DLocaleInformation_mi_NZ.java65 static final String currencyFormat = LocaleInformation_en_NZ.currencyFormat; field in LocaleInformation_mi_NZ
78 { "currencyFormat", currencyFormat },
H A DLocaleInformation_gd_GB.java65 static final String currencyFormat = LocaleInformation_en_GB.currencyFormat; field in LocaleInformation_gd_GB
78 { "currencyFormat", currencyFormat },
H A DLocaleInformation_sv_FI.java65 static final String currencyFormat = LocaleInformation_fi_FI.currencyFormat; field in LocaleInformation_sv_FI
78 { "currencyFormat", currencyFormat },
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Runtime/tests/System/
H A DInt32Tests.cs202 NumberFormatInfo currencyFormat = new NumberFormatInfo() in Parse_Valid_TestData()
208 yield return new object[] { "$1|000", NumberStyles.Currency, currencyFormat, 1000 }; in Parse_Valid_TestData()
209 yield return new object[] { "$1000", NumberStyles.Currency, currencyFormat, 1000 }; in Parse_Valid_TestData()
210 yield return new object[] { "$ 1000", NumberStyles.Currency, currencyFormat, 1000 }; in Parse_Valid_TestData()
211 yield return new object[] { "1000", NumberStyles.Currency, currencyFormat, 1000 }; in Parse_Valid_TestData()
212 yield return new object[] { "$(1000)", NumberStyles.Currency, currencyFormat, -1000}; in Parse_Valid_TestData()
213 yield return new object[] { "($1000)", NumberStyles.Currency, currencyFormat, -1000 }; in Parse_Valid_TestData()
214 yield return new object[] { "$-1000", NumberStyles.Currency, currencyFormat, -1000 }; in Parse_Valid_TestData()
215 yield return new object[] { "-$1000", NumberStyles.Currency, currencyFormat, -1000 }; in Parse_Valid_TestData()
/dports/devel/pear-I18N/I18N-1.0.0/
H A DCurrency.php64 $currencyFormat = array_shift($numberFormat);
68 return str_replace( '%' , $formattedAmount , $currencyFormat );

12345678910>>...55