Searched defs:foldCase (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DStringHash.h68 template<typename T> static inline UChar foldCase(T ch) function in class:WTF::CaseFoldingHash
70 return WTF::Unicode::foldCase(ch);
75 return StringHasher::computeHashAndMaskTop8Bits<UChar, foldCase<UChar> >(data, length);
87 return StringHasher::computeHashAndMaskTop8Bits<LChar, foldCase<LChar> >(data, length);
H A DWTFString.cpp415 String String::foldCase() const function in class:WTF::String
419 return m_impl->foldCase();
H A DStringImpl.cpp789 PassRefPtr<StringImpl> StringImpl::foldCase() function in class:WTF::StringImpl
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(a
[all...]
/external/clang/test/PCH/
H A Dcxx-templates.cpp66 static inline char foldCase(char) { function in struct:Test1::CaseFoldingHash
71 return StringHasher::createHash<char, foldCase>(data, length);
/external/chromium_org/third_party/icu/source/common/
H A Dunistr_case.cpp144 UnicodeString::foldCase(uint32_t options) { function in class:UnicodeString
164 return copy.foldCase().hashCode();
/external/icu/icu4c/source/common/
H A Dunistr_case.cpp144 UnicodeString::foldCase(uint32_t options) { function in class:UnicodeString
164 return copy.foldCase().hashCode();
/external/chromium_org/third_party/WebKit/Source/wtf/unicode/icu/
H A DUnicodeIcu.h117 inline UChar32 foldCase(UChar32 c) function in namespace:WTF::Unicode
122 inline int foldCase(UChar* result, int resultLength, const UChar* src, int srcLength, bool* error) function in namespace:WTF::Unicode
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 2658 milliseconds