Home
last modified time | relevance | path

Searched refs:matchFastFloatDecimalPart (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/src/utils/
H A DSkJSON.cpp741 const char* matchFastFloatDecimalPart(const char* p, int sign, float f, int exp) { in matchFastFloatDecimalPart() function in skjson::__anon18973::DOMParser
777 return (*p == '.') ? this->matchFastFloatDecimalPart(p + 1, sign, f, 0) in matchFastFloatPart()
836 return this->matchFastFloatDecimalPart(p, sign, n32, exp); in matchFast32OrFloat()

Completed in 2 milliseconds