Searched refs:UNUM_DECIMAL_SEPARATOR_ALWAYS (Results 1 – 13 of 13) sorted by relevance
383 UNUM_DECIMAL_SEPARATOR_ALWAYS, enumerator
485 UNUM_DECIMAL_SEPARATOR_ALWAYS, enumerator
491 UNUM_DECIMAL_SEPARATOR_ALWAYS, enumerator
181 macros.decimal = properties.decimalSeparatorAlwaysShown ? UNUM_DECIMAL_SEPARATOR_ALWAYS in oldToNew()
526 … if (quantity.getLowerDisplayMagnitude() < 0 || micros.decimal == UNUM_DECIMAL_SEPARATOR_ALWAYS) { in writeNumber()
308 return UNUM_DECIMAL_SEPARATOR_ALWAYS; in decimalSeparatorDisplay()445 case UNUM_DECIMAL_SEPARATOR_ALWAYS: in decimalSeparatorDisplay()
182 macros.decimal = properties.decimalSeparatorAlwaysShown ? UNUM_DECIMAL_SEPARATOR_ALWAYS in oldToNew()
548 … if (quantity.getLowerDisplayMagnitude() < 0 || micros.decimal == UNUM_DECIMAL_SEPARATOR_ALWAYS) { in writeNumber()
309 return UNUM_DECIMAL_SEPARATOR_ALWAYS; in decimalSeparatorDisplay()446 case UNUM_DECIMAL_SEPARATOR_ALWAYS: in decimalSeparatorDisplay()
534 … if (quantity.getLowerDisplayMagnitude() < 0 || micros.decimal == UNUM_DECIMAL_SEPARATOR_ALWAYS) { in writeNumber()
5035 … NumberFormatter::with().decimal(UNumberDecimalSeparatorDisplay::UNUM_DECIMAL_SEPARATOR_ALWAYS), in decimal()