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

12

  /external/chromium_org/third_party/re2/re2/
compile.cc 188 // Rune range compiler.
193 // Adds a fragment matching the rune range lo-hi.
194 void AddRuneRange(Rune lo, Rune hi, bool foldcase);
195 void AddRuneRangeLatin1(Rune lo, Rune hi, bool foldcase);
196 void AddRuneRangeUTF8(Rune lo, Rune hi, bool foldcase);
209 // Single rune.
210 Frag Literal(Rune r, bool foldcase)
    [all...]
onepass.cc 483 Rune lo = max<Rune>(ip->lo(), 'a') + 'A' - 'a';
484 Rune hi = min<Rune>(ip->hi(), 'z') + 'A' - 'a';
  /external/regex-re2/re2/
compile.cc 187 // Rune range compiler.
192 // Adds a fragment matching the rune range lo-hi.
193 void AddRuneRange(Rune lo, Rune hi, bool foldcase);
194 void AddRuneRangeLatin1(Rune lo, Rune hi, bool foldcase);
195 void AddRuneRangeUTF8(Rune lo, Rune hi, bool foldcase);
208 // Single rune.
209 Frag Literal(Rune r, bool foldcase)
    [all...]
onepass.cc 483 Rune lo = max<Rune>(ip->lo(), 'a') + 'A' - 'a';
484 Rune hi = min<Rune>(ip->hi(), 'z') + 'A' - 'a';
  /external/chromium_org/third_party/re2/re2/testing/
string_generator_test.cc 54 Rune r;
regexp_generator.cc 234 Rune r;
  /external/regex-re2/re2/testing/
string_generator_test.cc 54 Rune r;
regexp_generator.cc 234 Rune r;

Completed in 333 milliseconds

12