Home
last modified time | relevance | path

Searched refs:IDNA (Results 1 - 23 of 23) sorted by relevance

/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
H A DUTS46Test.java29 import com.ibm.icu.text.IDNA;
42 IDNA.USE_STD3_RULES|IDNA.CHECK_BIDI| in UTS46Test()
43 IDNA.CHECK_CONTEXTJ|IDNA.CHECK_CONTEXTO; in UTS46Test()
44 trans=IDNA.getUTS46Instance(commonOptions); in UTS46Test()
45 nontrans=IDNA.getUTS46Instance(commonOptions| in UTS46Test()
46 IDNA.NONTRANSITIONAL_TO_ASCII|IDNA.NONTRANSITIONAL_TO_UNICODE); in UTS46Test()
52 IDNA in TestAPI()
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/stringprep/
H A DTestIDNA.java21 import ohos.global.icu.text.IDNA;
40 doTestToUnicode(TestData.asciiIn[i],new String(TestData.unicodeIn[i]),IDNA.DEFAULT, null); in TestToUnicode()
41 doTestToUnicode(TestData.asciiIn[i],new String(TestData.unicodeIn[i]),IDNA.ALLOW_UNASSIGNED, null); in TestToUnicode()
42 doTestToUnicode(TestData.asciiIn[i],new String(TestData.unicodeIn[i]),IDNA.USE_STD3_RULES, null); in TestToUnicode()
43 doTestToUnicode(TestData.asciiIn[i],new String(TestData.unicodeIn[i]),IDNA.USE_STD3_RULES|IDNA.ALLOW_UNASSIGNED, null); in TestToUnicode()
52 doTestToASCII(new String(TestData.unicodeIn[i]),TestData.asciiIn[i],IDNA.DEFAULT, null); in TestToASCII()
53 doTestToASCII(new String(TestData.unicodeIn[i]),TestData.asciiIn[i],IDNA.ALLOW_UNASSIGNED, null); in TestToASCII()
54 doTestToUnicode(TestData.asciiIn[i],new String(TestData.unicodeIn[i]),IDNA.USE_STD3_RULES, null); in TestToASCII()
55 doTestToUnicode(TestData.asciiIn[i],new String(TestData.unicodeIn[i]),IDNA in TestToASCII()
[all...]
H A DTestData.java12 import ohos.global.icu.text.IDNA;
465 "Nameprep", IDNA.DEFAULT,
472 "Nameprep", IDNA.DEFAULT,
478 "Nameprep", IDNA.DEFAULT,
484 "Nameprep", IDNA.DEFAULT,
490 "Nameprep", IDNA.DEFAULT,
496 "Nameprep", IDNA.DEFAULT,
502 "Nameprep", IDNA.DEFAULT,
508 "Nameprep", IDNA.DEFAULT,
514 "Nameprep", IDNA
[all...]
H A DIDNAConformanceTest.java29 import ohos.global.icu.text.IDNA;
86 result = IDNA.convertIDNToASCII(namebase, in TestConformance()
87 IDNA.ALLOW_UNASSIGNED).toString(); in TestConformance()
89 result = IDNA.convertIDNToASCII(namebase, in TestConformance()
90 IDNA.USE_STD3_RULES).toString(); in TestConformance()
127 result = IDNA.convertIDNToUnicode(namebase, in TestConformance()
128 IDNA.ALLOW_UNASSIGNED).toString(); in TestConformance()
130 result = IDNA.convertIDNToUnicode(namebase, in TestConformance()
131 IDNA.USE_STD3_RULES).toString(); in TestConformance()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
H A DTestIDNA.java20 import com.ibm.icu.text.IDNA;
37 doTestToUnicode(TestData.asciiIn[i],new String(TestData.unicodeIn[i]),IDNA.DEFAULT, null); in TestToUnicode()
38 doTestToUnicode(TestData.asciiIn[i],new String(TestData.unicodeIn[i]),IDNA.ALLOW_UNASSIGNED, null); in TestToUnicode()
39 doTestToUnicode(TestData.asciiIn[i],new String(TestData.unicodeIn[i]),IDNA.USE_STD3_RULES, null); in TestToUnicode()
40 doTestToUnicode(TestData.asciiIn[i],new String(TestData.unicodeIn[i]),IDNA.USE_STD3_RULES|IDNA.ALLOW_UNASSIGNED, null); in TestToUnicode()
49 doTestToASCII(new String(TestData.unicodeIn[i]),TestData.asciiIn[i],IDNA.DEFAULT, null); in TestToASCII()
50 doTestToASCII(new String(TestData.unicodeIn[i]),TestData.asciiIn[i],IDNA.ALLOW_UNASSIGNED, null); in TestToASCII()
51 doTestToUnicode(TestData.asciiIn[i],new String(TestData.unicodeIn[i]),IDNA.USE_STD3_RULES, null); in TestToASCII()
52 doTestToUnicode(TestData.asciiIn[i],new String(TestData.unicodeIn[i]),IDNA in TestToASCII()
[all...]
H A DTestData.java11 import com.ibm.icu.text.IDNA;
462 "Nameprep", IDNA.DEFAULT,
469 "Nameprep", IDNA.DEFAULT,
475 "Nameprep", IDNA.DEFAULT,
481 "Nameprep", IDNA.DEFAULT,
487 "Nameprep", IDNA.DEFAULT,
493 "Nameprep", IDNA.DEFAULT,
499 "Nameprep", IDNA.DEFAULT,
505 "Nameprep", IDNA.DEFAULT,
511 "Nameprep", IDNA
[all...]
H A DIDNAConformanceTest.java28 import com.ibm.icu.text.IDNA;
83 result = IDNA.convertIDNToASCII(namebase, in TestConformance()
84 IDNA.ALLOW_UNASSIGNED).toString(); in TestConformance()
86 result = IDNA.convertIDNToASCII(namebase, in TestConformance()
87 IDNA.USE_STD3_RULES).toString(); in TestConformance()
124 result = IDNA.convertIDNToUnicode(namebase, in TestConformance()
125 IDNA.ALLOW_UNASSIGNED).toString(); in TestConformance()
127 result = IDNA.convertIDNToUnicode(namebase, in TestConformance()
128 IDNA.USE_STD3_RULES).toString(); in TestConformance()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/normalizer/
H A DUTS46Test.java29 import ohos.global.icu.text.IDNA;
42 IDNA.USE_STD3_RULES|IDNA.CHECK_BIDI| in UTS46Test()
43 IDNA.CHECK_CONTEXTJ|IDNA.CHECK_CONTEXTO; in UTS46Test()
44 trans=IDNA.getUTS46Instance(commonOptions); in UTS46Test()
45 nontrans=IDNA.getUTS46Instance(commonOptions| in UTS46Test()
46 IDNA.NONTRANSITIONAL_TO_ASCII|IDNA.NONTRANSITIONAL_TO_UNICODE); in UTS46Test()
52 IDNA in TestAPI()
[all...]
/third_party/icu/icu4c/source/common/unicode/
H A Didna.h22 * \brief C++ API: Internationalizing Domain Names in Applications (IDNA)
41 * Abstract base class for IDNA processing.
45 * The IDNA class is not intended for public subclassing.
52 class U_COMMON_API IDNA : public UObject { class
58 ~IDNA();
61 * Returns an IDNA instance which implements UTS #46.
66 * UTS #46 defines Unicode IDNA Compatibility Processing,
90 * @return the UTS #46 IDNA instance, if successful
93 static IDNA *
108 * @param info Output container of IDNA processin
[all...]
/third_party/node/deps/icu-small/source/common/unicode/
H A Didna.h22 * \brief C++ API: Internationalizing Domain Names in Applications (IDNA)
41 * Abstract base class for IDNA processing.
45 * The IDNA class is not intended for public subclassing.
52 class U_COMMON_API IDNA : public UObject { class
58 ~IDNA();
61 * Returns an IDNA instance which implements UTS #46.
66 * UTS #46 defines Unicode IDNA Compatibility Processing,
90 * @return the UTS #46 IDNA instance, if successful
93 static IDNA *
108 * @param info Output container of IDNA processin
[all...]
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Didna.h22 * \brief C++ API: Internationalizing Domain Names in Applications (IDNA)
41 * Abstract base class for IDNA processing.
45 * The IDNA class is not intended for public subclassing.
52 class U_COMMON_API IDNA : public UObject { class
58 ~IDNA();
61 * Returns an IDNA instance which implements UTS #46.
66 * UTS #46 defines Unicode IDNA Compatibility Processing,
90 * @return the UTS #46 IDNA instance, if successful
93 static IDNA *
108 * @param info Output container of IDNA processin
[all...]
/third_party/icu/icu4c/source/common/
H A Duts46.cpp68 // IDNA class default implementations -------------------------------------- ***
70 IDNA::~IDNA() {} in ~IDNA()
73 IDNA::labelToASCII_UTF8(StringPiece label, ByteSink &dest, in labelToASCII_UTF8()
83 IDNA::labelToUnicodeUTF8(StringPiece label, ByteSink &dest, in labelToUnicodeUTF8()
93 IDNA::nameToASCII_UTF8(StringPiece name, ByteSink &dest, in nameToASCII_UTF8()
103 IDNA::nameToUnicodeUTF8(StringPiece name, ByteSink &dest, in nameToUnicodeUTF8()
114 class UTS46 : public IDNA {
200 IDNA *
201 IDNA
[all...]
/third_party/node/deps/icu-small/source/common/
H A Duts46.cpp68 // IDNA class default implementations -------------------------------------- ***
70 IDNA::~IDNA() {} in ~IDNA()
73 IDNA::labelToASCII_UTF8(StringPiece label, ByteSink &dest, in labelToASCII_UTF8()
83 IDNA::labelToUnicodeUTF8(StringPiece label, ByteSink &dest, in labelToUnicodeUTF8()
93 IDNA::nameToASCII_UTF8(StringPiece name, ByteSink &dest, in nameToASCII_UTF8()
103 IDNA::nameToUnicodeUTF8(StringPiece name, ByteSink &dest, in nameToUnicodeUTF8()
114 class UTS46 : public IDNA {
200 IDNA *
201 IDNA
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Duts46.cpp68 // IDNA class default implementations -------------------------------------- ***
70 IDNA::~IDNA() {} in ~IDNA()
73 IDNA::labelToASCII_UTF8(StringPiece label, ByteSink &dest, in labelToASCII_UTF8()
83 IDNA::labelToUnicodeUTF8(StringPiece label, ByteSink &dest, in labelToUnicodeUTF8()
93 IDNA::nameToASCII_UTF8(StringPiece name, ByteSink &dest, in nameToASCII_UTF8()
103 IDNA::nameToUnicodeUTF8(StringPiece name, ByteSink &dest, in nameToUnicodeUTF8()
114 class UTS46 : public IDNA {
200 IDNA *
201 IDNA
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Duts46test.cpp55 IDNA *trans, *nontrans;
75 trans=IDNA::createUTS46Instance(commonOptions, errorCode); in runIndexedTest()
76 nontrans=IDNA::createUTS46Instance( in runIndexedTest()
224 LocalPointer<IDNA> not3(IDNA::createUTS46Instance(UIDNA_CHECK_BIDI, errorCode)); in TestNotSTD3()
257 LocalPointer<IDNA> idna(IDNA::createUTS46Instance(0, errorCode)); in TestInvalidPunycodeDigits()
324 LocalPointer<IDNA> idna(IDNA::createUTS46Instance(0, errorCode)); in TestACELabelEdgeCases()
H A Duobjtest.cpp347 TESTCLASSID_NONE_FACTORY(IDNA, IDNA::createUTS46Instance(0, status)); in testIDs()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DIDNA.java20 * Abstract base class for IDNA processing.
24 * The IDNA class is not intended for public subclassing.
33 * The static IDNA API methods implement the IDNA protocol as defined in the
34 * <a href="http://www.ietf.org/rfc/rfc3490.txt">IDNA RFC</a>.
40 * IDNA requires that implementations process input strings with
44 * Implementations of IDNA MUST fully implement Nameprep and Punycode;
56 public abstract class IDNA { class
81 * IDNA option to check for whether the input conforms to the BiDi rules.
89 * IDNA optio
468 protected IDNA() { IDNA() method in IDNA
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DIDNA.java21 * Abstract base class for IDNA processing.
25 * The IDNA class is not intended for public subclassing.
34 * The static IDNA API methods implement the IDNA protocol as defined in the
35 * <a href="http://www.ietf.org/rfc/rfc3490.txt">IDNA RFC</a>.
41 * IDNA requires that implementations process input strings with
45 * Implementations of IDNA MUST fully implement Nameprep and Punycode;
56 public abstract class IDNA { class
80 * IDNA option to check for whether the input conforms to the BiDi rules.
87 * IDNA optio
448 protected IDNA() { IDNA() method in IDNA
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DIDNA2003.java11 import com.ibm.icu.text.IDNA;
17 * IDNA2003 implementation code, moved out of com.ibm.icu.text.IDNA.java
22 /* IDNA ACE Prefix is "xn--" */
134 * defined by the IDNA RFC
163 boolean useSTD3ASCIIRules = ((options & IDNA.USE_STD3_RULES) != 0); in convertToASCII()
H A DUTS46.java18 import com.ibm.icu.text.IDNA;
23 // Note about tests for IDNA.Error.DOMAIN_NAME_TOO_LONG:
36 public final class UTS46 extends IDNA {
434 // so that we don't report IDNA.Error.DISALLOWED for the U+FFFD from here. in processLabel()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DIDNA2003.java12 import ohos.global.icu.text.IDNA;
18 * IDNA2003 implementation code, moved out of ohos.global.icu.text.IDNA.java
24 /* IDNA ACE Prefix is "xn--" */
136 * defined by the IDNA RFC
164 boolean useSTD3ASCIIRules = ((options & IDNA.USE_STD3_RULES) != 0); in convertToASCII()
H A DUTS46.java19 import ohos.global.icu.text.IDNA;
24 // Note about tests for IDNA.Error.DOMAIN_NAME_TOO_LONG:
37 public final class UTS46 extends IDNA {
425 // so that we don't report IDNA.Error.DISALLOWED for the U+FFFD from here. in processLabel()
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 18 milliseconds