Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/html/parser/
DHTMLParserIdioms.cpp126 unsigned cursor = eIndex + 1, cursorSaved; in parseToDoubleForNumberTypeWithDecimalPlaces() local
144 cursorSaved = cursor; in parseToDoubleForNumberTypeWithDecimalPlaces()
147 if (cursor - cursorSaved > 8 || exponent32 > 19999) in parseToDoubleForNumberTypeWithDecimalPlaces()