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

1 2

  /cts/suite/audio_quality/lib/src/audio/
AudioHardware.cpp 52 pmatch[0].rm_so, pmatch[0].rm_eo,
53 pmatch[1].rm_so, pmatch[1].rm_eo,
54 pmatch[2].rm_so, pmatch[2].rm_eo);
56 if (pmatch[1].rm_so == -1) {
59 if (pmatch[2].rm_so == -1) {
62 android::String8 product = StringUtil::substr(resultStr, pmatch[1].rm_so,
63 pmatch[1].rm_eo - pmatch[1].rm_so);
65 android::String8 cardNumber = StringUtil::substr(resultStr, pmatch[2].rm_so,
66 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 61 pm[0].rm_so = 0;
80 if (pm[i].rm_so == -1) {
85 assert(pm[i].rm_eo >= pm[i].rm_so);
86 Matches->push_back(StringRef(String.data()+pm[i].rm_so,
87 pm[i].rm_eo-pm[i].rm_so));
regex_impl.h 44 llvm_regoff_t rm_so; /* start of match */ member in struct:__anon9071
  /bionic/libc/include/
regex.h 56 regoff_t rm_so; /* start of match */ member in struct:__anon38
  /development/ndk/platforms/android-8/include/
regex.h 56 regoff_t rm_so; /* start of match */ member in struct:__anon1243
  /ndk/sources/host-tools/ndk-stack/regex/
regex.h 60 regoff_t rm_so; /* start of match */ member in struct:__anon19619
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/
regex.h 56 regoff_t rm_so; /* start of match */ member in struct:__anon21191
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/
regex.h 56 regoff_t rm_so; /* start of match */ member in struct:__anon27244
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
regex.h 56 regoff_t rm_so; /* start of match */ member in struct:__anon29094
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
regex.h 56 regoff_t rm_so; /* start of match */ member in struct:__anon29524
  /prebuilts/ndk/android-ndk-r5/platforms/android-8/arch-arm/usr/include/
regex.h 56 regoff_t rm_so; /* start of match */ member in struct:__anon29930
  /prebuilts/ndk/android-ndk-r6/platforms/android-8/arch-arm/usr/include/
regex.h 56 regoff_t rm_so; /* start of match */ member in struct:__anon30890
  /prebuilts/ndk/android-ndk-r6/platforms/android-8/arch-x86/usr/include/
regex.h 56 regoff_t rm_so; /* start of match */ member in struct:__anon30905
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-arm/usr/include/
regex.h 56 regoff_t rm_so; /* start of match */ member in struct:__anon31634
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/
regex.h 56 regoff_t rm_so; /* start of match */ member in struct:__anon32081
  /prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-arm/usr/include/
regex.h 56 regoff_t rm_so; /* start of match */ member in struct:__anon34534
  /prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-x86/usr/include/
regex.h 56 regoff_t rm_so; /* start of match */ member in struct:__anon34879
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/
regex.h 56 regoff_t rm_so; /* start of match */ member in struct:__anon35272

Completed in 83 milliseconds

1 2