Home
last modified time | relevance | path

Searched defs:toASCII (Results 1 – 6 of 6) sorted by relevance

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUTS46.java114 boolean isLabel, boolean toASCII, in process()
204 boolean isLabel, boolean toASCII, in processUnicode()
319 boolean toASCII, in processLabel()
482 boolean toASCII, Info info) { in markBadACELabel()
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DUTS46.java115 boolean isLabel, boolean toASCII, in process()
205 boolean isLabel, boolean toASCII, in processUnicode()
320 boolean toASCII, in processLabel()
483 boolean toASCII, Info info) { in markBadACELabel()
/external/icu/icu4c/source/common/
Duts46.cpp303 UBool isLabel, UBool toASCII, in process()
407 UBool isLabel, UBool toASCII, in processUTF8()
529 UBool isLabel, UBool toASCII, in processUnicode()
693 UBool toASCII, in processLabel()
909 UBool toASCII, IDNAInfo &info, UErrorCode &errorCode) const { in markBadACELabel()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/stringprep/
DTestIDNA.java662 … private StringBuffer _doTestCompareReferenceImpl(StringBuffer src, boolean toASCII, int options) { in _doTestCompareReferenceImpl()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
DTestIDNA.java659 … private StringBuffer _doTestCompareReferenceImpl(StringBuffer src, boolean toASCII, int options) { in _doTestCompareReferenceImpl()
/external/icu/icu4c/source/test/intltest/
Dtestidna.cpp1154 void TestIDNA::testChaining(const char* toASCIIName, TestFunc toASCII, in testChaining()