Searched refs:isIntegral (Results 1 – 4 of 4) sorted by relevance
155 if (jsonValue.isIntegral()) { in parseLegacyBootParameters()160 if (jsonValue.isIntegral()) { in parseLegacyBootParameters()
738 bool isIntegral() const;
3703 bool Value::isIntegral() const { in isIntegral() function in Json::Value3711 bool Value::isDouble() const { return type_ == realValue || isIntegral(); } in isDouble()3713 bool Value::isNumeric() const { return isIntegral() || isDouble(); } in isNumeric()
30501 Landroid/icu/text/DigitList_Android;->isIntegral()Z