HomeSort by relevance Sort by last modified time
    Searched refs:rm_eo (Results 51 - 75 of 86) sorted by null

1 23 4

  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/
regex.h 57 regoff_t rm_eo; /* end of match */ member in struct:__anon52931
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/
regex.h 57 regoff_t rm_eo; /* end of match */ member in struct:__anon53394
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/
regex.h 57 regoff_t rm_eo; /* end of match */ member in struct:__anon53809
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/
regex.h 57 regoff_t rm_eo; /* end of match */ member in struct:__anon54338
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/
regex.h 57 regoff_t rm_eo; /* end of match */ member in struct:__anon54869
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/
regex.h 57 regoff_t rm_eo; /* end of match */ member in struct:__anon55713
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/
regex.h 57 regoff_t rm_eo; /* end of match */ member in struct:__anon56481
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/
regex.h 57 regoff_t rm_eo; /* end of match */ member in struct:__anon57259
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/
regex.h 57 regoff_t rm_eo; /* end of match */ member in struct:__anon58037
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/
regex.h 57 regoff_t rm_eo; /* end of match */ member in struct:__anon58814
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/
regex.h 57 regoff_t rm_eo; /* end of match */ member in struct:__anon59592
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/
regex.h 57 regoff_t rm_eo; /* end of match */ member in struct:__anon61039
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/
regex.h 57 regoff_t rm_eo; /* end of match */ member in struct:__anon61439
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
regex.h 57 regoff_t rm_eo; /* end of match */ member in struct:__anon61891
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
regex.h 57 regoff_t rm_eo; /* end of match */ member in struct:__anon62345
  /external/llvm/lib/Support/
Regex.cpp 66 pm[0].rm_eo = String.size();
89 assert(pm[i].rm_eo >= pm[i].rm_so);
91 pm[i].rm_eo-pm[i].rm_so));
regengine.inc 150 stop = string + pmatch[0].rm_eo;
217 m->pmatch[i].rm_so = m->pmatch[i].rm_eo = -1;
250 assert(m->pmatch[i].rm_eo == -1);
270 pmatch[0].rm_eo = endp - m->offp;
279 pmatch[i].rm_eo = -1;
467 m->pmatch[i].rm_eo = sp - m->offp;
586 if (m->pmatch[i].rm_eo == -1)
589 len = m->pmatch[i].rm_eo - m->pmatch[i].rm_so;
660 offsave = m->pmatch[i].rm_eo;
661 m->pmatch[i].rm_eo = sp - m->offp
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
tst-regex2.c 118 if (pmatch[0].rm_eo != pmatch[0].rm_so + 11
119 || pmatch[0].rm_eo > len
134 || pmatch[l].rm_eo != pmatch[l].rm_so + 1)
tst-rxspencer.c 173 if (rm[idx].rm_so == -1 && rm[idx].rm_eo == -1)
179 if (rm[idx].rm_so == -1 || rm[idx].rm_eo == -1)
187 if (rm[idx].rm_so != rm[idx].rm_eo)
202 if (rm[idx].rm_eo - rm[idx].rm_so != strlen (match)
204 rm[idx].rm_eo - rm[idx].rm_so))
  /system/core/toolbox/upstream-netbsd/usr.bin/grep/
util.c 298 pmatch.rm_eo = l->len;
311 st = pmatch.rm_eo;
316 st = pmatch.rm_eo;
323 (size_t)pmatch.rm_eo != l->len))
334 if ((size_t)pmatch.rm_eo != l->len &&
335 sscanf(&l->dat[pmatch.rm_eo],
482 matches[i].rm_eo - matches[i].rm_so, 1,
486 a = matches[i].rm_eo;
fastgrep.c 215 pmatch->rm_eo = len;
234 pmatch->rm_eo = j + fg->len;
245 pmatch->rm_eo = j;
260 pmatch->rm_eo = j + fg->len;
  /external/oprofile/libregex/
op_regex.cpp 232 matched.rm_eo == -1) {
235 matched.rm_eo == -1) {
240 matched.rm_eo - matched.rm_so);
249 size_t count = match[0].rm_eo - match[0].rm_so;
  /external/pcre/dist/
pcreposix.h 109 regoff_t rm_eo; member in struct:__anon12192
pcreposix.c 368 eo = pmatch[0].rm_eo;
391 pmatch[i].rm_eo = ovector[i*2+1];
394 for (; i < nmatch; i++) pmatch[i].rm_so = pmatch[i].rm_eo = -1;
  /bionic/libc/upstream-netbsd/lib/libc/regex/
engine.c 204 stop = string + (size_t)pmatch[0].rm_eo;
269 m->pmatch[i].rm_so = m->pmatch[i].rm_eo = (regoff_t)-1;
301 assert(m->pmatch[i].rm_eo == (regoff_t)-1);
321 pmatch[0].rm_eo = endp - m->offp;
330 pmatch[i].rm_eo = (regoff_t)-1;
544 m->pmatch[i].rm_eo = sp - m->offp;
674 if (m->pmatch[i].rm_eo == (regoff_t)-1)
677 len = (size_t)(m->pmatch[i].rm_eo - m->pmatch[i].rm_so);
747 offsave = m->pmatch[i].rm_eo;
748 m->pmatch[i].rm_eo = sp - m->offp
    [all...]

Completed in 188 milliseconds

1 23 4