Home
last modified time | relevance | path

Searched refs:toASCII (Results 1 – 7 of 7) sorted by relevance

/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
DIDNTest.java32 IDN.toASCII(null); in test_ToASCII_LString()
39 IDN.toASCII("www.m\uE400kitorppa.edu"); in test_ToASCII_LString()
46 IDN.toASCII("www.\u672C\uFE73\uFFFF.jp"); in test_ToASCII_LString()
53 .toASCII("www.\u65E5\u672C\u5E73.jp")); in test_ToASCII_LString()
57 .toASCII("www.\u30CF\u30F3\u30C9\u30DC\u30FC\u30EB\u30B5\u30E0\u30BA.com")); in test_ToASCII_LString()
59 .toASCII("www.f\u00E4rgbolaget.nu")); in test_ToASCII_LString()
60 assertEquals("www.xn--bcher-kva.de", IDN.toASCII("www.b\u00FCcher.de")); in test_ToASCII_LString()
62 .toASCII("www.br\u00E6ndendek\u00E6rlighed.com")); in test_ToASCII_LString()
64 .toASCII("www.r\u00E4ksm\u00F6rg\u00E5s.se")); in test_ToASCII_LString()
66 .toASCII("www.\uC608\uBE44\uAD50\uC0AC.com")); in test_ToASCII_LString()
[all …]
/external/icu4c/common/
Duts46.cpp154 UBool isLabel, UBool toASCII,
160 UBool isLabel, UBool toASCII,
167 UBool isLabel, UBool toASCII,
180 UBool toASCII,
185 UBool toASCII, IDNAInfo &info) const;
303 UBool isLabel, UBool toASCII, in process() argument
324 if(toASCII) { in process()
340 if(toASCII) { in process()
384 if(toASCII) { in process()
400 processUnicode(src, labelStart, i, isLabel, toASCII, dest, info, errorCode); in process()
[all …]
/external/chromium_org/third_party/icu/source/common/
Duts46.cpp151 UBool isLabel, UBool toASCII,
157 UBool isLabel, UBool toASCII,
164 UBool isLabel, UBool toASCII,
177 UBool toASCII,
182 UBool toASCII, IDNAInfo &info) const;
297 UBool isLabel, UBool toASCII, in process() argument
318 if(toASCII) { in process()
334 if(toASCII) { in process()
378 if(toASCII) { in process()
394 processUnicode(src, labelStart, i, isLabel, toASCII, dest, info, errorCode); in process()
[all …]
/external/chromium_org/third_party/icu/source/test/intltest/
Dtestidna.h77 void testChaining(const char* toASCIIName, TestFunc toASCII,
107 void testConformance(const char* toASCIIName, TestFunc toASCII,
Dtestidna.cpp1150 void TestIDNA::testChaining(const char* toASCIIName, TestFunc toASCII, in testChaining() argument
1160 testChaining(unicodeIn[i], 5,toASCIIName, FALSE, TRUE, toASCII); in testChaining()
/external/icu4c/test/intltest/
Dtestidna.h77 void testChaining(const char* toASCIIName, TestFunc toASCII,
107 void testConformance(const char* toASCIIName, TestFunc toASCII,
Dtestidna.cpp1150 void TestIDNA::testChaining(const char* toASCIIName, TestFunc toASCII, in testChaining() argument
1160 testChaining(unicodeIn[i], 5,toASCIIName, FALSE, TRUE, toASCII); in testChaining()