Searched defs:foldCase (Results 1 – 7 of 7) sorted by relevance
144 UnicodeString::foldCase(uint32_t options) { in foldCase() function in UnicodeString
63 static inline char foldCase(char) { in foldCase() function
212 UnicodeString::foldCase(uint32_t options) { in foldCase() function in UnicodeString
121 inline UChar32 foldCase(UChar32 c) in foldCase() function126 inline int foldCase(UChar* result, int resultLength, const UChar* src, int srcLength, bool* error) in foldCase() function
68 template<typename T> static inline UChar foldCase(T ch) in foldCase() function
415 String String::foldCase() const in foldCase() function in WTF::String
775 PassRefPtr<StringImpl> StringImpl::foldCase() in foldCase() function in WTF::StringImpl