Searched refs:token_end (Results 1 – 8 of 8) sorted by relevance
98 static inline bool is_zero_number(const char* token_start, const char* token_end) { in is_zero_number() argument99 for (const char* char_ptr = token_start; char_ptr != token_end; char_ptr++) { in is_zero_number()107 static inline bool is_space(const char* token_start, const char* token_end) { in is_space() argument108 for (const char* char_ptr = token_start; char_ptr != token_end; char_ptr++) { in is_space()116 static inline bool is_number(const char* token_start, const char* token_end) { in is_number() argument117 for (const char* char_ptr = token_start; char_ptr != token_end; char_ptr++) { in is_number()125 static inline bool is_model_number(const char* token_start, const char* token_end) { in is_model_number() argument126 for (const char* char_ptr = token_start + 1; char_ptr < token_end; char_ptr++) { in is_model_number()134 static inline bool is_frequency(const char* token_start, const char* token_end) { in is_frequency() argument135 const size_t token_length = (size_t) (token_end - token_start); in is_frequency()[all …]
126 InputPosition token_end = pos; in RunLexer() local127 line_column_tracker.Advance(token_start, token_end); in RunLexer()140 line_column_tracker.Advance(token_end, pos); in RunLexer()155 InputPosition token_end = token_start; in MatchToken() local157 if (matchPattern(&token_end) && token_end > *pos) { in MatchToken()158 *pos = token_end; in MatchToken()
27 E = Rewriter.token_end(); I != E; ++I) { in DoRewriteTest()37 E = Rewriter.token_end(); I != E; ++I) in DoRewriteTest()
56 token_iterator token_end() const { return TokenList.end(); } in token_end() function61 assert(I != token_end() && "Cannot insert after token_end()!"); in AddTokenAfter()
158 auto token_end = token_unicode.end(); in ProcessToken() local162 while (it != token_end) { in ProcessToken()166 while (next != token_end) { in ProcessToken()
56 if (I == token_end()) return TokenList.end(); in RemapIterator()
146 const_iterator token_end() const { return token_end_; } in token_end() function
231 UnicodeText::const_iterator token_end = token_end_unicode.end(); in LabelToSpan() local237 CountIgnoredSpanBoundaryCodepoints(token_end_unicode.begin(), token_end, in LabelToSpan()