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

12

  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/
regex.h 56 regoff_t rm_so; /* start of match */ member in struct:__anon35719
  /external/oprofile/libregex/
op_regex.cpp 231 if (matched.rm_so == -1 &&
234 } else if (matched.rm_so == -1 ||
239 inserted += str.substr(matched.rm_so,
240 matched.rm_eo - matched.rm_so);
248 size_t first = match[0].rm_so;
249 size_t count = match[0].rm_eo - match[0].rm_so;
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
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)
193 if (strncmp (string + rm[idx].rm_so, match + 1, strlen (match + 1)
202 if (rm[idx].rm_eo - rm[idx].rm_so != strlen (match)
203 || strncmp (string + rm[idx].rm_so, match,
204 rm[idx].rm_eo - rm[idx].rm_so))
  /ndk/sources/host-tools/ndk-stack/
ndk-stack-parser.c 205 fprintf(parser->out_handle, "%s\n", line + match.rm_so);
214 fprintf(parser->out_handle, "%s\n", line + match.rm_so);
222 return ParseFrame(parser, line + match.rm_so);
  /external/llvm/lib/Support/
regengine.inc 149 start = string + pmatch[0].rm_so;
217 m->pmatch[i].rm_so = m->pmatch[i].rm_eo = -1;
249 assert(m->pmatch[i].rm_so == -1);
269 pmatch[0].rm_so = m->coldp - m->offp;
278 pmatch[i].rm_so = -1;
462 m->pmatch[i].rm_so = sp - m->offp;
588 assert(m->pmatch[i].rm_so != -1);
589 len = m->pmatch[i].rm_eo - m->pmatch[i].rm_so;
595 ssp = m->offp + m->pmatch[i].rm_so;
649 offsave = m->pmatch[i].rm_so;
    [all...]
  /bionic/libc/regex/
engine.c 145 start = string + pmatch[0].rm_so;
213 m->pmatch[i].rm_so = m->pmatch[i].rm_eo = -1;
245 assert(m->pmatch[i].rm_so == -1);
265 pmatch[0].rm_so = m->coldp - m->offp;
274 pmatch[i].rm_so = -1;
451 m->pmatch[i].rm_so = sp - m->offp;
577 assert(m->pmatch[i].rm_so != -1);
578 len = m->pmatch[i].rm_eo - m->pmatch[i].rm_so;
584 ssp = m->offp + m->pmatch[i].rm_so;
638 offsave = m->pmatch[i].rm_so;
    [all...]
  /ndk/sources/host-tools/ndk-stack/regex/
engine.c 145 start = string + pmatch[0].rm_so;
213 m->pmatch[i].rm_so = m->pmatch[i].rm_eo = -1;
245 assert(m->pmatch[i].rm_so == -1);
265 pmatch[0].rm_so = m->coldp - m->offp;
274 pmatch[i].rm_so = -1;
451 m->pmatch[i].rm_so = sp - m->offp;
577 assert(m->pmatch[i].rm_so != -1);
578 len = m->pmatch[i].rm_eo - m->pmatch[i].rm_so;
584 ssp = m->offp + m->pmatch[i].rm_so;
638 offsave = m->pmatch[i].rm_so;
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/sed/
regexp.c 201 regs->start[i] = pmatch[i].rm_so;
239 regmatch[0].rm_so = CAST(int)buf_start_offset;
  /ndk/sources/host-tools/sed-4.2.1/lib/
regexec.c 245 start = pmatch[0].rm_so;
500 assert (pmatch[0].rm_so == start);
504 rval = pmatch[0].rm_so;
569 regs->start[i] = pmatch[i].rm_so;
913 pmatch[reg_idx].rm_so = pmatch[reg_idx].rm_eo = -1;
916 pmatch[0].rm_so = 0;
934 if (pmatch[reg_idx].rm_so != -1)
939 pmatch[reg_idx].rm_so =
940 (pmatch[reg_idx].rm_so == mctx.input.valid_len
942 : mctx.input.offsets[pmatch[reg_idx].rm_so]);
    [all...]
regex.h 549 regoff_t rm_so; /* Byte offset from string's start to substring's start. */
545 regoff_t rm_so; \/* Byte offset from string's start to substring's start. *\/ member in struct:__anon19628
  /cts/suite/audio_quality/lib/src/task/
TaskCase.cpp 254 matchStart = strStart + pmatch[1].rm_so;
256 translated.append(StringUtil::substr(orig, strStart, pmatch[1].rm_so - 1)); //-1 for $
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
regex.h 440 regoff_t rm_so; /* Byte offset from string's start to substring's start. */
436 regoff_t rm_so; \/* Byte offset from string's start to substring's start. *\/ member in struct:__anon23489
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
regex.h 440 regoff_t rm_so; /* Byte offset from string's start to substring's start. */
436 regoff_t rm_so; \/* Byte offset from string's start to substring's start. *\/ member in struct:__anon25079
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
regex.h 440 regoff_t rm_so; /* Byte offset from string's start to substring's start. */
436 regoff_t rm_so; \/* Byte offset from string's start to substring's start. *\/ member in struct:__anon26591

Completed in 316 milliseconds

12