Searched defs:tokenStart (Results 1 – 6 of 6) sorted by relevance
140 int tokenStart = pos; in parseChallenges() local
194 Token parseToken(const CharType* start, const CharType* end, const CharType** tokenStart, const Cha… in parseToken()347 const CharType* tokenStart; in buildValue() local
123 int tokenStart = pos; in parse() local
55 unsigned tokenStart = startIndex; in parseParameterPart() local
1528 inline void CSSTokenizer::setTokenStart<LChar>(LChar* tokenStart) in setTokenStart()1534 inline void CSSTokenizer::setTokenStart<UChar>(UChar* tokenStart) in setTokenStart()
396 function processToken(tokenValue, tokenType, tokenStart, tokenEnd) { argument