Home
last modified time | relevance | path

Searched refs:UCS2 (Results 1 – 23 of 23) sorted by relevance

/third_party/node/src/api/
Dencoding.cc25 return UCS2; in ParseEncoding()
30 return UCS2; in ParseEncoding()
37 return UCS2; in ParseEncoding()
39 return UCS2; in ParseEncoding()
41 return UCS2; in ParseEncoding()
43 return UCS2; in ParseEncoding()
126 CHECK_NE(encoding, UCS2); in Encode()
/third_party/re2/
Ducs2.diff27 - if (prog_->flags() & Regexp::UCS2)
167 - else if (re->parse_flags() & Regexp::UCS2)
190 - bool ucs2 = prog_->flags() & Regexp::UCS2;
234 - else if (flags & UCS2)
244 - if (flags_ & UCS2) {
256 - if (flags_ & UCS2) {
269 - if (flags_ & UCS2) {
292 - flags |= Regexp::UCS2;
319 - if (parse_flags_ & UCS2)
338 - UCS2 = 1<<10, // Text is in UCS-2, regexp is in UTF-8.
[all …]
/third_party/node/src/
Dstring_decoder.cc73 Encoding() == UCS2 || in DecodeData()
193 } else if (Encoding() == UCS2) { in DecodeData()
242 if (Encoding() == UCS2 && BufferedBytes() % 2 == 1) { in FlushData()
317 ADD_TO_ENCODINGS_ARRAY(UCS2, "utf16le"); in InitializeStringDecoder()
Dnode_i18n.cc278 case UCS2: return "utf16le"; in EncodingName()
288 case UCS2: in SupportedEncoding()
309 if (toEncoding == UCS2) in Transcode()
313 if (toEncoding == UCS2) in Transcode()
316 case UCS2: in Transcode()
318 case UCS2: in Transcode()
Dstring_bytes.cc345 case UCS2: { in Write()
426 case UCS2: in StorageSize()
470 case UCS2: in Size()
727 case UCS2: { in Encode()
Dnode_buffer.cc611 } else if (enc == UCS2) { in Fill()
838 const size_t haystack_length = (enc == UCS2) ? in IndexOfString()
871 if (enc == UCS2) { in IndexOfString()
983 if (enc == UCS2) { in IndexOfBuffer()
1170 env->SetMethodNoSideEffect(target, "ucs2Slice", StringSlice<UCS2>); in Initialize()
1178 env->SetMethod(target, "ucs2Write", StringWrite<UCS2>); in Initialize()
Dstream_base.cc45 template int StreamBase::WriteString<UCS2>(
411 t, "writeUcs2String", JSMethod<&StreamBase::WriteString<UCS2>>); in AddMethods()
Dnode.h682 UCS2, enumerator
Dnode_file.cc1949 } else if (enc == UCS2 && IsLittleEndian() && string->IsExternal()) { in WriteString()
/third_party/musl/porting/uniproton/kernel/src/locale/
Diconv.c21 #define UCS2 0314 macro
156 case UCS2: in iconv_open()
298 case UCS2: in iconv()
304 scd->state = type==UCS2 in iconv()
636 case UCS2: in iconv()
/third_party/musl/src/locale/
Diconv.c21 #define UCS2 0314 macro
156 case UCS2: in iconv_open()
297 case UCS2: in iconv()
303 scd->state = type==UCS2 in iconv()
635 case UCS2: in iconv()
/third_party/musl/porting/liteos_m/kernel/src/locale/
Diconv.c21 #define UCS2 0314 macro
156 case UCS2: in iconv_open()
298 case UCS2: in iconv()
304 scd->state = type==UCS2 in iconv()
636 case UCS2: in iconv()
/third_party/node/test/addons/parse-encoding/
Dbinding.cc13 V(UCS2) \
/third_party/boost/boost/detail/
Dutf8_codecvt_facet.ipp252 // where wchar_t is defined as UCS2. The warnings are superfluous as the
/third_party/python/Misc/NEWS.d/
D3.5.0a3.rst9 different kinds (UCS1, UCS2, UCS4).
/third_party/python/Doc/c-api/
Dunicode.rst130 Return a pointer to the canonical representation cast to UCS1, UCS2 or UCS4
/third_party/node/doc/changelogs/
DCHANGELOG_V7.md1406 …* buffer.fill() now works properly for the UCS2 encoding on Big-Endian machines. (Anna Henningsen)…
1423 * [[`d8b6723096`](https://github.com/nodejs/node/commit/d8b6723096)] - **buffer**: handle UCS2 `.fi…
1558 encodings to `UCS2`. (Anna Henningsen) [#9838](https://github.com/nodejs/node/pull/9838)
DCHANGELOG_IOJS.md268 * **string_bytes**: Fixed an unaligned write in the handling of UCS2 encoding. (Fedor Indutny) [#24…
311 …odejs/node/commit/c1ce423b35)] - **string_bytes**: fix unaligned write in UCS2 (Fedor Indutny) [#2…
DCHANGELOG_V4.md1716 * [[`8b077faa82`](https://github.com/nodejs/node/commit/8b077faa82)] - **buffer**: fix UCS2 indexOf…
1717 …ode/commit/12a9699fcf)] - **buffer**: fix needle length misestimation for UCS2 (Anna Henningsen) […
DCHANGELOG_V6.md2615 * [[`03f0d2ac21`](https://github.com/nodejs/node/commit/03f0d2ac21)] - **buffer**: handle UCS2 `.fi…
4596 * [[`9cd14ced09`](https://github.com/nodejs/node/commit/9cd14ced09)] - **buffer**: fix UCS2 indexOf…
4597 …ode/commit/a550ddbf3c)] - **buffer**: fix needle length misestimation for UCS2 (Anna Henningsen) […
DCHANGELOG_V10.md4286 …mit/e5f8924064)] - **buffer**: reduce overhead of StringBytes::Encode for UCS2 (Joyee Cheung) [#19…
/third_party/python/Misc/
DHISTORY2840 - Issue #17432: Drop UCS2 from names of Unicode functions in python3.def.
12181 - Issue #9188: The gdb extension now handles correctly narrow (UCS2) as well as
/third_party/chromium/patch/
D0001-cve.patch123976 - BAD_CAST "UCS2", NULL);