Home
last modified time | relevance | path

Searched refs:next_utf8 (Results 1 – 6 of 6) sorted by relevance

/external/rust/crates/url/src/
Dparser.rs282 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/
Dutf8.rs23 pub fn next_utf8(text: &[u8], i: usize) -> usize { in next_utf8() function
Dexec.rs27 use utf8::next_utf8;
395 next_utf8(text.as_bytes(), i) in next_after_empty()
/external/skqp/src/ports/
DSkTypeface_win_dw.cpp55 static SkUnichar next_utf8(const void** chars) { in next_utf8() function
74 next_utf8, next_utf16, next_utf32 in find_encoding_proc()
DSkFontHost_FreeType.cpp1554 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/
Deditor.cpp104 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()