Searched defs:token_begin (Results 1 – 4 of 4) sorted by relevance
55 token_iterator token_begin() const { return TokenList.begin(); } in token_begin() function
58 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
225 UnicodeText::const_iterator token_begin = token_begin_unicode.begin(); in LabelToSpan() local