Lines Matching full:tolower
290 if (pattern->m_ignoreCase ? ((Unicode::toLower(testChar) == ch) || (Unicode::toUpper(testChar) == ch)) : (testChar == ch)) {1305 UChar lo = Unicode::toLower(ch);