foldCase          165 Source/core/dom/SpaceSplitString.cpp         string = string.foldCase();
foldCase          104 Source/core/html/forms/TypeAhead.cpp         String prefixWithCaseFolded(prefix.foldCase());
foldCase          108 Source/core/html/forms/TypeAhead.cpp             if (stripLeadingWhiteSpace(text).foldCase().startsWith(prefixWithCaseFolded))
foldCase          263 Source/platform/text/SegmentedString.h         ASSERT_UNUSED(expectedCharacter, WTF::Unicode::foldCase(currentChar()) == WTF::Unicode::foldCase(expectedCharacter));
foldCase          334 Source/web/PopupListBox.cpp     String prefixWithCaseFolded(prefix.foldCase());
foldCase          341 Source/web/PopupListBox.cpp         if (stripLeadingWhiteSpace(m_items[index]->label).foldCase().startsWith(prefixWithCaseFolded)) {
foldCase           68 Source/wtf/text/StringHash.h         template<typename T> static inline UChar foldCase(T ch)
foldCase           70 Source/wtf/text/StringHash.h             return WTF::Unicode::foldCase(ch);
foldCase           75 Source/wtf/text/StringHash.h             return StringHasher::computeHashAndMaskTop8Bits<UChar, foldCase<UChar> >(data, length);
foldCase           87 Source/wtf/text/StringHash.h             return StringHasher::computeHashAndMaskTop8Bits<LChar, foldCase<LChar> >(data, length);
foldCase          830 Source/wtf/text/StringImpl.cpp     int32_t realLength = Unicode::foldCase(data, length, characters16(), m_length, &error);
foldCase          834 Source/wtf/text/StringImpl.cpp     Unicode::foldCase(data, realLength, characters16(), m_length, &error);
foldCase         1090 Source/wtf/text/StringImpl.cpp         if (foldCase(*a++) != foldCase(bc))
foldCase         1100 Source/wtf/text/StringImpl.cpp         if (foldCase(*a++) != foldCase(bc))
foldCase         2049 Source/wtf/text/StringImpl.cpp                 equal = equal && (foldCase(as[i]) == foldCase(b[i]));
foldCase         2069 Source/wtf/text/StringImpl.cpp             equal = equal && (foldCase(as[i]) == foldCase(b[i]));
foldCase          350 Source/wtf/text/StringImpl.h     PassRefPtr<StringImpl> foldCase();
foldCase          419 Source/wtf/text/WTFString.cpp     return m_impl->foldCase();
foldCase          341 Source/wtf/text/WTFString.h     String foldCase() const;
foldCase          117 Source/wtf/unicode/icu/UnicodeIcu.h inline UChar32 foldCase(UChar32 c)
foldCase          122 Source/wtf/unicode/icu/UnicodeIcu.h inline int foldCase(UChar* result, int resultLength, const UChar* src, int srcLength, bool* error)