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/
Dpdfiumfpdfapi.bp23 "core/fpdfapi/cmaps/CNS1/UniCNS-UCS2-H_3.cpp",
24 "core/fpdfapi/cmaps/CNS1/UniCNS-UCS2-V_3.cpp",
38 "core/fpdfapi/cmaps/GB1/UniGB-UCS2-H_4.cpp",
39 "core/fpdfapi/cmaps/GB1/UniGB-UCS2-V_4.cpp",
55 "core/fpdfapi/cmaps/Japan1/UniJIS-UCS2-HW-H_4.cpp",
56 "core/fpdfapi/cmaps/Japan1/UniJIS-UCS2-HW-V_4.cpp",
57 "core/fpdfapi/cmaps/Japan1/UniJIS-UCS2-H_4.cpp",
58 "core/fpdfapi/cmaps/Japan1/UniJIS-UCS2-V_4.cpp",
69 "core/fpdfapi/cmaps/Korea1/UniKS-UCS2-H_1.cpp",
70 "core/fpdfapi/cmaps/Korea1/UniKS-UCS2-V_1.cpp",
DBUILD.gn397 "core/fpdfapi/cmaps/CNS1/UniCNS-UCS2-H_3.cpp",
398 "core/fpdfapi/cmaps/CNS1/UniCNS-UCS2-V_3.cpp",
412 "core/fpdfapi/cmaps/GB1/UniGB-UCS2-H_4.cpp",
413 "core/fpdfapi/cmaps/GB1/UniGB-UCS2-V_4.cpp",
429 "core/fpdfapi/cmaps/Japan1/UniJIS-UCS2-HW-H_4.cpp",
430 "core/fpdfapi/cmaps/Japan1/UniJIS-UCS2-HW-V_4.cpp",
431 "core/fpdfapi/cmaps/Japan1/UniJIS-UCS2-H_4.cpp",
432 "core/fpdfapi/cmaps/Japan1/UniJIS-UCS2-V_4.cpp",
443 "core/fpdfapi/cmaps/Korea1/UniKS-UCS2-H_1.cpp",
444 "core/fpdfapi/cmaps/Korea1/UniKS-UCS2-V_1.cpp",
/external/autotest/client/site_tests/network_ModemManagerSMSSignal/src/
Dfake-gsm35 \+CSCS=\? +CSCS: ("GSM","HEX","IRA","PCCP","PCDN","UCS2","8859-1")
37 \+CSCS="UCS2"
38 \+CSCS\? +CSCS: "UCS2"
/external/autotest/client/site_tests/network_ModemManagerSMS/src/
Dfake-gsm35 \+CSCS=\? +CSCS: ("GSM","HEX","IRA","PCCP","PCDN","UCS2","8859-1")
37 \+CSCS="UCS2"
38 \+CSCS\? +CSCS: "UCS2"
/external/fonttools/Lib/fontTools/misc/
Detree.py229 UCS2 = sys.maxunicode < 0x10FFFF variable
230 if UCS2:
/external/python/cpython3/Misc/NEWS.d/
D3.5.0a3.rst9 different kinds (UCS1, UCS2, UCS4).
/external/python/cpython2/Tools/pybench/
DREADME149 Unicode: UCS2
/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/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.rst123 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