HomeSort by relevance Sort by last modified time
    Searched refs:rm_eo (Results 51 - 75 of 80) 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:__anon72899
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/
regex.h 57 regoff_t rm_eo; /* end of match */ member in struct:__anon73362
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/
regex.h 57 regoff_t rm_eo; /* end of match */ member in struct:__anon73777
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/
regex.h 57 regoff_t rm_eo; /* end of match */ member in struct:__anon74621
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/
regex.h 57 regoff_t rm_eo; /* end of match */ member in struct:__anon75075
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/
regex.h 57 regoff_t rm_eo; /* end of match */ member in struct:__anon75929
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/
regex.h 57 regoff_t rm_eo; /* end of match */ member in struct:__anon76385
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/
regex.h 57 regoff_t rm_eo; /* end of match */ member in struct:__anon77239
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/
regex.h 57 regoff_t rm_eo; /* end of match */ member in struct:__anon78687
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/
regex.h 57 regoff_t rm_eo; /* end of match */ member in struct:__anon79087
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
regex.h 57 regoff_t rm_eo; /* end of match */ member in struct:__anon79539
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
regex.h 57 regoff_t rm_eo; /* end of match */ member in struct:__anon79993
  /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;
  /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...]
  /ndk/sources/host-tools/ndk-stack/regex/
engine.c 146 stop = string + pmatch[0].rm_eo;
213 m->pmatch[i].rm_so = m->pmatch[i].rm_eo = -1;
246 assert(m->pmatch[i].rm_eo == -1);
266 pmatch[0].rm_eo = endp - m->offp;
275 pmatch[i].rm_eo = -1;
458 m->pmatch[i].rm_eo = sp - m->offp;
577 if (m->pmatch[i].rm_eo == -1)
580 len = m->pmatch[i].rm_eo - m->pmatch[i].rm_so;
651 offsave = m->pmatch[i].rm_eo;
652 m->pmatch[i].rm_eo = sp - m->offp
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/sed/
regexp.c 202 regs->end[i] = pmatch[i].rm_eo;
240 regmatch[0].rm_eo = CAST(int)buflen;
  /cts/suite/audio_quality/lib/src/task/
TaskCase.cpp 255 matchEnd = strStart + pmatch[1].rm_eo;
268 src += pmatch[1].rm_eo;
269 strStart += pmatch[1].rm_eo;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/tests/
rc_test_helpers.c 32 return matches[index].rm_eo - matches[index].rm_so;
57 matches[i].rm_so, matches[i].rm_eo);
  /external/mesa3d/src/gallium/drivers/r300/compiler/tests/
rc_test_helpers.c 32 return matches[index].rm_eo - matches[index].rm_so;
57 matches[i].rm_so, matches[i].rm_eo);

Completed in 295 milliseconds

1 23 4