Home
last modified time | relevance | path

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

/external/icing/icing/query/advanced_query_parser/
Dlexer.cc128 char next_char = PeekNext(1); in ConsumeComparator() local
151 char next_char = PeekNext(1); in ConsumeAndOr() local
/external/chromium-trace/catapult/devil/devil/android/tools/
Dkeyboard.py100 def next_char(): function
/external/pdfium/xfa/fgas/layout/
Dfgas_linebreak.cpp228 FX_BREAKPROPERTY next_char) { in GetLineBreakTypeFromPair()
/external/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
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_suppressions.cc120 const char *next_char = StripPrefix(line, suppression_types_[type]); in Parse() local
/external/rust/crates/idna/src/
Dmake_uts46_mapping_table.py117 next_char = int(g2[0], 16) variable
/external/rust/crates/shlex/src/
Dlib.rs120 fn next_char(&mut self) -> Option<u8> { in next_char() method
/external/webrtc/rtc_base/
Dbase64_unittest.cc1442 char next_char; in TEST() local
/external/harfbuzz_ng/src/
Dhb-ot-shape-normalize.cc111 next_char (hb_buffer_t *buffer, hb_codepoint_t glyph) in next_char() function
/external/libchrome/base/json/
Djson_parser.cc455 uint32_t next_char = 0; in ConsumeStringRaw() local
/external/cronet/base/json/
Djson_parser.cc537 base_icu::UChar32 next_char = 0; in ConsumeStringRaw() local
/external/tensorflow/tensorflow/core/kernels/
Dunicode_ops.cc144 UChar32 next_char = ucnv_getNextUChar(converter, &source, limit, &status); in IterateUnicodeString() local
/external/rust/crates/protobuf-json-mapping/src/
Drfc_3339.rs309 fn next_char(&mut self, expect: u8) -> Rfc3339ParseResult<()> { in parse_rfc_3339() method
/external/rust/crates/protobuf/2.27.1/src/text_format/lexer/
Dlexer_impl.rs144 fn next_char(&mut self) -> LexerResult<char> { in next_char() method
/external/rust/crates/protobuf-support/src/lexer/
Dlexer_impl.rs130 fn next_char(&mut self) -> LexerResult<char> { in next_char() method
/external/crosvm/serde_keyvalue/src/
Dkey_values.rs112 let next_char = s.chars().next(); in any_separator() localVariable
304 pub fn next_char(&mut self) -> Option<char> { in next_char() method
/external/rust/crates/serde_json/src/
Dde.rs224 fn next_char(&mut self) -> Result<Option<u8>> { in next_char() method