Searched defs:next_char (Results 1 - 12 of 12) sorted by relevance
/device/board/hisilicon/hispark_aries/uboot/secureboot_release/ddr_init/boot/ |
H A D | uart.S | 52 next_char: label
|
/device/board/hisilicon/hispark_taurus/uboot/secureboot_release/ddr_init/boot/ |
H A D | uart.S | 52 next_char: label
|
/third_party/rust/crates/shlex/src/ |
H A D | lib.rs | 120 fn next_char(&mut self) -> Option<u8> { in next_char() functions
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-ot-shape-normalize.cc | 111 next_char (hb_buffer_t *buffer, hb_codepoint_t glyph) in next_char() function
|
/third_party/rust/crates/regex/src/ |
H A D | input.rs | 74 fn next_char(&self, at: InputAt) -> Char; in next_char() functions 109 fn next_char(&self, at: InputAt) -> Char { in next_char() functions 167 fn next_char(&self, at: InputAt) -> Char { in next_char() functions 260 fn next_char( functions [all...] |
/third_party/gn/src/base/json/ |
H A D | json_parser.cc | 453 uint32_t next_char = 0; in ConsumeStringRaw() local
|
/third_party/libphonenumber/cpp/src/phonenumbers/ |
H A D | asyoutypeformatter.cc | 305 const string& AsYouTypeFormatter::InputDigit(char32 next_char, string* result) { in InputDigit() argument 313 InputDigitAndRememberPosition( char32 next_char, string* result) InputDigitAndRememberPosition() argument 323 InputDigitWithOptionToRememberPosition( char32 next_char, bool remember_position, string* phone_number) InputDigitWithOptionToRememberPosition() argument 704 NormalizeAndAccrueDigitsAndPlusSign( char32 next_char, bool remember_position) NormalizeAndAccrueDigitsAndPlusSign() argument 725 InputDigitHelper(char next_char, string* number) InputDigitHelper() argument [all...] |
H A D | phonenumbermatcher.cc | 98 char next_char = candidate[found + 1]; in ContainsOnlyValidXChars() local 498 char32 next_char; in ParseAndVerify() local
|
/third_party/glslang/SPIRV/ |
H A D | hex_float.h | 733 auto next_char = is.peek(); in RejectParseDueToLeadingSign() local 849 auto next_char = is.peek(); in operator >>() local [all...] |
/third_party/skia/third_party/externals/spirv-tools/source/util/ |
H A D | hex_float.h | 816 auto next_char = is.peek(); in RejectParseDueToLeadingSign() local 932 auto next_char = is.peek(); in operator >>() local [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/util/ |
H A D | hex_float.h | 816 auto next_char = is.peek(); in RejectParseDueToLeadingSign() local 932 auto next_char = is.peek(); in operator >>() local [all...] |
/third_party/spirv-tools/source/util/ |
H A D | hex_float.h | 817 auto next_char = is.peek(); in RejectParseDueToLeadingSign() local 974 auto next_char = is.peek(); in operator >>() local [all...] |
Completed in 14 milliseconds