Home
last modified time | relevance | path

Searched defs:next_char (Results 1 – 9 of 9) sorted by relevance

/third_party/libphonenumber/cpp/src/phonenumbers/
Dasyoutypeformatter.cc305 const string& AsYouTypeFormatter::InputDigit(char32 next_char, string* result) { in InputDigit()
314 char32 next_char, in InputDigitAndRememberPosition()
324 char32 next_char, in InputDigitWithOptionToRememberPosition()
705 char32 next_char, in NormalizeAndAccrueDigitsAndPlusSign()
725 void AsYouTypeFormatter::InputDigitHelper(char next_char, string* number) { in InputDigitHelper()
Dphonenumbermatcher.cc94 char next_char = candidate[found + 1]; in ContainsOnlyValidXChars() local
489 char32 next_char; in ParseAndVerify() local
/third_party/gn/src/gn/
Dtokenizer.cc202 Token::Type Tokenizer::ClassifyToken(char next_char, char following_char) { in ClassifyToken()
252 char next_char = cur_char(); in ClassifyCurrent() local
/third_party/rust/crates/regex/src/
Dinput.rs74 fn next_char(&self, at: InputAt) -> Char; in next_char() method
109 fn next_char(&self, at: InputAt) -> Char { in next_char() method
167 fn next_char(&self, at: InputAt) -> Char { in next_char() method
260 fn next_char(&self, at: InputAt) -> Char { in next_char() method
/third_party/rust/crates/shlex/src/
Dlib.rs120 fn next_char(&mut self) -> Option<u8> { in next_char() method
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-ot-shape-normalize.cc106 next_char (hb_buffer_t *buffer, hb_codepoint_t glyph) in next_char() function
/third_party/harfbuzz/src/
Dhb-ot-shape-normalize.cc111 next_char (hb_buffer_t *buffer, hb_codepoint_t glyph) in next_char() function
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-shape-normalize.cc111 next_char (hb_buffer_t *buffer, hb_codepoint_t glyph) in next_char() function
/third_party/gn/src/base/json/
Djson_parser.cc453 uint32_t next_char = 0; in ConsumeStringRaw() local