Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre32_valid_utf32.c82 PRIV(valid_utf)(PCRE_PUCHAR string, int length, int *erroroffset) in PRIV() argument
Dpcre16_valid_utf16.c84 PRIV(valid_utf)(PCRE_PUCHAR string, int length, int *erroroffset) in PRIV() argument
Dpcre_valid_utf8.c107 PRIV(valid_utf)(PCRE_PUCHAR string, int length, int *erroroffset) in PRIV() argument
Dpcre_internal.h2727 extern int PRIV(valid_utf)(PCRE_PUCHAR, int, int *);
Dpcre_dfa_exec.c3342 int errorcode = PRIV(valid_utf)((pcre_uchar *)subject, length, &erroroffset); in pcre_dfa_exec()
Dpcre_exec.c6432 int errorcode = PRIV(valid_utf)((PCRE_PUCHAR)subject, length, &erroroffset); in pcre_exec()
Dpcre_compile.c8976 (errorcode = PRIV(valid_utf)((PCRE_PUCHAR)pattern, -1, erroroffset)) != 0) in pcre_compile2()