Home
last modified time | relevance | path

Searched defs:token_end (Results 1 – 6 of 6) sorted by relevance

/external/cpuinfo/src/x86/
Dname.c98 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()
/external/clang/include/clang/Rewrite/Core/
DTokenRewriter.h56 token_iterator token_end() const { return TokenList.end(); } in token_end() function
/external/llvm-project/clang/include/clang/Rewrite/Core/
DTokenRewriter.h59 token_iterator token_end() const { return TokenList.end(); } in token_end() function
/external/libtextclassifier/native/utils/grammar/parsing/
Dlexer.cc38 auto token_end = token_unicode.end(); in AppendTokenSymbols() local
/external/libchrome/base/strings/
Dstring_tokenizer.h146 const_iterator token_end() const { return token_end_; } in token_end() function
/external/libtextclassifier/native/annotator/
Dfeature-processor.cc228 UnicodeText::const_iterator token_end = token_end_unicode.end(); in LabelToSpan() local