Home
last modified time | relevance | path

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

/base/global/i18n/frameworks/intl/include/
H A Dplural_rules.h59 int GetValidInteger(std::string &integerStr, int minValue, int maxValue, int defaultValue);
/base/global/i18n/frameworks/intl/src/
H A Dplural_rules.cpp47 int PluralRules::GetValidInteger(std::string &integerStr, int minValue, int maxValue, int defaultValue) in GetValidInteger() argument
50 int validInteger = ConvertString2Int(integerStr, status); in GetValidInteger()

Completed in 2 milliseconds