Home
last modified time | relevance | path

Searched refs:next_utf8 (Results 1 - 3 of 3) sorted by relevance

/third_party/rust/crates/regex/src/
H A Dutf8.rs23 pub fn next_utf8(text: &[u8], i: usize) -> usize { in next_utf8() functions
H A Dexec.rs27 use crate::utf8::next_utf8;
392 next_utf8(text.as_bytes(), i) in next_after_empty()
/third_party/skia/modules/skplaintexteditor/src/
H A 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()

Completed in 6 milliseconds