Home
last modified time | relevance | path

Searched defs:next_utf8 (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/crates/regex/src/
Dutf8.rs23 pub fn next_utf8(text: &[u8], i: usize) -> usize { in next_utf8() function
/third_party/skia/modules/skplaintexteditor/src/
Deditor.cpp104 static const char* next_utf8(const char* p, const char* end) { in next_utf8() function