Searched refs:FirstHex (Results 1 – 1 of 1) sorted by relevance
223 const char *FirstHex = nullptr; in doLookAhead() local229 if (!FirstHex) in doLookAhead()230 FirstHex = LookAhead; in doLookAhead()237 CurPtr = isHex || !FirstHex ? LookAhead : FirstHex; in doLookAhead()