Home
last modified time | relevance | path

Searched refs:adjustValue (Results 1 - 2 of 2) sorted by relevance

/base/global/i18n_lite/frameworks/i18n/src/
H A Dnumber_format_impl.cpp394 int adjustValue = (length < 0) ? -1 : length; in SetMaxDecimalLength() local
395 if ((minDecimalLength >= 0) && (minDecimalLength > adjustValue)) { in SetMaxDecimalLength()
396 minDecimalLength = adjustValue; in SetMaxDecimalLength()
397 defaultData->SetMinDecimalLength(adjustValue); in SetMaxDecimalLength()
399 maxDecimalLength = adjustValue; in SetMaxDecimalLength()
410 int adjustValue = (length < 0) ? -1 : length; in SetMinDecimalLength() local
411 if ((maxDecimalLength >= 0) && (maxDecimalLength < adjustValue)) { in SetMinDecimalLength()
412 maxDecimalLength = adjustValue; in SetMinDecimalLength()
415 minDecimalLength = adjustValue; in SetMinDecimalLength()
416 defaultData->SetMinDecimalLength(adjustValue); in SetMinDecimalLength()
[all...]
H A Ddate_time_format_impl.cpp395 uint32_t adjustValue = (minValue < maxValue) ? minValue : maxValue; in ZeroPadding() local
398 while (count < adjustValue) { in ZeroPadding()

Completed in 3 milliseconds