/external/llvm/lib/Support/ |
D | Unicode.cpp | 23 bool isPrintable(int UCS) { in isPrintable() argument 213 return UCS >= 0 && UCS <= 0x10FFFF && !NonPrintables.contains(UCS); in isPrintable() 227 static inline int charWidth(int UCS) in charWidth() argument 229 if (!isPrintable(UCS)) in charWidth() 312 if (CombiningCharacters.contains(UCS)) in charWidth() 338 if (DoubleWidthCharacters.contains(UCS)) in charWidth()
|
D | Locale.cpp | 18 bool isPrint(int UCS) { in isPrint() argument 25 return ' ' <= UCS && UCS <= '~'; in isPrint() 27 return llvm::sys::unicode::isPrintable(UCS); in isPrint()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | Unicode.cpp | 23 bool isPrintable(int UCS) { in isPrintable() argument 213 return UCS >= 0 && UCS <= 0x10FFFF && !NonPrintables.contains(UCS); in isPrintable() 227 static inline int charWidth(int UCS) in charWidth() argument 229 if (!isPrintable(UCS)) in charWidth() 312 if (CombiningCharacters.contains(UCS)) in charWidth() 338 if (DoubleWidthCharacters.contains(UCS)) in charWidth()
|
D | Locale.cpp | 17 bool isPrint(int UCS) { in isPrint() argument 24 return ' ' <= UCS && UCS <= '~'; in isPrint() 26 return llvm::sys::unicode::isPrintable(UCS); in isPrint()
|
/external/libxml2/test/valid/dtds/ |
D | xhtml1.dcl | 7 ISO/IEC 10646-1:1993 UCS-4 with implementation 33 ISO/IEC 10646-1:1993 UCS-4 with implementation
|
/external/libxml2/os400/libxmlrpg/ |
D | encoding.rpgle | 59 d XML_CHAR_ENCODING_UCS4LE... UCS-4 little endian 61 d XML_CHAR_ENCODING_UCS4BE... UCS-4 big endian 65 d XML_CHAR_ENCODING_UCS4_2143... UCS-4 unusual order 67 d XML_CHAR_ENCODING_UCS4_3412... UCS-4 unusual order 69 d XML_CHAR_ENCODING_UCS2... UCS-2
|
/external/llvm/include/llvm/Support/ |
D | Unicode.h | 45 bool isPrintable(int UCS);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | Unicode.h | 45 bool isPrintable(int UCS);
|
/external/zlib/src/doc/ |
D | txtvsbin.txt | 33 (UCS-2/UTF-16 and UCS-4/UTF-32) are not handled, however.
|
/external/libcups/cups/ |
D | utf8demo.txt | 116 Thai (UCS Level 2):
|
/external/python/cpython2/Misc/NEWS.d/ |
D | 2.7rc2.rst | 27 decoding big endian UTF-32 data in UCS-2 builds could crash the interpreter
|
/external/icu/icu4c/source/data/translit/ |
D | sat_Olck_sat_FONIPA.txt | 26 # in the UCS. ISO/IEC JTC1/SC2/WG2 Working Group Document N2984R,
|
D | blt_blt_FONIPA.txt | 28 # in the UCS. ISO/IEC JTC1/SC2/WG2 N3220. March 20, 2007.
|
/external/llvm/tools/llvm-readobj/ |
D | Win64EHDumper.cpp | 254 ListScope UCS(SW, "UnwindCodes"); in printUnwindInfo() local
|
/external/python/cpython2/Misc/Vim/ |
D | vimrc | 77 " UCS encoding (WARNING: can trick shells into thinking a text file is actually
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/ |
D | Win64EHDumper.cpp | 254 ListScope UCS(SW, "UnwindCodes"); in printUnwindInfo() local
|
/external/python/cpython2/Doc/c-api/ |
D | arg.rst | 463 Convert a null-terminated buffer of Unicode (UCS-2 or UCS-4) data to a 468 Convert a Unicode (UCS-2 or UCS-4) data buffer and its length to a
|
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/data/transformtest/ |
D | blt-fonipa-t-blt.txt | 4 # Proposal to encode the Tai Viet script in the UCS.
|
/external/python/cpython2/Doc/library/ |
D | json.rst | 221 Encodings that are not ASCII based (such as UCS-2) are not allowed, and 273 specified. Encodings that are not ASCII based (such as UCS-2) are not
|
D | sys.rst | 654 characters are stored as UCS-2 or UCS-4.
|
/external/python/cpython2/Doc/whatsnew/ |
D | 2.2.rst | 780 usually stored as UCS-2, as 16-bit unsigned integers. Python 2.2 can also be 781 compiled to use UCS-4, 32-bit unsigned integers, as its internal encoding by 786 When built to use UCS-4 (a "wide Python"), the interpreter can natively handle 789 compiled to use UCS-2 (a "narrow Python"), values greater than 65535 will still 826 Marc-André Lemburg. The changes to support using UCS-4 internally were
|
/external/python/cpython3/Doc/whatsnew/ |
D | 2.2.rst | 780 usually stored as UCS-2, as 16-bit unsigned integers. Python 2.2 can also be 781 compiled to use UCS-4, 32-bit unsigned integers, as its internal encoding by 786 When built to use UCS-4 (a "wide Python"), the interpreter can natively handle 789 compiled to use UCS-2 (a "narrow Python"), values greater than 65535 will still 826 Marc-André Lemburg. The changes to support using UCS-4 internally were
|
/external/tinyxml/ |
D | changes.txt | 153 - Character Entities are now UCS-2
|
/external/icu/icu4c/source/data/mappings/ |
D | convrtrs.txt | 158 UTF-16 { IANA* MIME* JAVA* } ISO-10646-UCS-2 { IANA } 209 UTF-32 { IANA* MIME* } ISO-10646-UCS-4 { IANA } 244 # "Sixteen-bit Unicode (or UCS) Transformation Format, big-endian byte order, 255 # "Sixteen-bit Unicode (or UCS) Transformation Format, little-endian byte order,
|
/external/python/cpython3/Doc/c-api/ |
D | arg.rst | 572 Convert a null-terminated :c:type:`wchar_t` buffer of Unicode (UTF-16 or UCS-4) 577 Convert a Unicode (UTF-16 or UCS-4) data buffer and its length to a Python
|