Home
last modified time | relevance | path

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

/ohos5.0/base/global/i18n_lite/frameworks/i18n/include/
H A Dplural_format_impl.h60 const char NUM_OF_FRACTION = 'v'; variable
/ohos5.0/base/global/i18n_lite/frameworks/i18n/src/
H A Dplural_format_impl.cpp207 if ((index < ruleSize) && (rule[index] == NUM_OF_FRACTION)) { in ParseDecimalFormula()