HomeSort by relevance Sort by last modified time
    Searched defs:nsub (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/re2/re2/
set.cc 51 int nsub = re->nsub(); local
52 re2::Regexp** sub = new re2::Regexp*[nsub + 1];
53 for (int i = 0; i < nsub; i++)
55 sub[nsub] = m;
57 re = re2::Regexp::Concat(sub, nsub + 1, pf);
regexp.h 108 // Matches concatenation of sub_[0..nsub-1].
110 // Matches union of sub_[0..nsub-1].
314 int nsub() { return nsub_; } function in class:re2::Regexp
480 static int FactorAlternation(Regexp** sub, int nsub, ParseFlags flags);
481 static int FactorAlternationRecursive(Regexp** sub, int nsub,
  /bionic/libc/upstream-netbsd/lib/libc/regex/
regex2.h 200 size_t nsub; /* copy of re_nsub */ member in struct:re_guts
  /external/llvm/lib/Support/
regex2.h 151 size_t nsub; /* copy of re_nsub */ member in struct:re_guts
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
defines.h 139 int16_t nsub; member in struct:iLBC_Enc_Inst_t_
180 int16_t nsub; member in struct:iLBC_Dec_Inst_t_

Completed in 250 milliseconds