Home
last modified time | relevance | path

Searched refs:UCS (Results 1 – 25 of 27) sorted by relevance

12

/external/llvm/lib/Support/
DUnicode.cpp23 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()
DLocale.cpp18 bool isPrint(int UCS) { in isPrint() argument
25 return ' ' <= UCS && UCS <= '~'; in isPrint()
27 return llvm::sys::unicode::isPrintable(UCS); in isPrint()
/external/regex-re2/
Ducs2.diff2 that removed UCS-2 support from RE2. As the explanation below
3 says, UCS-2 mode is fundamentally at odds with things like ^ and $,
6 UCS-2 data was in the native host byte order.
8 If you are interested in adding UCS-2 mode back, this patch might
14 Retire UCS-2 mode.
37 - kEncodingUCS2, // UCS-2 (0-FFFF), native byte order
55 - // encoding (Latin 1, UTF-8, or UCS-2).
154 - default: // UCS-2 or something new
207 - // In UCS-2 mode, if we need to start a new thread,
217 - // In UCS-2 mode, only start the thread on a 2-byte boundary.
[all …]
/external/libxml2/test/valid/dtds/
Dxhtml1.dcl7 ISO/IEC 10646-1:1993 UCS-4 with implementation
33 ISO/IEC 10646-1:1993 UCS-4 with implementation
/external/llvm/include/llvm/Support/
DUnicode.h45 bool isPrintable(int UCS);
/external/libxml2/os400/libxmlrpg/
Dencoding.rpgle59 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/zlib/src/doc/
Dtxtvsbin.txt33 (UCS-2/UTF-16 and UCS-4/UTF-32) are not handled, however.
/external/libcups/cups/
Dutf8demo.txt116 Thai (UCS Level 2):
/external/icu/icu4c/source/data/translit/
Dsat_Olck_sat_FONIPA.txt26 # in the UCS. ISO/IEC JTC1/SC2/WG2 Working Group Document N2984R,
/external/python/cpython2/Misc/Vim/
Dvimrc77 " UCS encoding (WARNING: can trick shells into thinking a text file is actually
/external/llvm/tools/llvm-readobj/
DWin64EHDumper.cpp254 ListScope UCS(SW, "UnwindCodes"); in printUnwindInfo() local
/external/python/cpython2/Doc/c-api/
Darg.rst463 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
Dunicode.rst666 values is interpreted as a UCS-2 character.
/external/python/cpython2/Doc/library/
Djson.rst221 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
Dsys.rst654 characters are stored as UCS-2 or UCS-4.
/external/tinyxml/
Dchanges.txt153 - Character Entities are now UCS-2
/external/python/cpython2/Doc/whatsnew/
D2.2.rst780 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/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/de-DE/
Dde-DE_klex.pkb897 )UCO!SI,N therapie )UCS<!QI
899 )UCS<!QIN
/external/icu/icu4c/source/data/mappings/
Dconvrtrs.txt158 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/libmtp/
DChangeLog2520 * src/libmtp.c: use UCS-2-INTERNAL if we're not on glibc. glibc
2521 knows that UCS-2 is in machine endianness but Darwin and *BSD does
2524 live without. Remove the own internal UCS-2 conversion engine and
/external/wpa_supplicant_8/hostapd/
DChangeLog190 * fixed MSCHAP UTF-8 to UCS-2 conversion for three-byte encoding;
/external/python/cpython2/
DREADME370 Red Hat Linux: Red Hat 9 built Python2.2 in UCS-4 mode and hacked
Dconfigure.ac4097 AC_MSG_CHECKING(for UCS-4 tcl)
/external/libxml2/
Dxmlregexp.c4433 xmlRegExecPushChar(xmlRegExecCtxtPtr exec, int UCS) {
/external/wpa_supplicant_8/wpa_supplicant/
DChangeLog365 * fixed MSCHAP UTF-8 to UCS-2 conversion for three-byte encoding;

12