Searched refs:UCS2 (Results 1 – 19 of 19) sorted by relevance
/external/unicode/ |
D | CVTUTF7.H | 43 typedef unsigned short UCS2; typedef 71 UCS2** sourceStart, UCS2* sourceEnd, 77 UCS2** targetStart, UCS2* targetEnd);
|
D | CVTUTF7.C | 85 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()
|
D | readme.txt | 19 between UCS2 (i.e., the BMP characters only) and UTF-7. Surrogates are
|
/external/pdfium/ |
D | pdfiumfpdfapi.bp | 23 "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",
|
D | BUILD.gn | 397 "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/ |
D | fake-gsm | 35 \+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/ |
D | fake-gsm | 35 \+CSCS=\? +CSCS: ("GSM","HEX","IRA","PCCP","PCDN","UCS2","8859-1") 37 \+CSCS="UCS2" 38 \+CSCS\? +CSCS: "UCS2"
|
/external/fonttools/Lib/fontTools/misc/ |
D | etree.py | 229 UCS2 = sys.maxunicode < 0x10FFFF variable 230 if UCS2:
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.5.0a3.rst | 9 different kinds (UCS1, UCS2, UCS4).
|
/external/python/cpython2/Tools/pybench/ |
D | README | 149 Unicode: UCS2
|
/external/antlr/runtime/Cpp/include/ |
D | antlr3input.inl | 495 // machine (or it is really UCS2). If there is a BOM we determine if the encoding
|
/external/python/cpython2/Doc/c-api/ |
D | unicode.rst | 25 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/ |
D | unicode.rst | 716 .. comment Additional topic: building Python w/ UCS2 or UCS4 support 748 - [ ] Building Python (UCS2, UCS4)
|
/external/python/cpython2/Doc/faq/ |
D | extending.rst | 484 ... print 'UCS2 build'
|
/external/python/cpython2/Misc/NEWS.d/ |
D | 2.7.1rc1.rst | 1451 The gdb extension now handles correctly narrow (UCS2) as well as wide (UCS4)
|
D | 2.7.4rc1.rst | 1350 Fix compiling large regular expressions on UCS2 builds. Patch by Serhiy
|
/external/python/cpython2/Doc/library/ |
D | functions.rst | 949 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/ |
D | unicode.rst | 123 Return a pointer to the canonical representation cast to UCS1, UCS2 or UCS4
|
/external/python/cpython3/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
|