Searched refs:next_utf8 (Results 1 – 6 of 6) sorted by relevance
/external/rust/crates/url/src/ |
D | parser.rs | 282 fn next_utf8(&mut self) -> Option<(char, &'i str)> { in next_utf8() method 921 let (c, utf8_c) = input.next_utf8().unwrap(); in parse_userinfo() 1191 let (c, utf8_c) = if let Some(x) = input.next_utf8() { in parse_path() 1347 match input.next_utf8() { in parse_cannot_be_a_base_path() 1477 while let Some((c, utf8_c)) = input.next_utf8() { in parse_fragment()
|
/external/rust/crates/regex/src/ |
D | utf8.rs | 23 pub fn next_utf8(text: &[u8], i: usize) -> usize { in next_utf8() function
|
D | exec.rs | 27 use utf8::next_utf8; 395 next_utf8(text.as_bytes(), i) in next_after_empty()
|
/external/skqp/src/ports/ |
D | SkTypeface_win_dw.cpp | 55 static SkUnichar next_utf8(const void** chars) { in next_utf8() function 74 next_utf8, next_utf16, next_utf32 in find_encoding_proc()
|
D | SkFontHost_FreeType.cpp | 1554 static SkUnichar next_utf8(const void** chars) { in next_utf8() function 1573 next_utf8, next_utf16, next_utf32 in find_encoding_proc()
|
/external/skia/modules/skplaintexteditor/src/ |
D | editor.cpp | 104 static const char* next_utf8(const char* p, const char* end) { in next_utf8() function 322 next_utf8(begin(str) + pos.fTextByteIndex, end(str)) - begin(str); in move()
|