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

  /external/pcre/dist2/src/
pcre2_valid_utf.c 63 PRIV(valid_utf)(PCRE2_SPTR string, PCRE2_SIZE length, PCRE2_SIZE *erroroffset)
67 (void)erroroffset;
94 PRIV(valid_utf)(PCRE2_SPTR string, PCRE2_SIZE length, PCRE2_SIZE *erroroffset)
145 *erroroffset = (int)(p - string);
151 *erroroffset = (int)(p - string);
158 *erroroffset = (int)(p - string);
174 *erroroffset = (int)(p - string) - 1;
189 *erroroffset = (int)(p - string) - 1;
201 *erroroffset = (int)(p - string) - 2;
206 *erroroffset = (int)(p - string) - 2
    [all...]
pcre2demo.c 88 PCRE2_SIZE erroroffset; local
142 &erroroffset, /* for error offset */
151 printf("PCRE2 compilation failed at offset %d: %s\n", (int)erroroffset,
pcre2_compile.c     [all...]
pcre2test.c 4467 PCRE2_SIZE erroroffset; local
6111 PCRE2_SIZE rlen, nsize, erroroffset; local
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
defs_windows_386.go 68 erroroffset uint32
  /prebuilts/go/linux-x86/src/runtime/
defs_windows_386.go 68 erroroffset uint32

Completed in 153 milliseconds