/external/chromium_org/third_party/WebKit/Source/wtf/text/ |
D | StringHash.h | 68 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()
|
D | StringImpl.cpp | 789 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()
|
D | WTFString.cpp | 415 String String::foldCase() const in foldCase() function in WTF::String 419 return m_impl->foldCase(); in foldCase()
|
/external/clang/test/PCH/ |
D | cxx-templates.cpp | 66 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/ |
D | TypeAhead.cpp | 104 String prefixWithCaseFolded(prefix.foldCase()); in handleEvent() 108 if (stripLeadingWhiteSpace(text).foldCase().startsWith(prefixWithCaseFolded)) in handleEvent()
|
/external/chromium_org/third_party/icu/source/common/ |
D | unistr_case.cpp | 144 UnicodeString::foldCase(uint32_t options) { in foldCase() function in UnicodeString 164 return copy.foldCase().hashCode(); in uhash_hashCaselessUnicodeString()
|
D | uniset_closure.cpp | 241 str.foldCase(); in closeOver() 265 (str = *pStr).foldCase(); in closeOver()
|
D | uprops.cpp | 600 UnicodeString kc2=nfkc->normalize(folded2String.foldCase(), *pErrorCode); in u_getFC_NFKC_Closure()
|
/external/icu/icu4c/source/common/ |
D | unistr_case.cpp | 144 UnicodeString::foldCase(uint32_t options) { in foldCase() function in UnicodeString 164 return copy.foldCase().hashCode(); in uhash_hashCaselessUnicodeString()
|
D | uniset_closure.cpp | 241 str.foldCase(); in closeOver() 265 (str = *pStr).foldCase(); in closeOver()
|
D | uprops.cpp | 600 UnicodeString kc2=nfkc->normalize(folded2String.foldCase(), *pErrorCode); in u_getFC_NFKC_Closure()
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
D | strcase.cpp | 311 (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()
|
D | tstnorm.cpp | 859 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/ |
D | strcase.cpp | 311 (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()
|
D | tstnorm.cpp | 859 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/ |
D | UnicodeIcu.h | 117 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/ |
D | SegmentedString.h | 263 …ASSERT_UNUSED(expectedCharacter, WTF::Unicode::foldCase(currentChar()) == WTF::Unicode::foldCase(e… in advanceAndASSERTIgnoringCase()
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
D | SpaceSplitString.cpp | 163 string = string.foldCase(); in set()
|
/external/icu/icu4c/source/samples/ustring/ |
D | ustring.cpp | 396 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/ |
D | ustring.cpp | 396 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/ |
D | PopupListBox.cpp | 346 String prefixWithCaseFolded(prefix.foldCase()); in typeAheadFind() 353 … if (stripLeadingWhiteSpace(m_items[index]->label).foldCase().startsWith(prefixWithCaseFolded)) { in typeAheadFind()
|
/external/icu/icu4c/source/i18n/ |
D | smpdtfmt.cpp | 2107 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()
|
D | tznames_impl.cpp | 189 foldedKey.fastCopyFrom(key).foldCase(); in putImpl() 345 tmp.foldCase(); in search()
|
/external/chromium_org/third_party/icu/source/i18n/ |
D | smpdtfmt.cpp | 2082 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()
|
D | tznames_impl.cpp | 189 foldedKey.fastCopyFrom(key).foldCase(); in putImpl() 345 tmp.foldCase(); in search()
|