Home
last modified time | relevance | path

Searched defs:isInteger (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/global/i18n_lite/frameworks/i18n/src/
H A Dmeasure_format_impl.cpp67 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()
/ohos5.0/base/global/i18n/frameworks/intl/src/
H A Drelative_time_format.cpp140 const std::string &unit, bool isInteger, const std::string &value) in InsertInfo()
/ohos5.0/docs/en/application-dev/reference/apis-arkts/
H A Djs-apis-arkts-decimal.md1267 ### isInteger subsection
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkts/
H A Djs-apis-arkts-decimal.md1269 ### isInteger subsection
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DarkComponent.js4441 const isInteger = (val) => Number.isInteger(val); constant