Home | History | Annotate | Download | only in editing

Lines Matching refs:foldCase

2227     : m_target(options & CaseInsensitive ? target.foldCase() : target)
2274 int numFoldedCharacters = foldCase(foldedCharacters, maxFoldedCharacters, characters, 1, &error);