/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | UTS46.java | 116 boolean isLabel, boolean toASCII, in process() argument 139 if(toASCII) { in process() 185 if(toASCII && (i-labelStart)>63) { in process() 194 processUnicode(src, labelStart, i, isLabel, toASCII, dest, info); in process() 206 boolean isLabel, boolean toASCII, in processUnicode() argument 215 toASCII ? (options&NONTRANSITIONAL_TO_ASCII)==0 : in processUnicode() 224 toASCII, info); in processUnicode() 258 processLabel(dest, labelStart, labelLimit-labelStart, toASCII, info); in processUnicode() 333 boolean toASCII, in processLabel() argument 350 return markBadACELabel(dest, labelStart, labelLength, toASCII, info); in processLabel() [all …]
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | UTS46.java | 115 boolean isLabel, boolean toASCII, in process() argument 138 if(toASCII) { in process() 184 if(toASCII && (i-labelStart)>63) { in process() 193 processUnicode(src, labelStart, i, isLabel, toASCII, dest, info); in process() 205 boolean isLabel, boolean toASCII, in processUnicode() argument 214 toASCII ? (options&NONTRANSITIONAL_TO_ASCII)==0 : in processUnicode() 223 toASCII, info); in processUnicode() 257 processLabel(dest, labelStart, labelLimit-labelStart, toASCII, info); in processUnicode() 332 boolean toASCII, in processLabel() argument 349 return markBadACELabel(dest, labelStart, labelLength, toASCII, info); in processLabel() [all …]
|
/external/icu/icu4c/source/common/ |
D | uts46.cpp | 154 UBool isLabel, UBool toASCII, 160 UBool isLabel, UBool toASCII, 167 UBool isLabel, UBool toASCII, 180 UBool toASCII, 185 UBool toASCII, IDNAInfo &info, UErrorCode &errorCode) const; 303 UBool isLabel, UBool toASCII, in process() argument 338 if(toASCII) { in process() 385 if(toASCII && (i-labelStart)>63) { in process() 396 processUnicode(src, labelStart, i, isLabel, toASCII, dest, info, errorCode); in process() 407 UBool isLabel, UBool toASCII, in processUTF8() argument [all …]
|
/external/icu/icu4c/source/test/intltest/ |
D | testidna.h | 79 void testChaining(const char* toASCIIName, TestFunc toASCII, 109 void testConformance(const char* toASCIIName, TestFunc toASCII,
|
D | testidna.cpp | 1158 void TestIDNA::testChaining(const char* toASCIIName, TestFunc toASCII, in testChaining() argument 1168 testChaining(unicodeIn[i], 5,toASCIIName, FALSE, TRUE, toASCII); in testChaining()
|
/external/syzkaller/vendor/golang.org/x/net/idna/ |
D | idna.go | 301 func (p *Profile) process(s string, toASCII bool) (string, error) { 361 if toASCII { 379 if toASCII && p.verifyDNSLength && err == nil {
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/stringprep/ |
D | TestIDNA.java | 662 … private StringBuffer _doTestCompareReferenceImpl(StringBuffer src, boolean toASCII, int options) { in _doTestCompareReferenceImpl() argument 663 … String refIDNAName = toASCII ? "IDNAReference.convertToASCII" : "IDNAReference.convertToUnicode"; in _doTestCompareReferenceImpl() 664 String uIDNAName = toASCII ? "IDNA.convertToASCII" : "IDNA.convertToUnicode"; in _doTestCompareReferenceImpl() 672 …exp = toASCII ? IDNAReference.convertToASCII(src, options) : IDNAReference.convertToUnicode(src, o… in _doTestCompareReferenceImpl() 680 got = toASCII ? IDNA.convertToASCII(src, options) : IDNA.convertToUnicode(src, options); in _doTestCompareReferenceImpl()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/ |
D | TestIDNA.java | 659 … private StringBuffer _doTestCompareReferenceImpl(StringBuffer src, boolean toASCII, int options) { in _doTestCompareReferenceImpl() argument 660 … String refIDNAName = toASCII ? "IDNAReference.convertToASCII" : "IDNAReference.convertToUnicode"; in _doTestCompareReferenceImpl() 661 String uIDNAName = toASCII ? "IDNA.convertToASCII" : "IDNA.convertToUnicode"; in _doTestCompareReferenceImpl() 669 …exp = toASCII ? IDNAReference.convertToASCII(src, options) : IDNAReference.convertToUnicode(src, o… in _doTestCompareReferenceImpl() 677 got = toASCII ? IDNA.convertToASCII(src, options) : IDNA.convertToUnicode(src, options); in _doTestCompareReferenceImpl()
|
/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/ |
D | HttpUrl.java | 1419 String result = IDN.toASCII(input).toLowerCase(Locale.US);
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/ |
D | HttpUrl.java | 1409 String result = IDN.toASCII(input).toLowerCase(Locale.US);
|
/external/cldr/tools/java/libs/ |
D | icu4j.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ ... |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/unicode/ |
D | IdnaTestV2.txt | 25 # Column 4: toAsciiN - The result of applying toASCII to the source, 31 # Column 6: toAsciiT - The result of applying toASCII to the source, 84 # The special error codes X3 and X4_2 are now returned where a toASCII error code
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/data/unicode/ |
D | IdnaTestV2.txt | 25 # Column 4: toAsciiN - The result of applying toASCII to the source, 31 # Column 6: toAsciiT - The result of applying toASCII to the source, 84 # The special error codes X3 and X4_2 are now returned where a toASCII error code
|
/external/icu/icu4c/source/test/testdata/ |
D | IdnaTestV2.txt | 25 # Column 4: toAsciiN - The result of applying toASCII to the source, 31 # Column 6: toAsciiT - The result of applying toASCII to the source, 84 # The special error codes X3 and X4_2 are now returned where a toASCII error code
|