Home
last modified time | relevance | path

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

/ohos5.0/base/global/i18n_lite/frameworks/i18n/src/
H A Dnumber_data.cpp99 bool isDec = CalculateDecLength(pattern, len); in ParsePattern() local
100 CalculateIntLength(len - style.decLen, pattern, len, isDec); in ParsePattern()
112 bool isDec = false; in CalculateDecLength() local
117 isDec = true; in CalculateDecLength()
120 if (isDec && ((temp == '#') || (temp == '0'))) { in CalculateDecLength()
125 return isDec; in CalculateDecLength()
128 void NumberData::CalculateIntLength(int intEndPos, const char *pattern, const int len, bool isDec) in CalculateIntLength() argument
133 if (isDec) { in CalculateIntLength()
H A Dnumber_format_impl.cpp421 char *NumberFormatImpl::FillMinDecimal(const char *target, int len, int addSize, bool isDec) const in FillMinDecimal()
428 if ((!isDec) && (i == 0)) { in FillMinDecimal()
/ohos5.0/base/global/i18n_lite/frameworks/i18n/include/
H A Dnumber_format_impl.h51 char *FillMinDecimal(const char *target, int len, int addSize, bool isDec) const;
H A Dnumber_data.h85 void CalculateIntLength(int intEndPos, const char *pattern, const int len, bool isDec);