Home
last modified time | relevance | path

Searched refs:fullrune (Results 1 – 8 of 8) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/re2/util/
Dutf.h38 int fullrune(const char* s, int n);
Drune.cc192 fullrune(const char *str, int n) in fullrune() function
/external/libutf/
Dutfnlen.c36 if(!fullrune(s, es-s)) in utfnlen()
Dutf.h85 int fullrune(const char* s, int n);
Drune.c341 fullrune(const char *str, int n) in fullrune() function
/external/rust/crates/grpcio-sys/grpc/third_party/re2/
Ducs2.diff408 - if (!fullrune(p, ep - p)) {
546 - if (!fullrune(p, ep - p))
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Dre2.cc458 fullrune(p, static_cast<int>(std::min(ptrdiff_t{4}, ep - p)))) { in GlobalReplace()
Dparse.cc1394 if (fullrune(sp->data(), static_cast<int>(std::min(size_t{4}, sp->size())))) { in StringPieceToRune()