Home
last modified time | relevance | path

Searched defs:ucs2 (Results 1 – 12 of 12) sorted by relevance

/third_party/typescript/tests/cases/compiler/
DresolveModuleNameWithSameLetDeclarationName2.ts2 interface ucs2 { interface
7 export let ucs2: ucs2; variable
/third_party/node/doc/api/
Dpunycode.md119 ### `punycode.ucs2.decode(string)`
136 ### `punycode.ucs2.encode(codePoints)`
/third_party/node/test/parallel/
Dtest-icu-transcode.js16 'ucs2': [0x74, 0x00, 0x1b, 0x01, 0x73, property
35 const ucs2 = Buffer.from('€'.repeat(4000), 'ucs2'); constant
Dtest-http2-createwritereq.js23 'ucs2': 'ucs2', property
/third_party/icu/icu4c/source/common/
Dustr_cnv.cpp205 const UChar *ucs2, in u_austrncpy()
237 const UChar *ucs2 ) in u_austrcpy()
/third_party/node/deps/icu-small/source/common/
Dustr_cnv.cpp205 const char16_t *ucs2, in u_austrncpy()
237 const char16_t *ucs2 ) in u_austrcpy()
/third_party/skia/third_party/externals/icu/source/common/
Dustr_cnv.cpp205 const UChar *ucs2, in u_austrncpy()
237 const UChar *ucs2 ) in u_austrcpy()
/third_party/node/deps/npm/node_modules/iconv-lite/encodings/
Dinternal.js12 ucs2: { type: "_internal", bomAware: true}, property
/third_party/node/lib/
Dpunycode.js443 'ucs2': { property
Dbuffer.js650 ucs2: { property
/third_party/python/Include/cpython/
Dunicodeobject.h241 Py_UCS2 *ucs2; member
/third_party/python/Objects/
Dunicodeobject.c2123 Py_UCS2 *ucs2 = start; in unicode_write_cstr() local
13088 Py_UCS2 *ucs2 = PyUnicode_2BYTE_DATA(u); in unicode_repeat() local