Searched defs:toASCII (Results 1 – 10 of 10) sorted by relevance
/third_party/node/lib/internal/ |
D | idna.js | 4 module.exports = { toASCII, toUnicode }; property
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
D | UTS46.java | 116 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/ |
D | UTS46.java | 115 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/ |
D | punycode.js | 418 const toASCII = function(input) { function 449 'toASCII': toASCII, property
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | uts46.cpp | 303 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/ |
D | uts46.cpp | 303 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/ |
D | uts46.cpp | 303 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/ |
D | TestIDNA.java | 662 … 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/ |
D | TestIDNA.java | 659 … private StringBuffer _doTestCompareReferenceImpl(StringBuffer src, boolean toASCII, int options) { in _doTestCompareReferenceImpl()
|
/third_party/icu/icu4c/source/test/intltest/ |
D | testidna.cpp | 1158 void TestIDNA::testChaining(const char* toASCIIName, TestFunc toASCII, in testChaining()
|