Searched refs:isDec (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/base/global/i18n_lite/frameworks/i18n/src/ |
H A D | number_data.cpp | 99 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 D | number_format_impl.cpp | 421 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 D | number_format_impl.h | 51 char *FillMinDecimal(const char *target, int len, int addSize, bool isDec) const;
|
H A D | number_data.h | 85 void CalculateIntLength(int intEndPos, const char *pattern, const int len, bool isDec);
|