Home
last modified time | relevance | path

Searched refs:foldCase (Results 1 – 25 of 35) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/wtf/text/
DStringHash.h68 template<typename T> static inline UChar foldCase(T ch) in foldCase() function
70 return WTF::Unicode::foldCase(ch); in foldCase()
75 return StringHasher::computeHashAndMaskTop8Bits<UChar, foldCase<UChar> >(data, length); in hash()
87 return StringHasher::computeHashAndMaskTop8Bits<LChar, foldCase<LChar> >(data, length); in hash()
DStringImpl.cpp789 PassRefPtr<StringImpl> StringImpl::foldCase() in foldCase() function in WTF::StringImpl
830 int32_t realLength = Unicode::foldCase(data, length, characters16(), m_length, &error); in foldCase()
834 Unicode::foldCase(data, realLength, characters16(), m_length, &error); in foldCase()
1090 if (foldCase(*a++) != foldCase(bc)) in equalIgnoringCase()
1100 if (foldCase(*a++) != foldCase(bc)) in equalIgnoringCase()
2041 equal = equal && (foldCase(as[i]) == foldCase(b[i])); in equalIgnoringCase()
2061 equal = equal && (foldCase(as[i]) == foldCase(b[i])); in equalIgnoringCase()
DWTFString.cpp415 String String::foldCase() const in foldCase() function in WTF::String
419 return m_impl->foldCase(); in foldCase()
/external/clang/test/PCH/
Dcxx-templates.cpp66 static inline char foldCase(char) { in foldCase() function
71 return StringHasher::createHash<char, foldCase>(data, length); in hash()
/external/chromium_org/third_party/WebKit/Source/core/html/forms/
DTypeAhead.cpp104 String prefixWithCaseFolded(prefix.foldCase()); in handleEvent()
108 if (stripLeadingWhiteSpace(text).foldCase().startsWith(prefixWithCaseFolded)) in handleEvent()
/external/chromium_org/third_party/icu/source/common/
Dunistr_case.cpp144 UnicodeString::foldCase(uint32_t options) { in foldCase() function in UnicodeString
164 return copy.foldCase().hashCode(); in uhash_hashCaselessUnicodeString()
Duniset_closure.cpp241 str.foldCase(); in closeOver()
265 (str = *pStr).foldCase(); in closeOver()
Duprops.cpp600 UnicodeString kc2=nfkc->normalize(folded2String.foldCase(), *pErrorCode); in u_getFC_NFKC_Closure()
/external/icu/icu4c/source/common/
Dunistr_case.cpp144 UnicodeString::foldCase(uint32_t options) { in foldCase() function in UnicodeString
164 return copy.foldCase().hashCode(); in uhash_hashCaselessUnicodeString()
Duniset_closure.cpp241 str.foldCase(); in closeOver()
265 (str = *pStr).foldCase(); in closeOver()
Duprops.cpp600 UnicodeString kc2=nfkc->normalize(folded2String.foldCase(), *pErrorCode); in u_getFC_NFKC_Closure()
/external/chromium_org/third_party/icu/source/test/intltest/
Dstrcase.cpp311 (t=s).foldCase(); in TestCaseConversion()
317 (t=s).foldCase(U_FOLD_CASE_EXCLUDE_SPECIAL_I); in TestCaseConversion()
371 result.foldCase(options); in TestCasingImpl()
558 cf.foldCase(); in TestFullCaseFoldingIterator()
Dtstnorm.cpp859 r1.foldCase(options); in ref_norm_compare()
860 r2.foldCase(options); in ref_norm_compare()
897 t1.foldCase(options); in ref_case_compare()
898 t2.foldCase(options); in ref_case_compare()
1259 s.foldCase(foldingOptions); in countFoldFCDExceptions()
/external/icu/icu4c/source/test/intltest/
Dstrcase.cpp311 (t=s).foldCase(); in TestCaseConversion()
317 (t=s).foldCase(U_FOLD_CASE_EXCLUDE_SPECIAL_I); in TestCaseConversion()
371 result.foldCase(options); in TestCasingImpl()
558 cf.foldCase(); in TestFullCaseFoldingIterator()
Dtstnorm.cpp859 r1.foldCase(options); in ref_norm_compare()
860 r2.foldCase(options); in ref_norm_compare()
897 t1.foldCase(options); in ref_case_compare()
898 t2.foldCase(options); in ref_case_compare()
1259 s.foldCase(foldingOptions); in countFoldFCDExceptions()
/external/chromium_org/third_party/WebKit/Source/wtf/unicode/icu/
DUnicodeIcu.h117 inline UChar32 foldCase(UChar32 c) in foldCase() function
122 inline int foldCase(UChar* result, int resultLength, const UChar* src, int srcLength, bool* error) in foldCase() function
/external/chromium_org/third_party/WebKit/Source/platform/text/
DSegmentedString.h263 …ASSERT_UNUSED(expectedCharacter, WTF::Unicode::foldCase(currentChar()) == WTF::Unicode::foldCase(e… in advanceAndASSERTIgnoringCase()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DSpaceSplitString.cpp163 string = string.foldCase(); in set()
/external/icu/icu4c/source/samples/ustring/
Dustring.cpp396 printUnicodeString("full-case-folded/default: ", (t=s).foldCase(U_FOLD_CASE_DEFAULT)); in demoCaseMapInCPlusPlus()
398 printUnicodeString("full-case-folded/Turkic: ", (t=s).foldCase(U_FOLD_CASE_EXCLUDE_SPECIAL_I)); in demoCaseMapInCPlusPlus()
/external/chromium_org/third_party/icu/source/samples/ustring/
Dustring.cpp396 printUnicodeString("full-case-folded/default: ", (t=s).foldCase(U_FOLD_CASE_DEFAULT)); in demoCaseMapInCPlusPlus()
398 printUnicodeString("full-case-folded/Turkic: ", (t=s).foldCase(U_FOLD_CASE_EXCLUDE_SPECIAL_I)); in demoCaseMapInCPlusPlus()
/external/chromium_org/third_party/WebKit/Source/web/
DPopupListBox.cpp346 String prefixWithCaseFolded(prefix.foldCase()); in typeAheadFind()
353 … if (stripLeadingWhiteSpace(m_items[index]->label).foldCase().startsWith(prefixWithCaseFolded)) { in typeAheadFind()
/external/icu/icu4c/source/i18n/
Dsmpdtfmt.cpp2107 lcaseText.foldCase(); in matchQuarterString()
2142 lcaseText.foldCase(); in matchQuarterString()
2324 lcaseText.foldCase(); in matchString()
2385 lcaseText.foldCase(); in matchString()
2401 lcase.fastCopyFrom(data).foldCase(); in newBestMatchWithOptionalDot()
Dtznames_impl.cpp189 foldedKey.fastCopyFrom(key).foldCase(); in putImpl()
345 tmp.foldCase(); in search()
/external/chromium_org/third_party/icu/source/i18n/
Dsmpdtfmt.cpp2082 lcaseText.foldCase(); in matchQuarterString()
2117 lcaseText.foldCase(); in matchQuarterString()
2291 lcaseText.foldCase(); in matchString()
2352 lcaseText.foldCase(); in matchString()
2368 lcase.fastCopyFrom(data).foldCase(); in newBestMatchWithOptionalDot()
Dtznames_impl.cpp189 foldedKey.fastCopyFrom(key).foldCase(); in putImpl()
345 tmp.foldCase(); in search()

12