Uses of Class
mondrian.util.Format.FormatLocale
-
Packages that use Format.FormatLocale Package Description mondrian.util Mondrian utilities. -
-
Uses of Format.FormatLocale in mondrian.util
Methods in mondrian.util that return Format.FormatLocale Modifier and Type Method Description static Format.FormatLocale
Format. createLocale(char thousandSeparator, char decimalPlaceholder, String dateSeparator, String timeSeparator, String currencySymbol, String currencyFormat, String[] daysOfWeekShort, String[] daysOfWeekLong, String[] monthsShort, String[] monthsLong, Locale locale)
Create aFormat.FormatLocale
object characterized by the given properties.static Format.FormatLocale
Format. createLocale(Locale locale)
static Format.FormatLocale
Format. getBestFormatLocale(Locale locale)
Returns the bestFormat.FormatLocale
for a givenLocale
.static Format.FormatLocale
Format. getFormatLocale(Locale locale)
Returns theFormat.FormatLocale
which precisely matchesLocale
, if any, or null if there is none.static Format.FormatLocale
Format. registerFormatLocale(Format.FormatLocale formatLocale, Locale locale)
Registers aFormat.FormatLocale
to a givenLocale
.Methods in mondrian.util with parameters of type Format.FormatLocale Modifier and Type Method Description static Format.FormatLocale
Format. registerFormatLocale(Format.FormatLocale formatLocale, Locale locale)
Registers aFormat.FormatLocale
to a givenLocale
.Constructors in mondrian.util with parameters of type Format.FormatLocale Constructor Description Format(String formatString, Format.FormatLocale locale)
Constructs aFormat
in a specific locale.
-