Searched refs:UNUM_DECIMAL_SEPARATOR_ALWAYS (Results 1 – 5 of 5) sorted by relevance
400 UNUM_DECIMAL_SEPARATOR_ALWAYS, enumerator
187 macros.decimal = properties.decimalSeparatorAlwaysShown ? UNUM_DECIMAL_SEPARATOR_ALWAYS in oldToNew()
464 … if (quantity.getLowerDisplayMagnitude() < 0 || micros.decimal == UNUM_DECIMAL_SEPARATOR_ALWAYS) { in writeNumber()
284 return UNUM_DECIMAL_SEPARATOR_ALWAYS; in decimalSeparatorDisplay()400 case UNUM_DECIMAL_SEPARATOR_ALWAYS: in decimalSeparatorDisplay()
1923 … NumberFormatter::with().decimal(UNumberDecimalSeparatorDisplay::UNUM_DECIMAL_SEPARATOR_ALWAYS), in decimal()