Searched defs:isInteger (Results 1 – 5 of 5) sorted by relevance
67 std::string MeasureFormatImpl::FormatInner(bool isInteger, std::string &unit, MeasureFormatType typ… in FormatInner()114 int MeasureFormatImpl::ComputePluralIndex(bool isInteger, I18nStatus &status) in ComputePluralIndex()160 std::string MeasureFormatImpl::ComputeFormattedNumber(bool isInteger, I18nStatus &status) in ComputeFormattedNumber()
140 const std::string &unit, bool isInteger, const std::string &value) in InsertInfo()
1267 ### isInteger subsection
1269 ### isInteger subsection
4441 const isInteger = (val) => Number.isInteger(val); constant