Home | History | Annotate | Download | only in i18n

Lines Matching refs:DecimalFormat

122     "decimalFormat",  // UNUM_DECIMAL
412 // DecimalFormat::format(DigitList
486 // DecimalFormat overrides this function, and handles DigitList based big decimals.
504 // DecimalFormat overrides this function, and handles DigitList based big decimals.
534 // DecimalFormat overrides the DigitList formatting functions.
1274 // Creates a DecimalFormat instance with the last resort number patterns.
1362 // "new DecimalFormat()" does not adopt the symbols if its memory allocation fails.
1364 f = new DecimalFormat(pattern, syms, style, status);