Home
last modified time | relevance | path

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

/external/cpuinfo/src/x86/
Dname.c110 static inline bool is_zero_number(const char* token_start, const char* token_end) { in is_zero_number()
119 static inline bool is_space(const char* token_start, const char* token_end) { in is_space()
128 static inline bool is_number(const char* token_start, const char* token_end) { in is_number()
137 static inline bool is_model_number(const char* token_start, const char* token_end) { in is_model_number()
146 static inline bool is_frequency(const char* token_start, const char* token_end) { in is_frequency()
162 static inline char* move_token(const char* token_start, const char* token_end, char* output_ptr) { in move_token()
168 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/libtextclassifier/native/utils/grammar/parsing/
Dlexer.cc38 auto token_end = token_unicode.end(); in AppendTokenSymbols() local
/external/cronet/tot/net/cookies/
Dparsed_cookie.cc312 std::string_view::iterator* token_end) { in ParseToken()
379 std::string_view::iterator token_start, token_end; in ParseTokenString() local
535 std::string_view::iterator token_start, token_end; in ParseTokenValuePairs() local
/external/cronet/stable/net/cookies/
Dparsed_cookie.cc312 std::string_view::iterator* token_end) { in ParseToken()
379 std::string_view::iterator token_start, token_end; in ParseTokenString() local
535 std::string_view::iterator token_start, token_end; in ParseTokenValuePairs() local
/external/icing/icing/tokenization/
Drfc822-tokenizer.cc165 CharacterIterator token_end = iterator_; in CalculateTokenEndExclusive() local
341 const char* token_end = nullptr; in ConvertOneNameToEmail() local
/external/cronet/stable/net/dns/
Ddns_hosts.cc80 size_t token_end = (pos_ == std::string::npos) ? end_ : pos_; in Advance() local
/external/cronet/tot/net/dns/
Ddns_hosts.cc80 size_t token_end = (pos_ == std::string::npos) ? end_ : pos_; in Advance() local
/external/libchrome/base/strings/
Dstring_tokenizer.h146 const_iterator token_end() const { return token_end_; } in token_end() function
/external/cronet/tot/base/strings/
Dstring_tokenizer.h215 const_iterator token_end() const { return token_end_; } in token_end() function
/external/cronet/stable/base/strings/
Dstring_tokenizer.h215 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