Home | History | Annotate | Download | only in text

Lines Matching refs:foldCase

789 PassRefPtr<StringImpl> StringImpl::foldCase()
830 int32_t realLength = Unicode::foldCase(data, length, characters16(), m_length, &error);
834 Unicode::foldCase(data, realLength, characters16(), m_length, &error);
1090 if (foldCase(*a++) != foldCase(bc))
1100 if (foldCase(*a++) != foldCase(bc))
2041 equal = equal && (foldCase(as[i]) == foldCase(b[i]));
2061 equal = equal && (foldCase(as[i]) == foldCase(b[i]));