Searched defs:token_end (Results 1 – 12 of 12) sorted by relevance
| /external/cpuinfo/src/x86/ |
| D | name.c | 110 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/ |
| D | TokenRewriter.h | 56 token_iterator token_end() const { return TokenList.end(); } in token_end() function
|
| /external/libtextclassifier/native/utils/grammar/parsing/ |
| D | lexer.cc | 38 auto token_end = token_unicode.end(); in AppendTokenSymbols() local
|
| /external/cronet/tot/net/cookies/ |
| D | parsed_cookie.cc | 312 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/ |
| D | parsed_cookie.cc | 312 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/ |
| D | rfc822-tokenizer.cc | 165 CharacterIterator token_end = iterator_; in CalculateTokenEndExclusive() local 341 const char* token_end = nullptr; in ConvertOneNameToEmail() local
|
| /external/cronet/stable/net/dns/ |
| D | dns_hosts.cc | 80 size_t token_end = (pos_ == std::string::npos) ? end_ : pos_; in Advance() local
|
| /external/cronet/tot/net/dns/ |
| D | dns_hosts.cc | 80 size_t token_end = (pos_ == std::string::npos) ? end_ : pos_; in Advance() local
|
| /external/libchrome/base/strings/ |
| D | string_tokenizer.h | 146 const_iterator token_end() const { return token_end_; } in token_end() function
|
| /external/cronet/tot/base/strings/ |
| D | string_tokenizer.h | 215 const_iterator token_end() const { return token_end_; } in token_end() function
|
| /external/cronet/stable/base/strings/ |
| D | string_tokenizer.h | 215 const_iterator token_end() const { return token_end_; } in token_end() function
|
| /external/libtextclassifier/native/annotator/ |
| D | feature-processor.cc | 228 UnicodeText::const_iterator token_end = token_end_unicode.end(); in LabelToSpan() local
|