Home
last modified time | relevance | path

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

/aosp_15_r20/external/cpuinfo/src/x86/
H A 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()
/aosp_15_r20/external/cronet/net/cookies/
H A Dparsed_cookie.cc312 std::string::const_iterator* token_end) { in ParseToken()
379 std::string::const_iterator token_start, token_end; in ParseTokenString() local
555 std::string::const_iterator token_start, token_end; in ParseTokenValuePairs() local
/aosp_15_r20/external/icing/icing/tokenization/
H A Drfc822-tokenizer.cc165 CharacterIterator token_end = iterator_; in CalculateTokenEndExclusive() local
341 const char* token_end = nullptr; in ConvertOneNameToEmail() local
/aosp_15_r20/external/clang/include/clang/Rewrite/Core/
H A DTokenRewriter.h56 token_iterator token_end() const { return TokenList.end(); } in token_end() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Rewrite/Core/
DTokenRewriter.h59 token_iterator token_end() const { return TokenList.end(); } in token_end() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Rewrite/Core/
DTokenRewriter.h59 token_iterator token_end() const { return TokenList.end(); } in token_end() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Rewrite/Core/
DTokenRewriter.h59 token_iterator token_end() const { return TokenList.end(); } in token_end() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Rewrite/Core/
DTokenRewriter.h59 token_iterator token_end() const { return TokenList.end(); } in token_end() function
/aosp_15_r20/external/libtextclassifier/native/utils/grammar/parsing/
H A Dlexer.cc38 auto token_end = token_unicode.end(); in AppendTokenSymbols() local
/aosp_15_r20/external/cronet/net/dns/
H A Ddns_hosts.cc77 size_t token_end = (pos_ == std::string::npos) ? end_ : pos_; in Advance() local
/aosp_15_r20/external/cronet/base/strings/
H A Dstring_tokenizer.h200 const_iterator token_end() const { return token_end_; } in token_end() function
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/strings/
Dstring_tokenizer.h149 const_iterator token_end() const { return token_end_; } in token_end() function
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/5/external/libchrome/base/strings/
Dstring_tokenizer.h149 const_iterator token_end() const { return token_end_; } in token_end() function
/aosp_15_r20/external/libchrome/base/strings/
H A Dstring_tokenizer.h146 const_iterator token_end() const { return token_end_; } in token_end() function
/aosp_15_r20/art/cmdline/
H A Dtoken_range.h341 auto token_end = token_list.end(); in MaybeMatches() local
/aosp_15_r20/external/libtextclassifier/native/annotator/
H A Dfeature-processor.cc228 UnicodeText::const_iterator token_end = token_end_unicode.end(); in LabelToSpan() local