Home
last modified time | relevance | path

Searched refs:fromUnicode (Results 1 – 13 of 13) sorted by relevance

/external/icu4c/test/testdata/
Dtest1.ucm19 # fromUnicode result is zero byte from other than U+0000
Dtest3.ucm22 # fromUnicode result is zero byte from other than U+0000
Dtest4.ucm27 # fromUnicode result is zero byte from other than U+0000
Dconversion.txt42 "fallbacks: per-direction boolean, currently only for fromUnicode; see Jitterbug 2401\n"
512 fromUnicode {
/external/webkit/WebCore/platform/text/qt/
DTextCodecQt.cpp116 QByteArray ba = m_codec->fromUnicode(reinterpret_cast<const QChar*>(characters), length, 0); in encode()
/external/icu4c/common/
Ducnv.c822 UConverterFromUnicode fromUnicode; in _fromUnicodeWithCallback() local
845 fromUnicode=cnv->sharedData->impl->fromUnicode; in _fromUnicodeWithCallback()
847 fromUnicode=cnv->sharedData->impl->fromUnicodeWithOffsets; in _fromUnicodeWithCallback()
848 if(fromUnicode==NULL) { in _fromUnicodeWithCallback()
850 fromUnicode=cnv->sharedData->impl->fromUnicode; in _fromUnicodeWithCallback()
899 fromUnicode(pArgs, err); in _fromUnicodeWithCallback()
Ducnv_cnv.h237 UConverterFromUnicode fromUnicode; member
/external/webkit/WebCore/
DChangeLog-2006-05-10409 (WebCore::TextEncoding::fromUnicode): More of the same.
410 * platform/mac/TextEncodingMac.cpp: (WebCore::TextEncoding::fromUnicode): More
835 TextEncoding::fromUnicode() - support non-BMP characters and convert to NFC
840 (WebCore::TextEncoding::fromUnicode): Normalize the string.
1221 TextEncoding::fromUnicode() - support non-BMP characters and convert to NFC
1228 (WebCore::TextEncoding::fromUnicode): Normalize the string; handle surrogate pairs.
4757 (WebCore::TextEncoding::fromUnicode):
17838 - write a portable ICU version of TextEncoding::fromUnicode for use on win32
17842 (WebCore::TextEncoding::fromUnicode): added
17848 (WebCore::TextEncoding::fromUnicode): remove
[all …]
DChangeLog-2003-10-255172 * kwq/KWQTextCodec.mm: (QTextCodec::fromUnicode): Remove unneeded checks that
5904 … (QTextCodec::fromUnicode): Removed the old workaround for tilde problems, which is not needed
6146 * kwq/KWQTextCodec.mm: (QTextCodec::fromUnicode): Encode \ as 5C instead of 815F
7098 (QTextCodec::fromUnicode): Work around the TEC bug that prevents the tilde
7510 (QTextCodec::fromUnicode): Use effectiveEncoding.
DChangeLog-2006-12-3132488 (WebCore::TextEncoding::encode): Renamed from fromUnicode. Handles the normalization and
32518 and fromUnicode to decode and encode. Changed the parameter and return types so that
42720 (WebCore::StreamingTextDecoderICU::fromUnicode):
42728 (WebCore::TextEncoding::fromUnicode): Moved to StreamingTextDecoderICU.
42745 (WebCore::StreamingTextDecoderMac::fromUnicode):
DChangeLog-2005-12-1910149 …(DOM::HTMLFormElementImpl::formData): Pass true to the fromUnicode function to request entity enco…
10154 …* kwq/KWQTextCodec.mm: (QTextCodec::fromUnicode): Added code to entity-encode characters that can'…
DChangeLog-2002-12-0310553 * kwq/KWQtextcodec.mm: (QTextCodec::fromUnicode): Fix implementation so it will convert
DChangeLog-2005-08-2311015 (QTextCodec::fromUnicode): Ditto.
28311 * kwq/KWQTextCodec.mm: (QTextCodec::fromUnicode): Ditto.