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

12

/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 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...]
H A DWTFString.cpp415 String String::foldCase() const function in class:WTF::String
419 return m_impl->foldCase();
/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/WebKit/Source/core/html/forms/
H A DTypeAhead.cpp101 // a matching element. This code uses foldCase to work around the fact that
104 String prefixWithCaseFolded(prefix.foldCase());
108 if (stripLeadingWhiteSpace(text).foldCase().startsWith(prefixWithCaseFolded))
/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();
H A Duniset_closure.cpp241 str.foldCase();
265 (str = *pStr).foldCase();
H A Duprops.cpp600 UnicodeString kc2=nfkc->normalize(folded2String.foldCase(), *pErrorCode);
/external/icu/icu4c/source/common/
H A Dunistr_case.cpp144 UnicodeString::foldCase(uint32_t options) { function in class:UnicodeString
164 return copy.foldCase().hashCode();
H A Duniset_closure.cpp241 str.foldCase();
265 (str = *pStr).foldCase();
H A Duprops.cpp600 UnicodeString kc2=nfkc->normalize(folded2String.foldCase(), *pErrorCode);
/external/chromium_org/third_party/WebKit/Source/platform/text/
H A DSegmentedString.h263 ASSERT_UNUSED(expectedCharacter, WTF::Unicode::foldCase(currentChar()) == WTF::Unicode::foldCase(expectedCharacter));
/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/chromium_org/third_party/WebKit/Source/core/dom/
H A DSpaceSplitString.cpp163 string = string.foldCase();
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dstrcase.cpp311 (t=s).foldCase();
313 errln("error in foldCase(\"" + s + "\", default)=\"" + t + "\" but expected \"" + f + "\"");
317 (t=s).foldCase(U_FOLD_CASE_EXCLUDE_SPECIAL_I);
319 errln("error in foldCase(\"" + s + "\", U_FOLD_CASE_EXCLUDE_SPECIAL_I)=\"" + t + "\" but expected \"" + g + "\"");
370 name="foldCase";
371 result.foldCase(options);
558 cf.foldCase();
H A Dtstnorm.cpp859 r1.foldCase(options);
860 r2.foldCase(options);
897 t1.foldCase(options);
898 t2.foldCase(options);
1259 s.foldCase(foldingOptions);
/external/icu/icu4c/source/test/intltest/
H A Dstrcase.cpp311 (t=s).foldCase();
313 errln("error in foldCase(\"" + s + "\", default)=\"" + t + "\" but expected \"" + f + "\"");
317 (t=s).foldCase(U_FOLD_CASE_EXCLUDE_SPECIAL_I);
319 errln("error in foldCase(\"" + s + "\", U_FOLD_CASE_EXCLUDE_SPECIAL_I)=\"" + t + "\" but expected \"" + g + "\"");
370 name="foldCase";
371 result.foldCase(options);
558 cf.foldCase();
H A Dtstnorm.cpp859 r1.foldCase(options);
860 r2.foldCase(options);
897 t1.foldCase(options);
898 t2.foldCase(options);
1259 s.foldCase(foldingOptions);
/external/chromium_org/third_party/icu/source/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/icu/icu4c/source/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/chromium_org/third_party/WebKit/Source/web/
H A DPopupListBox.cpp343 // search for a matching element. This code uses foldCase to work around the
346 String prefixWithCaseFolded(prefix.foldCase());
353 if (stripLeadingWhiteSpace(m_items[index]->label).foldCase().startsWith(prefixWithCaseFolded)) {
/external/chromium_org/third_party/icu/source/i18n/
H A Dsmpdtfmt.cpp2082 lcaseText.foldCase();
2117 lcaseText.foldCase();
2291 lcaseText.foldCase();
2352 lcaseText.foldCase();
2368 lcase.fastCopyFrom(data).foldCase();
H A Dtznames_impl.cpp189 foldedKey.fastCopyFrom(key).foldCase();
345 tmp.foldCase();
/external/icu/icu4c/source/i18n/
H A Dtznames_impl.cpp189 foldedKey.fastCopyFrom(key).foldCase();
345 tmp.foldCase();
H A Dsmpdtfmt.cpp2107 lcaseText.foldCase();
2142 lcaseText.foldCase();
2324 lcaseText.foldCase();
2385 lcaseText.foldCase();
2401 lcase.fastCopyFrom(data).foldCase();

Completed in 520 milliseconds

12