/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/ |
D | IDNTest.java | 127 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/ |
D | test2.ucm | 32 # 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
|
D | test3.ucm | 33 # 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
|
D | test1.ucm | 26 # toUnicode result is fallback direct 29 # toUnicode result is direct non-BMP code point
|
D | test4.ucm | 36 # 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
|
D | test1bmp.ucm | 28 # toUnicode result is fallback direct
|
D | conversion.txt | 49 toUnicode {
|
/external/icu4c/test/intltest/ |
D | testidna.h | 78 const char* toUnicodeName, TestFunc toUnicode); 110 const char* toUnicodeName, TestFunc toUnicode
|
D | testidna.cpp | 1151 const char* toUnicodeName, TestFunc toUnicode){ in testChaining() argument 1157 testChaining(buf,5,toUnicodeName, FALSE, FALSE, toUnicode); in testChaining()
|
/external/libxml2/patches/ |
D | 0001-Add-ICU-support-for-libxml.patch | 62 +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/ |
D | ucnv.c | 1272 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()
|
D | ucnv_cnv.h | 240 UConverterToUnicode toUnicode; member
|
/external/webkit/Source/WebCore/platform/text/qt/ |
D | TextCodecQt.cpp | 111 QString decoded = m_codec->toUnicode(buf, size, &m_state); in decode()
|
/external/harfbuzz/tests/linebreaking/ |
D | main.cpp | 193 …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/ |
D | ClipboardQt.cpp | 163 QString data = QTextCodec::codecForName("UTF-16")->toUnicode(rawData); in getData()
|
/external/libxml2/ |
D | encoding.c | 102 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/ |
D | ChangeLog-2003-10-25 | 7176 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.
|
D | ChangeLog-2006-12-31 | 32486 (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):
|
D | ChangeLog-2006-05-10 | 18649 (WebCore::StreamingTextDecoder::toUnicode): 18657 (WebCore::TextEncoding::toUnicode): 32604 (QTextCodec::toUnicode):
|
D | ChangeLog-2005-08-23 | 31669 (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
|