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

/external/chromium_org/third_party/WebKit/Source/wtf/
H A DDateMath.cpp558 char* postParsePosition; local
563 if (!parseInt(currentPosition, &postParsePosition, 10, &year))
567 if (*postParsePosition != '-')
568 return postParsePosition;
569 currentPosition = postParsePosition + 1;
573 if (!parseLong(currentPosition, &postParsePosition, 10, &month))
575 if ((postParsePosition - currentPosition) != 2)
579 if (*postParsePosition != '-')
580 return postParsePosition;
581 currentPosition = postParsePosition
597 char* postParsePosition; local
[all...]

Completed in 43 milliseconds