Searched defs:token_begin (Results 1 – 3 of 3) sorted by relevance
55 token_iterator token_begin() const { return TokenList.begin(); } in token_begin() function
145 const_iterator token_begin() const { return token_begin_; } in token_begin() function
227 UnicodeText::const_iterator token_begin = token_begin_unicode.begin(); in LabelToSpan() local