HomeSort by relevance Sort by last modified time
    Searched refs:rm_eo (Results 26 - 38 of 38) sorted by null

12

  /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))
  /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/llvm/lib/Support/
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...]
  /bionic/libc/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;
456 m->pmatch[i].rm_eo = sp - m->offp;
575 if (m->pmatch[i].rm_eo == -1)
578 len = m->pmatch[i].rm_eo - m->pmatch[i].rm_so;
649 offsave = m->pmatch[i].rm_eo;
650 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;
456 m->pmatch[i].rm_eo = sp - m->offp;
575 if (m->pmatch[i].rm_eo == -1)
578 len = m->pmatch[i].rm_eo - m->pmatch[i].rm_so;
649 offsave = m->pmatch[i].rm_eo;
650 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;
  /ndk/sources/host-tools/sed-4.2.1/lib/
regexec.c 246 length = pmatch[0].rm_eo;
501 rval = pmatch[0].rm_eo - start;
570 regs->end[i] = pmatch[i].rm_eo;
913 pmatch[reg_idx].rm_so = pmatch[reg_idx].rm_eo = -1;
917 pmatch[0].rm_eo = mctx.match_last;
943 pmatch[reg_idx].rm_eo =
944 (pmatch[reg_idx].rm_eo == mctx.input.valid_len
946 : mctx.input.offsets[pmatch[reg_idx].rm_eo]);
952 pmatch[reg_idx].rm_eo += match_first;
957 pmatch[nmatch + reg_idx].rm_eo = -1
    [all...]
regex.h 550 regoff_t rm_eo; /* Byte offset from string's start to substring's end. */
546 regoff_t rm_eo; \/* Byte offset from string's start to substring's end. *\/ member in struct:__anon19628
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
regex.h 441 regoff_t rm_eo; /* Byte offset from string's start to substring's end. */
437 regoff_t rm_eo; \/* Byte offset from string's start to substring's end. *\/ member in struct:__anon23489
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
regex.h 441 regoff_t rm_eo; /* Byte offset from string's start to substring's end. */
437 regoff_t rm_eo; \/* Byte offset from string's start to substring's end. *\/ member in struct:__anon25079
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
regex.h 441 regoff_t rm_eo; /* Byte offset from string's start to substring's end. */
437 regoff_t rm_eo; \/* Byte offset from string's start to substring's end. *\/ member in struct:__anon26591

Completed in 617 milliseconds

12