/third_party/node/lib/internal/ |
D | idna.js | 4 const { toASCII, toUnicode } = internalBinding('icu'); 5 module.exports = { toASCII, toUnicode }; field 7 const { toASCII, toUnicode } = require('punycode'); 8 module.exports = { toASCII, toUnicode }; field
|
/third_party/node/test/parallel/ |
D | test-icu-punycode.js | 24 assert.strictEqual(unicode, icu.toUnicode(ascii), `toUnicode(${i + 1})`); 25 assert.strictEqual(ascii, icu.toASCII(icu.toUnicode(ascii)), 27 assert.strictEqual(unicode, icu.toUnicode(icu.toASCII(unicode)), 55 icu.toUnicode(input); // Should not throw.
|
D | test-punycode.js | 224 toUnicode: (test) => assert.strictEqual( 225 punycode.toUnicode( 264 assert.strictEqual(punycode.toUnicode('Bücher@xn--wgv71a119e.com'),
|
/third_party/icu/icu4c/source/test/testdata/ |
D | test2.ucm | 34 # toUnicode result is fallback direct 37 # toUnicode result is direct non-BMP code point 53 # toUnicode result is surrogate pair: test real pair, single unit, unassigned
|
D | test3.ucm | 35 # toUnicode result is fallback direct 38 # toUnicode result is direct non-BMP code point 54 # toUnicode result is surrogate pair: test real pair, single unit, unassigned
|
D | test4.ucm | 38 # toUnicode result is fallback direct 41 # toUnicode result is direct non-BMP code point 47 # toUnicode result is surrogate pair: test real pair, single unit, unassigned
|
D | test1.ucm | 28 # toUnicode result is fallback direct 31 # toUnicode result is direct non-BMP code point
|
D | test1bmp.ucm | 30 # toUnicode result is fallback direct
|
/third_party/node/doc/api/ |
D | punycode.md | 90 ## `punycode.toUnicode(domain)` 97 The `punycode.toUnicode()` method converts a string representing a domain name 103 punycode.toUnicode('xn--maana-pta.com'); // 'mañana.com' 104 punycode.toUnicode('xn----dqo34k.com'); // '☃-⌘.com' 105 punycode.toUnicode('example.com'); // 'example.com'
|
/third_party/node/benchmark/misc/ |
D | punycode.js | 40 punycode.toUnicode(punycode.toASCII(val)); 44 icu.toUnicode(icu.toASCII(val));
|
/third_party/node/deps/npm/node_modules/uri-js/node_modules/punycode/ |
D | punycode.es6.js | 386 const toUnicode = function(input) { function 437 'toUnicode': toUnicode property 440 export { ucs2decode, ucs2encode, decode, encode, toASCII, toUnicode };
|
D | README.md | 53 ### `punycode.toUnicode(input)` 59 punycode.toUnicode('xn--maana-pta.com'); 61 punycode.toUnicode('xn----dqo34k.com'); 65 punycode.toUnicode('джумла@xn--p-8sbkgc5ag7bhce.xn--ba-lmcq');
|
D | punycode.js | 386 const toUnicode = function(input) { function 437 'toUnicode': toUnicode property
|
/third_party/icu/icu4c/source/test/intltest/ |
D | testidna.h | 81 const char* toUnicodeName, TestFunc toUnicode); 113 const char* toUnicodeName, TestFunc toUnicode
|
D | uts46test.cpp | 1077 UnicodeString toUnicode = s16FromField(fields[1]); in idnaTestOneLine() local 1078 if (toUnicode.isEmpty()) { in idnaTestOneLine() 1079 toUnicode = source; in idnaTestOneLine() 1092 toAsciiN = toUnicode; in idnaTestOneLine() 1123 checkIdnaTestResult(fields[0][0], "toUnicodeNontrans", toUnicode, uN, in idnaTestOneLine()
|
/third_party/node/deps/npm/node_modules/punycode/ |
D | README.md | 91 ### `punycode.toUnicode(input)` 97 punycode.toUnicode('xn--maana-pta.com'); 99 punycode.toUnicode('xn----dqo34k.com'); 103 punycode.toUnicode('джумла@xn--p-8sbkgc5ag7bhce.xn--ba-lmcq');
|
D | punycode.js | 453 function toUnicode(input) { function 504 'toUnicode': toUnicode property
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/normalizer/ |
D | UTS46Test.java | 784 String toUnicode = Utility.unescape(fields[1].trim()); in IdnaTest() local 785 if (toUnicode.isEmpty()) { in IdnaTest() 786 toUnicode = source; in IdnaTest() 799 toAsciiN = toUnicode; in IdnaTest() 830 … checkIdnaTestResult(line, "toUnicodeNontrans", toUnicode, uN, toUnicodeStatus, uNInfo); in IdnaTest()
|
/third_party/node/lib/ |
D | punycode.js | 386 const toUnicode = function(input) { function 437 'toUnicode': toUnicode property
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/ |
D | UTS46Test.java | 878 String toUnicode = Utility.unescape(fields[1].trim()); in IdnaTest() local 879 if (toUnicode.isEmpty()) { in IdnaTest() 880 toUnicode = source; in IdnaTest() 893 toAsciiN = toUnicode; in IdnaTest() 924 … checkIdnaTestResult(line, "toUnicodeNontrans", toUnicode, uN, toUnicodeStatus, uNInfo); in IdnaTest()
|
/third_party/node/deps/icu-small/source/common/ |
D | ucnv.cpp | 1272 UConverterToUnicode toUnicode; in _toUnicodeWithCallback() local 1295 toUnicode=cnv->sharedData->impl->toUnicode; in _toUnicodeWithCallback() 1297 toUnicode=cnv->sharedData->impl->toUnicodeWithOffsets; in _toUnicodeWithCallback() 1298 if(toUnicode==NULL) { in _toUnicodeWithCallback() 1300 toUnicode=cnv->sharedData->impl->toUnicode; in _toUnicodeWithCallback() 1349 toUnicode(pArgs, err); in _toUnicodeWithCallback()
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | ucnv.cpp | 1272 UConverterToUnicode toUnicode; in _toUnicodeWithCallback() local 1295 toUnicode=cnv->sharedData->impl->toUnicode; in _toUnicodeWithCallback() 1297 toUnicode=cnv->sharedData->impl->toUnicodeWithOffsets; in _toUnicodeWithCallback() 1298 if(toUnicode==NULL) { in _toUnicodeWithCallback() 1300 toUnicode=cnv->sharedData->impl->toUnicode; in _toUnicodeWithCallback() 1349 toUnicode(pArgs, err); in _toUnicodeWithCallback()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | ucnv.cpp | 1272 UConverterToUnicode toUnicode; in _toUnicodeWithCallback() local 1295 toUnicode=cnv->sharedData->impl->toUnicode; in _toUnicodeWithCallback() 1297 toUnicode=cnv->sharedData->impl->toUnicodeWithOffsets; in _toUnicodeWithCallback() 1298 if(toUnicode==NULL) { in _toUnicodeWithCallback() 1300 toUnicode=cnv->sharedData->impl->toUnicode; in _toUnicodeWithCallback() 1349 toUnicode(pArgs, err); in _toUnicodeWithCallback()
|
/third_party/icu/icu4c/source/common/ |
D | ucnv.cpp | 1272 UConverterToUnicode toUnicode; in _toUnicodeWithCallback() local 1295 toUnicode=cnv->sharedData->impl->toUnicode; in _toUnicodeWithCallback() 1297 toUnicode=cnv->sharedData->impl->toUnicodeWithOffsets; in _toUnicodeWithCallback() 1298 if(toUnicode==NULL) { in _toUnicodeWithCallback() 1300 toUnicode=cnv->sharedData->impl->toUnicode; in _toUnicodeWithCallback() 1349 toUnicode(pArgs, err); in _toUnicodeWithCallback()
|
D | ucnv_cnv.h | 242 UConverterToUnicode toUnicode; member
|