/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | UTS46.java | 112 boolean isLabel, boolean toASCII, in process() argument 135 if(toASCII) { in process() 181 if(toASCII && (i-labelStart)>63) { in process() 190 processUnicode(src, labelStart, i, isLabel, toASCII, dest, info); in process() 202 boolean isLabel, boolean toASCII, in processUnicode() argument 211 toASCII ? (options&NONTRANSITIONAL_TO_ASCII)==0 : in processUnicode() 220 toASCII, info); in processUnicode() 242 processLabel(dest, labelStart, labelLimit-labelStart, toASCII, info); in processUnicode() 317 boolean toASCII, in processLabel() argument 334 return markBadACELabel(dest, labelStart, labelLength, toASCII, info); in processLabel() [all …]
|
/external/icu/icu4c/source/common/ |
D | uts46.cpp | 152 UBool isLabel, UBool toASCII, 158 UBool isLabel, UBool toASCII, 165 UBool isLabel, UBool toASCII, 178 UBool toASCII, 183 UBool toASCII, IDNAInfo &info) const; 301 UBool isLabel, UBool toASCII, in process() argument 336 if(toASCII) { in process() 383 if(toASCII && (i-labelStart)>63) { in process() 394 processUnicode(src, labelStart, i, isLabel, toASCII, dest, info, errorCode); in process() 405 UBool isLabel, UBool toASCII, in processUTF8() argument [all …]
|
/external/icu/icu4c/source/test/intltest/ |
D | testidna.h | 77 void testChaining(const char* toASCIIName, TestFunc toASCII, 107 void testConformance(const char* toASCIIName, TestFunc toASCII,
|
D | testidna.cpp | 1150 void TestIDNA::testChaining(const char* toASCIIName, TestFunc toASCII, in testChaining() argument 1160 testChaining(unicodeIn[i], 5,toASCIIName, FALSE, TRUE, toASCII); in testChaining()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/ |
D | TestIDNA.java | 638 … private StringBuffer _doTestCompareReferenceImpl(StringBuffer src, boolean toASCII, int options) { in _doTestCompareReferenceImpl() argument 639 … String refIDNAName = toASCII ? "IDNAReference.convertToASCII" : "IDNAReference.convertToUnicode"; in _doTestCompareReferenceImpl() 640 String uIDNAName = toASCII ? "IDNA.convertToASCII" : "IDNA.convertToUnicode"; in _doTestCompareReferenceImpl() 648 …exp = toASCII ? IDNAReference.convertToASCII(src, options) : IDNAReference.convertToUnicode(src, o… in _doTestCompareReferenceImpl() 656 got = toASCII ? IDNA.convertToASCII(src, options) : IDNA.convertToUnicode(src, options); in _doTestCompareReferenceImpl()
|
/external/robolectric/lib/main/ |
D | android.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |