/third_party/node/src/api/ |
D | encoding.cc | 25 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/ |
D | ucs2.diff | 27 - 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/ |
D | string_decoder.cc | 73 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()
|
D | node_i18n.cc | 278 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()
|
D | string_bytes.cc | 345 case UCS2: { in Write() 426 case UCS2: in StorageSize() 470 case UCS2: in Size() 727 case UCS2: { in Encode()
|
D | node_buffer.cc | 611 } 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()
|
D | stream_base.cc | 45 template int StreamBase::WriteString<UCS2>( 411 t, "writeUcs2String", JSMethod<&StreamBase::WriteString<UCS2>>); in AddMethods()
|
D | node.h | 682 UCS2, enumerator
|
D | node_file.cc | 1949 } else if (enc == UCS2 && IsLittleEndian() && string->IsExternal()) { in WriteString()
|
/third_party/musl/porting/uniproton/kernel/src/locale/ |
D | iconv.c | 21 #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/ |
D | iconv.c | 21 #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/ |
D | iconv.c | 21 #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/ |
D | binding.cc | 13 V(UCS2) \
|
/third_party/boost/boost/detail/ |
D | utf8_codecvt_facet.ipp | 252 // where wchar_t is defined as UCS2. The warnings are superfluous as the
|
/third_party/python/Misc/NEWS.d/ |
D | 3.5.0a3.rst | 9 different kinds (UCS1, UCS2, UCS4).
|
/third_party/python/Doc/c-api/ |
D | unicode.rst | 130 Return a pointer to the canonical representation cast to UCS1, UCS2 or UCS4
|
/third_party/node/doc/changelogs/ |
D | CHANGELOG_V7.md | 1406 …* 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)
|
D | CHANGELOG_IOJS.md | 268 * **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…
|
D | CHANGELOG_V4.md | 1716 * [[`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) […
|
D | CHANGELOG_V6.md | 2615 * [[`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) […
|
D | CHANGELOG_V10.md | 4286 …mit/e5f8924064)] - **buffer**: reduce overhead of StringBytes::Encode for UCS2 (Joyee Cheung) [#19…
|
/third_party/python/Misc/ |
D | HISTORY | 2840 - 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/ |
D | 0001-cve.patch | 123976 - BAD_CAST "UCS2", NULL);
|