Searched refs:FirstHex (Results 1 – 1 of 1) sorted by relevance
220 const char *FirstHex = nullptr; in doLookAhead() local226 if (!FirstHex) in doLookAhead()227 FirstHex = LookAhead; in doLookAhead()234 CurPtr = isHex || !FirstHex ? LookAhead : FirstHex; in doLookAhead()