Searched refs:fixedLo (Results 1 – 1 of 1) sorted by relevance
425 FixedDecimal fixedLo(sampleRange.tempSubStringBetween(0, tildeIndex), status); in getSamplesFromString() local427 double rangeLo = fixedLo.source; in getSamplesFromString()455 … if (!(sampleValue == floor(sampleValue) && fixedLo.visibleDecimalDigitCount > 0)) { in getSamplesFromString()459 int32_t v = (int32_t) fixedLo.getPluralOperand(PluralOperand::PLURAL_OPERAND_V); in getSamplesFromString()460 int32_t e = (int32_t) fixedLo.getPluralOperand(PluralOperand::PLURAL_OPERAND_E); in getSamplesFromString()