Home
last modified time | relevance | path

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

/third_party/node/lib/internal/
Didna.js4 module.exports = { toASCII, toUnicode }; property
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DUTS46.java116 boolean isLabel, boolean toASCII, in process()
206 boolean isLabel, boolean toASCII, in processUnicode()
333 boolean toASCII, in processLabel()
496 boolean toASCII, Info info) { in markBadACELabel()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUTS46.java115 boolean isLabel, boolean toASCII, in process()
205 boolean isLabel, boolean toASCII, in processUnicode()
332 boolean toASCII, in processLabel()
505 boolean toASCII, Info info) { in markBadACELabel()
/third_party/node/lib/
Dpunycode.js418 const toASCII = function(input) { function
449 'toASCII': toASCII, property
/third_party/skia/third_party/externals/icu/source/common/
Duts46.cpp303 UBool isLabel, UBool toASCII, in process()
407 UBool isLabel, UBool toASCII, in processUTF8()
529 UBool isLabel, UBool toASCII, in processUnicode()
704 UBool toASCII, in processLabel()
930 UBool toASCII, IDNAInfo &info, UErrorCode &errorCode) const { in markBadACELabel()
/third_party/node/deps/icu-small/source/common/
Duts46.cpp303 UBool isLabel, UBool toASCII, in process()
407 UBool isLabel, UBool toASCII, in processUTF8()
529 UBool isLabel, UBool toASCII, in processUnicode()
696 UBool toASCII, in processLabel()
919 UBool toASCII, IDNAInfo &info, UErrorCode &errorCode) const { in markBadACELabel()
/third_party/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()
704 UBool toASCII, in processLabel()
930 UBool toASCII, IDNAInfo &info, UErrorCode &errorCode) const { in markBadACELabel()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/stringprep/
DTestIDNA.java662 … private StringBuffer _doTestCompareReferenceImpl(StringBuffer src, boolean toASCII, int options) { in _doTestCompareReferenceImpl()
/third_party/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()
/third_party/icu/icu4c/source/test/intltest/
Dtestidna.cpp1158 void TestIDNA::testChaining(const char* toASCIIName, TestFunc toASCII, in testChaining()