Home
last modified time | relevance | path

Searched defs:adjustValue (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/global/i18n_lite/frameworks/i18n/src/
H A Dnumber_format_impl.cpp394 int adjustValue = (length < 0) ? -1 : length; in SetMaxDecimalLength() local
410 int adjustValue = (length < 0) ? -1 : length; in SetMinDecimalLength() local
H A Ddate_time_format_impl.cpp395 uint32_t adjustValue = (minValue < maxValue) ? minValue : maxValue; in ZeroPadding() local