Home
last modified time | relevance | path

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

/frameworks/base/cmds/bootanimation/iot/
DBootParameters.cpp155 if (jsonValue.isIntegral()) { in parseLegacyBootParameters()
160 if (jsonValue.isIntegral()) { in parseLegacyBootParameters()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/conformance/third_party/jsoncpp/
Djson.h738 bool isIntegral() const;
Djsoncpp.cpp3703 bool Value::isIntegral() const { in isIntegral() function in Json::Value
3711 bool Value::isDouble() const { return type_ == realValue || isIntegral(); } in isDouble()
3713 bool Value::isNumeric() const { return isIntegral() || isDouble(); } in isNumeric()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt30501 Landroid/icu/text/DigitList_Android;->isIntegral()Z