Home | History | Annotate | Download | only in page

Lines Matching refs:TextCaseSensitive

340     DEFINE_STATIC_LOCAL(RegularExpression, wordRegExp, ("\\w", TextCaseSensitive));
472 replace(mutableStringToMatch, RegularExpression("\\d", TextCaseSensitive), " ");