Searched refs:foldCase (Results 1 - 25 of 30) sorted by relevance

12

/external/clang/test/PCH/
H A Dcxx-templates.cpp56 static inline char foldCase(char) { function in struct:Test1::CaseFoldingHash
61 return StringHasher::createHash<char, foldCase>(data, length);
/external/webkit/Source/JavaScriptCore/wtf/text/
H A DStringHash.h100 template<typename T> static inline UChar foldCase(T ch) function in class:WTF::CaseFoldingHash
102 return WTF::Unicode::foldCase(ch);
107 return StringHasher::computeHash<UChar, foldCase<UChar> >(data, length);
117 return StringHasher::computeHash<char, foldCase<char> >(data, length);
H A DStringImpl.cpp287 PassRefPtr<StringImpl> StringImpl::foldCase() function in class:WTF::StringImpl
308 int32_t realLength = Unicode::foldCase(data, length, m_data, m_length, &error);
312 Unicode::foldCase(data, realLength, m_data, m_length, &error);
486 if (foldCase(*a++) != foldCase(bc))
989 equal = equal && (foldCase(as[i]) == foldCase(bc));
H A DStringImpl.h290 PassRefPtr<StringImpl> foldCase();
H A DWTFString.cpp305 String String::foldCase() const function in class:WTF::String
309 return m_impl->foldCase();
H A DWTFString.h243 String foldCase() const;
/external/webkit/Source/JavaScriptCore/wtf/unicode/brew/
H A DUnicodeBrew.cpp42 UChar foldCase(UChar c) function in namespace:WTF::Unicode
123 int foldCase(UChar* result, int resultLength, const UChar* source, int sourceLength, bool* isError)
131 result[i] = foldCase(source[i]);
H A DUnicodeBrew.h118 UChar foldCase(UChar);
120 int foldCase(UChar* result, int resultLength, const UChar* source, int sourceLength, bool* isError);
180 UChar c1 = foldCase(a[i]);
181 UChar c2 = foldCase(b[i]);
/external/webkit/Source/JavaScriptCore/wtf/unicode/wince/
H A DUnicodeWinCE.cpp40 UChar foldCase(UChar c) function in namespace:WTF::Unicode
133 int foldCase(UChar* result, int resultLength, const UChar* source, int sourceLength, bool* isError) function in namespace:WTF::Unicode
141 result[i] = foldCase(source[i]);
H A DUnicodeWinCE.h136 UChar foldCase(UChar);
140 int foldCase(UChar* result, int resultLength, const UChar* source, int sourceLength, bool* isError);
161 UChar c1 = foldCase(a[i]);
162 UChar c2 = foldCase(b[i]);
/external/icu4c/common/
H A Dunistr_case.cpp212 UnicodeString::foldCase(uint32_t options) { function in class:UnicodeString
230 return copy.foldCase().hashCode();
H A Duprops.cpp621 UnicodeString kc2=nfkc->normalize(folded2String.foldCase(), *pErrorCode);
H A Duniset_props.cpp1465 str.foldCase();
1489 (str = *pStr).foldCase();
/external/webkit/Source/JavaScriptCore/wtf/unicode/glib/
H A DUnicodeGLib.cpp34 UChar32 foldCase(UChar32 ch) function in namespace:WTF::Unicode
104 int foldCase(UChar* result, int resultLength, const UChar* src, int srcLength, bool* error) function in namespace:WTF::Unicode
H A DUnicodeGLib.h127 UChar32 foldCase(UChar32);
129 int foldCase(UChar* result, int resultLength, const UChar* src, int srcLength, bool* error);
/external/webkit/Source/WebCore/dom/
H A DSpaceSplitString.cpp52 m_string = m_string.foldCase();
H A DSelectElement.cpp973 // a matching element. This code uses foldCase to work around the fact that
976 String prefixWithCaseFolded(prefix.foldCase());
984 if (stripLeadingWhiteSpace(text).foldCase().startsWith(prefixWithCaseFolded)) {
/external/webkit/Source/JavaScriptCore/wtf/unicode/icu/
H A DUnicodeIcu.h118 inline UChar32 foldCase(UChar32 c) function in namespace:WTF::Unicode
123 inline int foldCase(UChar* result, int resultLength, const UChar* src, int srcLength, bool* error) function in namespace:WTF::Unicode
/external/webkit/Source/WebCore/platform/text/
H A DSegmentedString.h158 ASSERT_UNUSED(expectedCharacter, WTF::Unicode::foldCase(*current()) == WTF::Unicode::foldCase(expectedCharacter));
/external/icu4c/test/intltest/
H A Dstrcase.cpp314 (t=s).foldCase();
316 errln("error in foldCase(\"" + s + "\", default)=\"" + t + "\" but expected \"" + f + "\"");
320 (t=s).foldCase(U_FOLD_CASE_EXCLUDE_SPECIAL_I);
322 errln("error in foldCase(\"" + s + "\", U_FOLD_CASE_EXCLUDE_SPECIAL_I)=\"" + t + "\" but expected \"" + g + "\"");
373 name="foldCase";
374 result.foldCase(options);
H A Dtstnorm.cpp858 r1.foldCase(options);
859 r2.foldCase(options);
896 t1.foldCase(options);
897 t2.foldCase(options);
1227 s.foldCase(foldingOptions);
/external/icu4c/samples/ustring/
H A Dustring.cpp396 printUnicodeString("full-case-folded/default: ", (t=s).foldCase(U_FOLD_CASE_DEFAULT));
398 printUnicodeString("full-case-folded/Turkic: ", (t=s).foldCase(U_FOLD_CASE_EXCLUDE_SPECIAL_I));
/external/webkit/Source/JavaScriptCore/wtf/unicode/qt4/
H A DUnicodeQt4.h278 inline UChar32 foldCase(UChar32 c) function in namespace:WTF::Unicode
283 inline int foldCase(UChar* result, int resultLength, const UChar* src, int srcLength, bool* error) function in namespace:WTF::Unicode
/external/icu4c/i18n/
H A Dsmpdtfmt.cpp2212 lcaseText.foldCase();
2219 lcase.fastCopyFrom(data[i]).foldCase();
2236 lcase.fastCopyFrom(data[bestMatch]).foldCase();
2254 lcaseText.foldCase();
2292 lcaseText.foldCase();
2299 lcase.fastCopyFrom(data[i]).foldCase();
2322 lcase.fastCopyFrom(data[bestMatch]).foldCase();
2340 lcaseText.foldCase();
/external/webkit/Source/WebCore/platform/chromium/
H A DPopupMenuChromium.cpp836 // a matching element. This code uses foldCase to work around the fact that
839 String prefixWithCaseFolded(prefix.foldCase());
846 if (stripLeadingWhiteSpace(m_items[index]->label).foldCase().startsWith(prefixWithCaseFolded)) {

Completed in 190 milliseconds

12