HomeSort by relevance Sort by last modified time
    Searched defs:foldCase (Results 1 - 8 of 8) sorted by null

  /external/webkit/JavaScriptCore/wtf/unicode/glib/
UnicodeGLib.cpp 28 UChar32 foldCase(UChar32 ch)
46 int foldCase(UChar* result, int resultLength, const UChar* src, int srcLength, bool* error)
  /external/chromium/third_party/icu/source/common/
unistr_case.cpp 219 UnicodeString::foldCase(uint32_t options) {
237 return copy.foldCase().hashCode();
  /external/icu4c/common/
unistr_case.cpp 218 UnicodeString::foldCase(uint32_t options) {
236 return copy.foldCase().hashCode();
  /external/webkit/JavaScriptCore/wtf/unicode/wince/
UnicodeWince.cpp 40 wchar_t foldCase(wchar_t c)
128 int foldCase(wchar_t* result, int resultLength, const wchar_t* source, int sourceLength, bool* isError)
136 result[i] = foldCase(source[i]);
  /external/webkit/WebCore/platform/text/
String.cpp 306 String String::foldCase() const
310 return m_impl->foldCase();
StringImpl.cpp 248 PassRefPtr<StringImpl> StringImpl::foldCase()
266 int32_t realLength = Unicode::foldCase(data, length, m_data, m_length, &error);
270 Unicode::foldCase(data, realLength, m_data, m_length, &error);
474 if (foldCase(*a++) != foldCase(bc))
510 UChar lc = Unicode::foldCase(*chs);
512 if (Unicode::foldCase(*++ptr) == lc && equalIgnoringCase(ptr + 1, chsPlusOne, chsLengthMinusOne))
852 equal = equal && (foldCase(as[i]) == foldCase(bc));
  /external/webkit/JavaScriptCore/wtf/unicode/icu/
UnicodeIcu.h 118 inline UChar32 foldCase(UChar32 c)
123 inline int foldCase(UChar* result, int resultLength, const UChar* src, int srcLength, bool* error)
  /external/webkit/JavaScriptCore/wtf/unicode/qt4/
UnicodeQt4.h 310 inline UChar32 foldCase(UChar32 c)
315 inline int foldCase(UChar* result, int resultLength, const UChar* src, int srcLength, bool* error)

Completed in 4849 milliseconds