Searched refs:fullrune (Results 1 – 8 of 8) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/third_party/re2/util/ |
D | utf.h | 38 int fullrune(const char* s, int n);
|
D | rune.cc | 192 fullrune(const char *str, int n) in fullrune() function
|
/external/libutf/ |
D | utfnlen.c | 36 if(!fullrune(s, es-s)) in utfnlen()
|
D | utf.h | 85 int fullrune(const char* s, int n);
|
D | rune.c | 341 fullrune(const char *str, int n) in fullrune() function
|
/external/rust/crates/grpcio-sys/grpc/third_party/re2/ |
D | ucs2.diff | 408 - if (!fullrune(p, ep - p)) { 546 - if (!fullrune(p, ep - p))
|
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/ |
D | re2.cc | 458 fullrune(p, static_cast<int>(std::min(ptrdiff_t{4}, ep - p)))) { in GlobalReplace()
|
D | parse.cc | 1394 if (fullrune(sp->data(), static_cast<int>(std::min(size_t{4}, sp->size())))) { in StringPieceToRune()
|