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

1 23 4

  /prebuilts/ndk/9/platforms/android-16/arch-x86/usr/include/
regex.h 56 regoff_t rm_so; /* start of match */ member in struct:__anon50728
  /prebuilts/ndk/9/platforms/android-17/arch-arm/usr/include/
regex.h 56 regoff_t rm_so; /* start of match */ member in struct:__anon51137
  /prebuilts/ndk/9/platforms/android-17/arch-mips/usr/include/
regex.h 56 regoff_t rm_so; /* start of match */ member in struct:__anon51598
  /prebuilts/ndk/9/platforms/android-17/arch-x86/usr/include/
regex.h 56 regoff_t rm_so; /* start of match */ member in struct:__anon52061
  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/
regex.h 56 regoff_t rm_so; /* start of match */ member in struct:__anon52470
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/
regex.h 56 regoff_t rm_so; /* start of match */ member in struct:__anon52931
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/
regex.h 56 regoff_t rm_so; /* start of match */ member in struct:__anon53394
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/
regex.h 56 regoff_t rm_so; /* start of match */ member in struct:__anon53809
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/
regex.h 56 regoff_t rm_so; /* start of match */ member in struct:__anon54338
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/
regex.h 56 regoff_t rm_so; /* start of match */ member in struct:__anon54869
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/
regex.h 56 regoff_t rm_so; /* start of match */ member in struct:__anon55713
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/
regex.h 56 regoff_t rm_so; /* start of match */ member in struct:__anon56481
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/
regex.h 56 regoff_t rm_so; /* start of match */ member in struct:__anon57259
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/
regex.h 56 regoff_t rm_so; /* start of match */ member in struct:__anon58037
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/
regex.h 56 regoff_t rm_so; /* start of match */ member in struct:__anon58814
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/
regex.h 56 regoff_t rm_so; /* start of match */ member in struct:__anon59592
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/
regex.h 56 regoff_t rm_so; /* start of match */ member in struct:__anon61039
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/
regex.h 56 regoff_t rm_so; /* start of match */ member in struct:__anon61439
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
regex.h 56 regoff_t rm_so; /* start of match */ member in struct:__anon61891
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
regex.h 56 regoff_t rm_so; /* start of match */ member in struct:__anon62345
  /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;
  /system/core/toolbox/upstream-netbsd/usr.bin/grep/
util.c 297 pmatch.rm_so = st;
322 (pmatch.rm_so != 0 ||
326 if (fg_pattern[i].word && pmatch.rm_so != 0) {
330 if (pmatch.rm_so != 0 &&
331 sscanf(&l->dat[pmatch.rm_so - 1],
357 if (st == (size_t)pmatch.rm_so)
476 fwrite(line->dat + a, matches[i].rm_so - a, 1,
481 fwrite(line->dat + matches[i].rm_so,
482 matches[i].rm_eo - matches[i].rm_so, 1,
  /external/pcre/dist/
pcreposix.h 108 regoff_t rm_so; member in struct:__anon12192
pcreposix.c 367 so = pmatch[0].rm_so;
390 pmatch[i].rm_so = ovector[i*2];
394 for (; i < nmatch; i++) pmatch[i].rm_so = pmatch[i].rm_eo = -1;
  /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))

Completed in 97 milliseconds

1 23 4