Home
last modified time | relevance | path

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

/ohos5.0/base/global/i18n_lite/frameworks/i18n/include/
H A Dplural_format_impl.h50 bool CheckContainsIntegerRule() const;
/ohos5.0/base/global/i18n_lite/frameworks/i18n/src/
H A Dplural_format_impl.cpp106 if (!CheckContainsIntegerRule() && numberInfo[FRACTION_NUMBER_INDEX] == 0) { in GetPluralRuleIndex()
113 bool PluralFormatImpl::CheckContainsIntegerRule() const in CheckContainsIntegerRule() function in PluralFormatImpl