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

/macosx-10.10.1/WTF-7600.1.24/wtf/text/
H A DStringHash.h76 template<typename T> static inline UChar foldCase(T character) function in class:WTF::CaseFoldingHash
86 return StringHasher::computeHashAndMaskTop8Bits<UChar, foldCase<UChar>>(data, length);
103 return StringHasher::computeHashAndMaskTop8Bits<LChar, foldCase<LChar>>(data, length);
H A DWTFString.cpp409 String String::foldCase() const function in class:WTF::String
413 return m_impl->foldCase();
H A DWTFString.h333 WTF_EXPORT_STRING_API String foldCase() const;
H A DStringImpl.h640 PassRef<StringImpl> foldCase();
H A DStringImpl.cpp620 PassRef<StringImpl> StringImpl::foldCase() function in class:WTF::StringImpl
/macosx-10.10.1/ICU-531.30/icuSources/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);
/macosx-10.10.1/vim-55/runtime/tools/
H A Dunicode.vim105 " Build the foldCase table in a new buffer.
139 file foldCase
140 call setline(1, "static convertStruct foldCase[] =")
277 " Build the foldCase table.
/macosx-10.10.1/ICU-531.30/icuSources/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);
H A Dusettest.cpp1332 str.foldCase();
H A Dregextst.cpp5223 UnicodeString cf = UnicodeString(c).foldCase();
/macosx-10.10.1/ICU-531.30/icuSources/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));
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Dtznames_impl.cpp189 foldedKey.fastCopyFrom(key).foldCase();
345 tmp.foldCase();
H A Dsmpdtfmt.cpp2217 lcaseText.foldCase();
2252 lcaseText.foldCase();
2434 lcaseText.foldCase();
2495 lcaseText.foldCase();
2511 lcase.fastCopyFrom(data).foldCase();
H A Dregexcmp.cpp1852 fLiteralChars.foldCase();
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/
H A DWebProcess.cpp720 hasher.addCharacters<LChar, CaseFoldingHash::foldCase<LChar>>(string.characters8(), string.length());
723 hasher.addCharacters<UChar, CaseFoldingHash::foldCase<UChar>>(string.characters16(), string.length());
/macosx-10.10.1/tidy-15.15/tidy/src/
H A Dlexer.c57 static tmbstr ParseValue( TidyDocImpl* doc, ctmbstr name, Bool foldCase,
3209 Bool foldCase, Bool *isempty, int *pdelim)
3436 else if (foldCase && TY_(IsUpper)(c))
3208 ParseValue( TidyDocImpl* doc, ctmbstr name, Bool foldCase, Bool *isempty, int *pdelim) argument
/macosx-10.10.1/vim-55/src/
H A Dmbyte.c2510 static convertStruct foldCase[] = variable
2711 return utf_convert(a, foldCase, sizeof(foldCase));
/macosx-10.10.1/ICU-531.30/icuSources/common/unicode/
H A Dunistr.h628 * This is equivalent to this->foldCase(options).compare(text.foldCase(options)).
648 * This is equivalent to this->foldCase(options).compare(srcText.foldCase(options)).
673 * This is equivalent to this->foldCase(options).compare(srcText.foldCase(options)).
702 * This is equivalent to this->foldCase(options).compare(srcChars.foldCase(options)).
725 * This is equivalent to this->foldCase(options).compare(srcChars.foldCase(option
[all...]
/macosx-10.10.1/WTF-7600.1.24/icu/unicode/
H A Dunistr.h569 * This is equivalent to this->foldCase(options).compare(text.foldCase(options)).
589 * This is equivalent to this->foldCase(options).compare(srcText.foldCase(options)).
614 * This is equivalent to this->foldCase(options).compare(srcText.foldCase(options)).
643 * This is equivalent to this->foldCase(options).compare(srcChars.foldCase(options)).
666 * This is equivalent to this->foldCase(options).compare(srcChars.foldCase(option
[all...]

Completed in 267 milliseconds