HomeSort by relevance Sort by last modified time
    Searched refs:erroroffset (Results 1 - 9 of 9) sorted by null

  /external/pcre/dist/
pcre_valid_utf8.c 107 PRIV(valid_utf)(PCRE_PUCHAR string, int length, int *erroroffset)
127 *erroroffset = (int)(p - string);
133 *erroroffset = (int)(p - string);
140 *erroroffset = (int)(p - string); /* Missing bytes */
149 *erroroffset = (int)(p - string) - 1;
164 *erroroffset = (int)(p - string) - 1;
176 *erroroffset = (int)(p - string) - 2;
181 *erroroffset = (int)(p - string) - 2;
186 *erroroffset = (int)(p - string) - 2;
198 *erroroffset = (int)(p - string) - 2
    [all...]
pcre16_valid_utf16.c 84 PRIV(valid_utf)(PCRE_PUCHAR string, int length, int *erroroffset)
109 *erroroffset = p - string;
116 *erroroffset = p - string;
123 *erroroffset = p - string;
131 (void)(erroroffset);
pcre32_valid_utf32.c 82 PRIV(valid_utf)(PCRE_PUCHAR string, int length, int *erroroffset)
103 *erroroffset = p - string;
110 *erroroffset = p - string;
118 (void)(erroroffset);
pcre_jit_test.c 825 int erroroffset; local
    [all...]
pcre_compile.c     [all...]
pcregexp.pas 46 13-11-04 - removed the ErrorPos = 0 check -> always print erroroffset
338 var errorptr : PChar; var erroroffset : integer;
343 var errorptr : PChar; var erroroffset : integer;
pcre_dfa_exec.c 3341 int erroroffset; local
    [all...]
pcretest.c 3479 int erroroffset, len, delimiter, poffset; local
    [all...]
pcre_exec.c 6431 int erroroffset; local
    [all...]

Completed in 76 milliseconds