Searched defs:ucs2 (Results 1 – 12 of 12) sorted by relevance
/third_party/typescript/tests/cases/compiler/ |
D | resolveModuleNameWithSameLetDeclarationName2.ts | 2 interface ucs2 { interface 7 export let ucs2: ucs2; variable
|
/third_party/node/doc/api/ |
D | punycode.md | 119 ### `punycode.ucs2.decode(string)` 136 ### `punycode.ucs2.encode(codePoints)`
|
/third_party/node/test/parallel/ |
D | test-icu-transcode.js | 16 'ucs2': [0x74, 0x00, 0x1b, 0x01, 0x73, property 35 const ucs2 = Buffer.from('€'.repeat(4000), 'ucs2'); constant
|
D | test-http2-createwritereq.js | 23 'ucs2': 'ucs2', property
|
/third_party/icu/icu4c/source/common/ |
D | ustr_cnv.cpp | 205 const UChar *ucs2, in u_austrncpy() 237 const UChar *ucs2 ) in u_austrcpy()
|
/third_party/node/deps/icu-small/source/common/ |
D | ustr_cnv.cpp | 205 const char16_t *ucs2, in u_austrncpy() 237 const char16_t *ucs2 ) in u_austrcpy()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | ustr_cnv.cpp | 205 const UChar *ucs2, in u_austrncpy() 237 const UChar *ucs2 ) in u_austrcpy()
|
/third_party/node/deps/npm/node_modules/iconv-lite/encodings/ |
D | internal.js | 12 ucs2: { type: "_internal", bomAware: true}, property
|
/third_party/node/lib/ |
D | punycode.js | 443 'ucs2': { property
|
D | buffer.js | 650 ucs2: { property
|
/third_party/python/Include/cpython/ |
D | unicodeobject.h | 241 Py_UCS2 *ucs2; member
|
/third_party/python/Objects/ |
D | unicodeobject.c | 2123 Py_UCS2 *ucs2 = start; in unicode_write_cstr() local 13088 Py_UCS2 *ucs2 = PyUnicode_2BYTE_DATA(u); in unicode_repeat() local
|