Searched refs:valid_utf (Results 1 – 7 of 7) sorted by relevance
/external/pcre/dist/ |
D | pcre32_valid_utf32.c | 82 PRIV(valid_utf)(PCRE_PUCHAR string, int length, int *erroroffset) in PRIV() argument
|
D | pcre16_valid_utf16.c | 84 PRIV(valid_utf)(PCRE_PUCHAR string, int length, int *erroroffset) in PRIV() argument
|
D | pcre_valid_utf8.c | 107 PRIV(valid_utf)(PCRE_PUCHAR string, int length, int *erroroffset) in PRIV() argument
|
D | pcre_internal.h | 2727 extern int PRIV(valid_utf)(PCRE_PUCHAR, int, int *);
|
D | pcre_dfa_exec.c | 3342 int errorcode = PRIV(valid_utf)((pcre_uchar *)subject, length, &erroroffset); in pcre_dfa_exec()
|
D | pcre_exec.c | 6432 int errorcode = PRIV(valid_utf)((PCRE_PUCHAR)subject, length, &erroroffset); in pcre_exec()
|
D | pcre_compile.c | 8976 (errorcode = PRIV(valid_utf)((PCRE_PUCHAR)pattern, -1, erroroffset)) != 0) in pcre_compile2()
|