HomeSort by relevance Sort by last modified time
    Searched refs:ApplyFold (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/re2/re2/
unicode_casefold.h 71 extern Rune ApplyFold(CaseFold *f, Rune r);
prefilter.cc 181 return ApplyFold(f, r);
parse.cc 271 Rune ApplyFold(CaseFold *f, Rune r) {
310 return ApplyFold(f, r);
    [all...]
  /external/regex-re2/re2/
unicode_casefold.h 71 extern Rune ApplyFold(CaseFold *f, Rune r);
prefilter.cc 181 return ApplyFold(f, r);
parse.cc 271 Rune ApplyFold(CaseFold *f, Rune r) {
310 return ApplyFold(f, r);
    [all...]

Completed in 88 milliseconds