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

/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DJSONParser.cpp73 bool readInt(const CharType* start, const CharType* end, const CharType** tokenEnd, bool canHaveLeadingZeros) argument
85 if (!canHaveLeadingZeros && length > 1 && haveLeadingZero)

Completed in 1127 milliseconds