HomeSort by relevance Sort by last modified time
    Searched refs:rm_so (Results 1 - 25 of 46) sorted by null

1 2

  /cts/suite/audio_quality/lib/src/audio/
AudioHardware.cpp 56 pmatch[0].rm_so, pmatch[0].rm_eo,
57 pmatch[1].rm_so, pmatch[1].rm_eo,
58 pmatch[2].rm_so, pmatch[2].rm_eo);
60 if (pmatch[1].rm_so == -1) {
63 if (pmatch[2].rm_so == -1) {
66 android::String8 product = StringUtil::substr(resultStr, pmatch[1].rm_so,
67 pmatch[1].rm_eo - pmatch[1].rm_so);
69 android::String8 cardNumber = StringUtil::substr(resultStr, pmatch[2].rm_so,
70 pmatch[2].rm_eo - pmatch[2].rm_so);
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
bug-regex9.c 63 if (rm[0].rm_so != 0 || rm[0].rm_eo != 10
64 || rm[1].rm_so != 8 || rm[1].rm_eo != 8)
67 rm[0].rm_so, rm[0].rm_eo, rm[1].rm_so, rm[1].rm_eo);
tst-pcre.c 179 rm[0].rm_so = -1;
197 if (rm[0].rm_so != -1 || rm[0].rm_eo != -1)
200 linenum, pattern, string, rm[0].rm_so, rm[0].rm_eo);
219 if (rm[num].rm_so == -1 || rm[num].rm_eo == -1)
225 rm[num].rm_so, rm[num].rm_eo);
231 if (rm[num].rm_eo < rm[num].rm_so
232 || rm[num].rm_eo - rm[num].rm_so != len - (p + 2 - line)
233 || strncmp (p + 2, string + rm[num].rm_so,
234 rm[num].rm_eo - rm[num].rm_so) != 0)
238 rm[num].rm_so, rm[num].rm_eo)
    [all...]
runtests.c 98 regs[x].rm_so = regs[x].rm_eo = -1;
108 if (regs[x].rm_so != -1)
111 regs[x].rm_so,
113 regs[x].rm_eo - regs[x].rm_so,
114 t->data + regs[x].rm_so);
bug-regex11.c 128 if (rm[n].rm_so != tests[i].rm[n].rm_so
131 if (tests[i].rm[n].rm_so == -1 && tests[i].rm[n].rm_eo == -1)
134 tests[i].pattern, i, n, rm[n].rm_so, rm[n].rm_eo);
tst-boost.c 201 rm[i].rm_so = -1;
210 int rm_so, rm_eo; local
212 rm_so = strtol (p, &q, 10);
222 if (rm[i].rm_so != rm_so || rm[i].rm_eo != rm_eo)
225 i, rm[i].rm_so, rm[i].rm_eo, rm_so, rm_eo);
tst-regex2.c 118 if (pmatch[0].rm_eo != pmatch[0].rm_so + 11
120 || string + pmatch[0].rm_so >= strchr (string, 'R')
121 || strncmp (string + pmatch[0].rm_so,
133 if (pmatch[l].rm_so != pmatch[0].rm_so + j
134 || pmatch[l].rm_eo != pmatch[l].rm_so + 1)
runptests.c 106 if (match[0].rm_so == 0 && tests[cnt].start == 0
109 else if (match[0].rm_so + 1 == tests[cnt].start
115 match[0].rm_so, match[0].rm_eo);
  /external/llvm/lib/Support/
Regex.cpp 63 pm[0].rm_so = 0;
82 if (pm[i].rm_so == -1) {
87 assert(pm[i].rm_eo >= pm[i].rm_so);
88 Matches->push_back(StringRef(String.data()+pm[i].rm_so,
89 pm[i].rm_eo-pm[i].rm_so));
regex_impl.h 44 llvm_regoff_t rm_so; /* start of match */ member in struct:__anon11593
  /system/core/toolbox/grep/
fastgrep.c 210 if (pmatch->rm_so == (ssize_t)len)
213 if (fg->bol && pmatch->rm_so != 0) {
214 pmatch->rm_so = len;
233 pmatch->rm_so = j;
244 pmatch->rm_so = j - fg->len;
256 j = pmatch->rm_so;
259 pmatch->rm_so = j;
  /bionic/libc/include/
regex.h 56 regoff_t rm_so; /* start of match */ member in struct:__anon40
  /development/ndk/platforms/android-8/include/
regex.h 56 regoff_t rm_so; /* start of match */ member in struct:__anon1283
  /ndk/sources/host-tools/ndk-stack/regex/
regex.h 60 regoff_t rm_so; /* start of match */ member in struct:__anon22165
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
regex.h 56 regoff_t rm_so; /* start of match */ member in struct:__anon32088
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
regex.h 56 regoff_t rm_so; /* start of match */ member in struct:__anon32518
  /prebuilts/ndk/5/platforms/android-8/arch-arm/usr/include/
regex.h 56 regoff_t rm_so; /* start of match */ member in struct:__anon32924
  /prebuilts/ndk/6/platforms/android-8/arch-arm/usr/include/
regex.h 56 regoff_t rm_so; /* start of match */ member in struct:__anon33884
  /prebuilts/ndk/6/platforms/android-8/arch-x86/usr/include/
regex.h 56 regoff_t rm_so; /* start of match */ member in struct:__anon33899
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/
regex.h 56 regoff_t rm_so; /* start of match */ member in struct:__anon34628
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/
regex.h 56 regoff_t rm_so; /* start of match */ member in struct:__anon35075
  /prebuilts/ndk/7/platforms/android-8/arch-arm/usr/include/
regex.h 56 regoff_t rm_so; /* start of match */ member in struct:__anon37528
  /prebuilts/ndk/7/platforms/android-8/arch-x86/usr/include/
regex.h 56 regoff_t rm_so; /* start of match */ member in struct:__anon37873
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/
regex.h 56 regoff_t rm_so; /* start of match */ member in struct:__anon38266
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/
regex.h 56 regoff_t rm_so; /* start of match */ member in struct:__anon38713

Completed in 1921 milliseconds

1 2