Home
last modified time | relevance | path

Searched refs:minIntegerStr (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/global/i18n/frameworks/intl/src/
H A Dplural_rules.cpp69 std::string minIntegerStr = ParseOption(options, "minimumIntegerDigits"); in ParseAllOptions() local
71 minInteger = GetValidInteger(minIntegerStr, 1, 21, 1); in ParseAllOptions()