Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/base/
Djson_parser.cpp535 bool hasDecimal = false; in ParseNumber() local
560 …arser<T>::ConvertToNumber(const std::string &str, bool negative, bool hasExponent, bool hasDecimal) in ConvertToNumber()
1070 bool JsonParser<T>::CheckZeroBeginNumber(bool &hasExponent, bool &hasDecimal) in CheckZeroBeginNumber()
1090 bool JsonParser<T>::CheckNonZeroBeginNumber(bool &hasExponent, bool &hasDecimal) in CheckNonZeroBeginNumber()