Home
last modified time | relevance | path

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

/external/regex-re2/util/
Dutf.h37 int fullrune(const char* s, int n);
Drune.cc190 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.c334 fullrune(const char *str, int n) in fullrune() function
/external/regex-re2/
Ducs2.diff408 - if (!fullrune(p, ep - p)) {
546 - if (!fullrune(p, ep - p))
/external/regex-re2/re2/
Dparse.cc1189 if (fullrune(sp->data(), sp->size())) { in StringPieceToRune()