Home
last modified time | relevance | path

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

/external/unicode/
DCVTUTF7.H43 typedef unsigned short UCS2; typedef
71 UCS2** sourceStart, UCS2* sourceEnd,
77 UCS2** targetStart, UCS2* targetEnd);
DCVTUTF7.C85 UCS2** sourceStart, UCS2* sourceEnd, in ConvertUCS2toUTF7()
92 register UCS2 *source = *sourceStart; in ConvertUCS2toUTF7()
106 register UCS2 r; in ConvertUCS2toUTF7()
117 if (r == (UCS2)SHIFT_IN) { in ConvertUCS2toUTF7()
180 UCS2** targetStart, UCS2* targetEnd) in ConvertUTF7toUCS2()
188 register UCS2 *target = *targetStart; in ConvertUTF7toUCS2()
227 *target++ = (UCS2)SHIFT_IN; in ConvertUTF7toUCS2()
Dreadme.txt19 between UCS2 (i.e., the BMP characters only) and UTF-7. Surrogates are
/external/pdfium/core/fpdfapi/cmaps/
DBUILD.gn20 "CNS1/UniCNS-UCS2-H_3.cpp",
21 "CNS1/UniCNS-UCS2-V_3.cpp",
35 "GB1/UniGB-UCS2-H_4.cpp",
36 "GB1/UniGB-UCS2-V_4.cpp",
52 "Japan1/UniJIS-UCS2-HW-H_4.cpp",
53 "Japan1/UniJIS-UCS2-HW-V_4.cpp",
54 "Japan1/UniJIS-UCS2-H_4.cpp",
55 "Japan1/UniJIS-UCS2-V_4.cpp",
66 "Korea1/UniKS-UCS2-H_1.cpp",
67 "Korea1/UniKS-UCS2-V_1.cpp",
/external/rust/crates/grpcio-sys/grpc/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 …]
/external/fonttools/Lib/fontTools/misc/
Detree.py228 UCS2 = sys.maxunicode < 0x10FFFF variable
229 if UCS2:
/external/python/cffi/doc/source/
Dinstallation.rst169 Linux and OS/X: UCS2 versus UCS4
Dref.rst963 * ``char16_t`` is assumed to contain UTF-16, i.e. UCS2 plus surrogates;
/external/python/cpython3/Misc/NEWS.d/
D3.5.0a3.rst9 different kinds (UCS1, UCS2, UCS4).
/external/antlr/runtime/Cpp/include/
Dantlr3input.inl495 // machine (or it is really UCS2). If there is a BOM we determine if the encoding
/external/python/cpython2/Tools/pybench/
DREADME149 Unicode: UCS2
/external/python/cpython2/Doc/c-api/
Dunicode.rst25 for :c:type:`Py_UNICODE` and store Unicode values internally as UCS2. It is also
33 short` (UCS2) or :c:type:`unsigned long` (UCS4).
35 Note that UCS2 and UCS4 Python builds are not binary compatible. Please keep
/external/python/cpython2/Doc/howto/
Dunicode.rst716 .. comment Additional topic: building Python w/ UCS2 or UCS4 support
748 - [ ] Building Python (UCS2, UCS4)
/external/python/cpython2/Doc/faq/
Dextending.rst484 ... print 'UCS2 build'
/external/python/cpython2/Misc/NEWS.d/
D2.7.1rc1.rst1451 The gdb extension now handles correctly narrow (UCS2) as well as wide (UCS4)
D2.7.4rc1.rst1350 Fix compiling large regular expressions on UCS2 builds. Patch by Serhiy
/external/python/cpython2/Doc/library/
Dfunctions.rst949 unicode argument is given and Python was built with UCS2 Unicode, then the
1502 depends how Python was configured -- it may be either UCS2 [0..0xFFFF] or UCS4
/external/python/cpython3/Doc/c-api/
Dunicode.rst131 Return a pointer to the canonical representation cast to UCS1, UCS2 or UCS4
/external/python/cpython3/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