Searched defs:token_end (Results 1 – 6 of 6) sorted by relevance
98 static inline bool is_zero_number(const char* token_start, const char* token_end) { in is_zero_number()107 static inline bool is_space(const char* token_start, const char* token_end) { in is_space()116 static inline bool is_number(const char* token_start, const char* token_end) { in is_number()125 static inline bool is_model_number(const char* token_start, const char* token_end) { in is_model_number()134 static inline bool is_frequency(const char* token_start, const char* token_end) { in is_frequency()150 static inline char* move_token(const char* token_start, const char* token_end, char* output_ptr) { in move_token()156 static bool transform_token(char* token_start, char* token_end, struct parser_state* state) { in transform_token()
56 token_iterator token_end() const { return TokenList.end(); } in token_end() function
59 token_iterator token_end() const { return TokenList.end(); } in token_end() function
38 auto token_end = token_unicode.end(); in AppendTokenSymbols() local
146 const_iterator token_end() const { return token_end_; } in token_end() function
228 UnicodeText::const_iterator token_end = token_end_unicode.end(); in LabelToSpan() local