Searched refs:foldascii (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/re2/re2/
H A Dcompile.cc802 // 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;
H A Dparse.cc518 // Adds r to cc, along with r's upper case if foldascii is set.
519 static void AddLiteral(CharClassBuilder* cc, Rune r, bool foldascii) { argument
521 if (foldascii && 'a' <= r && r <= 'z')
/external/regex-re2/re2/
H A Dcompile.cc801 // 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;
H A Dparse.cc518 // Adds r to cc, along with r's upper case if foldascii is set.
519 static void AddLiteral(CharClassBuilder* cc, Rune r, bool foldascii) { argument
521 if (foldascii && 'a' <= r && r <= 'z')

Completed in 79 milliseconds