Home
last modified time | relevance | path

Searched refs:toUnicode (Results 1 – 20 of 20) sorted by relevance

/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
DIDNTest.java127 IDN.toUnicode(null); in test_ToUnicode_LString()
133 assertEquals("", IDN.toUnicode("")); in test_ToUnicode_LString()
134 assertEquals("www.bcher.de", IDN.toUnicode("www.bcher.de")); in test_ToUnicode_LString()
135 assertEquals("www.b\u00FCcher.de", IDN.toUnicode("www.b\u00FCcher.de")); in test_ToUnicode_LString()
137 .toUnicode("www.\u65E5\u672C\u5E73.jp")); in test_ToUnicode_LString()
138 assertEquals("www.\u65E5\u672C\u5E73.jp", IDN.toUnicode("www\uFF0Exn--gwtq9nb2a\uFF61jp")); in test_ToUnicode_LString()
139 assertEquals("www.\u65E5\u672C\u5E73.jp", IDN.toUnicode("www.xn--gwtq9nb2a.jp")); in test_ToUnicode_LString()
148 assertEquals("", IDN.toUnicode("", IDN.ALLOW_UNASSIGNED)); in test_ToUnicode_LString_I()
149 assertEquals("www.f\u00E4rgbolaget.nu", IDN.toUnicode( in test_ToUnicode_LString_I()
151 assertEquals("www.r\u00E4ksm\u00F6rg\u00E5s.nu", IDN.toUnicode( in test_ToUnicode_LString_I()
[all …]
/external/icu4c/test/testdata/
Dtest2.ucm32 # toUnicode result is fallback direct
35 # toUnicode result is direct non-BMP code point
51 # toUnicode result is surrogate pair: test real pair, single unit, unassigned
Dtest3.ucm33 # toUnicode result is fallback direct
36 # toUnicode result is direct non-BMP code point
52 # toUnicode result is surrogate pair: test real pair, single unit, unassigned
Dtest1.ucm26 # toUnicode result is fallback direct
29 # toUnicode result is direct non-BMP code point
Dtest4.ucm36 # toUnicode result is fallback direct
39 # toUnicode result is direct non-BMP code point
45 # toUnicode result is surrogate pair: test real pair, single unit, unassigned
Dtest1bmp.ucm28 # toUnicode result is fallback direct
Dconversion.txt49 toUnicode {
/external/icu4c/test/intltest/
Dtestidna.h78 const char* toUnicodeName, TestFunc toUnicode);
110 const char* toUnicodeName, TestFunc toUnicode
Dtestidna.cpp1151 const char* toUnicodeName, TestFunc toUnicode){ in testChaining() argument
1157 testChaining(buf,5,toUnicodeName, FALSE, FALSE, toUnicode); in testChaining()
/external/libxml2/patches/
D0001-Add-ICU-support-for-libxml.patch62 +openIcuConverter(const char* name, int toUnicode)
74 + if (toUnicode) {
192 + * @toUnicode : non-zero if toUnicode. 0 otherwise.
209 +xmlUconvWrapper(uconv_t *cd, int toUnicode, unsigned char *out, int *outlen,
225 + * when toUnicode is true !
227 + if (toUnicode) {
/external/icu4c/common/
Ducnv.c1272 UConverterToUnicode toUnicode; in _toUnicodeWithCallback() local
1295 toUnicode=cnv->sharedData->impl->toUnicode; in _toUnicodeWithCallback()
1297 toUnicode=cnv->sharedData->impl->toUnicodeWithOffsets; in _toUnicodeWithCallback()
1298 if(toUnicode==NULL) { in _toUnicodeWithCallback()
1300 toUnicode=cnv->sharedData->impl->toUnicode; in _toUnicodeWithCallback()
1349 toUnicode(pArgs, err); in _toUnicodeWithCallback()
Ducnv_cnv.h240 UConverterToUnicode toUnicode; member
/external/webkit/Source/WebCore/platform/text/qt/
DTextCodecQt.cpp111 QString decoded = m_codec->toUnicode(buf, size, &m_state); in decode()
/external/harfbuzz/tests/linebreaking/
Dmain.cpp193 …QString txt = codec->toUnicode(QByteArray("\xca\xc7\xd1\xca\xb4\xd5\xa4\xc3\xd1\xba\x20\xb9\xd5\xe… in thaiWordBreak()
/external/webkit/Source/WebCore/platform/qt/
DClipboardQt.cpp163 QString data = QTextCodec::codecForName("UTF-16")->toUnicode(rawData); in getData()
/external/libxml2/
Dencoding.c102 openIcuConverter(const char* name, int toUnicode) in openIcuConverter() argument
114 if (toUnicode) { in openIcuConverter()
1853 xmlUconvWrapper(uconv_t *cd, int toUnicode, unsigned char *out, int *outlen, in xmlUconvWrapper() argument
1871 if (toUnicode) { in xmlUconvWrapper()
/external/webkit/Source/WebCore/
DChangeLog-2003-10-257176 now done in toUnicode. Switched to use the new multibyte buffer, even though we only
7179 (KWQTextDecoder::toUnicode): Do all the BOM detection at this level, including the
10469 QTextDecoder. Added optional "flush" boolean parameter to QTextDecoder's toUnicode function.
10478 (QTextCodec::toUnicode): Pass true for the "flush" boolean parameter to KWQTextDecoder.
10492 (KWQTextDecoder::toUnicode): Pass flush parameter through.
12520 * kwq/KWQTextCodec.mm: (KWQTextDecoder::toUnicode): Return the null string
12750 (QTextCodec::toUnicode): Ditto.
12753 (KWQTextDecoder::toUnicode): Ditto.
12824 (QTextCodec::toUnicode): Make a KWQTextDecoder and use it do the decoding instead
12831 (KWQTextDecoder::toUnicode): Added. Calls convertUTF16 or convertUsingTEC.
DChangeLog-2006-12-3132486 (WebCore::TextEncoding::decode): Renamed from toUnicode. Just a simple wrapper on top
32517 can use them without including the TextEncodingRegistry header. Renamed toUnicode
34265 Use Decoder instead of TextEncoding::toUnicode() to enable @charset support.
42719 (WebCore::StreamingTextDecoderICU::toUnicode):
42727 (WebCore::TextEncoding::toUnicode): Use StreamingTextDecoder::create().
42744 (WebCore::StreamingTextDecoderMac::toUnicode):
49240 (WebCore::TextEncoding::toUnicode):
DChangeLog-2006-05-1018649 (WebCore::StreamingTextDecoder::toUnicode):
18657 (WebCore::TextEncoding::toUnicode):
32604 (QTextCodec::toUnicode):
DChangeLog-2005-08-2331669 (KWQTextDecoder::toUnicode):
46006 …- fixed <rdar://problem/3634145>: "REGRESSION: nil-deref in QTextCodec::toUnicode every time loadi…
57832 (KWQTextDecoder::toUnicode): When flushing, don't bail out early