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

  /external/chromium_org/third_party/re2/re2/
compile.cc 802 // and mark the other ranges as foldascii.
805 bool foldascii = cc->FoldsASCII(); local
812 if (foldascii && 'A' <= i->lo && i->hi <= 'Z')
817 bool fold = foldascii;
    [all...]
  /external/regex-re2/re2/
compile.cc 801 // and mark the other ranges as foldascii.
804 bool foldascii = cc->FoldsASCII(); local
811 if (foldascii && 'A' <= i->lo && i->hi <= 'Z')
816 bool fold = foldascii;
    [all...]

Completed in 317 milliseconds