/aosp_15_r20/external/cpuinfo/src/x86/ |
H A D | name.c | 98 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 D | parsed_cookie.cc | 312 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 D | rfc822-tokenizer.cc | 165 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 D | TokenRewriter.h | 56 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/ |
D | TokenRewriter.h | 59 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/ |
D | TokenRewriter.h | 59 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/ |
D | TokenRewriter.h | 59 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/ |
D | TokenRewriter.h | 59 token_iterator token_end() const { return TokenList.end(); } in token_end() function
|
/aosp_15_r20/external/libtextclassifier/native/utils/grammar/parsing/ |
H A D | lexer.cc | 38 auto token_end = token_unicode.end(); in AppendTokenSymbols() local
|
/aosp_15_r20/external/cronet/net/dns/ |
H A D | dns_hosts.cc | 77 size_t token_end = (pos_ == std::string::npos) ? end_ : pos_; in Advance() local
|
/aosp_15_r20/external/cronet/base/strings/ |
H A D | string_tokenizer.h | 200 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/ |
D | string_tokenizer.h | 149 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/ |
D | string_tokenizer.h | 149 const_iterator token_end() const { return token_end_; } in token_end() function
|
/aosp_15_r20/external/libchrome/base/strings/ |
H A D | string_tokenizer.h | 146 const_iterator token_end() const { return token_end_; } in token_end() function
|
/aosp_15_r20/art/cmdline/ |
H A D | token_range.h | 341 auto token_end = token_list.end(); in MaybeMatches() local
|
/aosp_15_r20/external/libtextclassifier/native/annotator/ |
H A D | feature-processor.cc | 228 UnicodeText::const_iterator token_end = token_end_unicode.end(); in LabelToSpan() local
|