Home
last modified time | relevance | path

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

123

/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/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DUnicode.cpp22 bool isPrintable(int UCS) { in isPrintable() argument
212 return UCS >= 0 && UCS <= 0x10FFFF && !NonPrintables.contains(UCS); in isPrintable()
226 static inline int charWidth(int UCS) in charWidth() argument
228 if (!isPrintable(UCS)) in charWidth()
311 if (CombiningCharacters.contains(UCS)) in charWidth()
337 if (DoubleWidthCharacters.contains(UCS)) in charWidth()
DLocale.cpp13 bool isPrint(int UCS) { in isPrint() argument
14 return llvm::sys::unicode::isPrintable(UCS); in isPrint()
/external/rust/crates/grpcio-sys/grpc/third_party/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/pdfium/testing/resources/pixel/
Dbug_1457.in81 /Ordering (UCS)
84 /CMapName /Adobe-Identity-UCS def
Dbug_1021762.in82 /Ordering (UCS)
85 /CMapName /Adobe-Identity-UCS def
Dbug_1271578.in66 /Registry (Test) /Ordering (UCS) /Supplement 0 >> def
/external/cronet/third_party/libxml/fuzz/seed_corpus/
D92d264ce8685b25ce23f85cc9528833487eebdf77 ISO/IEC 10646-1:1993 UCS-4 with implementation
33 ISO/IEC 10646-1:1993 UCS-4 with implementation
/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/cronet/url/
Dgurl_fuzzer.dict220 "[UCS],"
222 "[UCS]"
386 "(UCS)\","
/external/cronet/testing/libfuzzer/fuzzers/dicts/generated/
Dlibxml_xml_read_memory_fuzzer.dict53 string_ucs4="UCS-4"
223 "ISO-10646-UCS-2"
260 "UCS-4,"
289 "(UCS)"
/external/libxml2/fuzz/
Dxml.dict82 cs_ucs2="UCS-2"
83 cs_ucs4="UCS-4"
Dhtml.dict117 cs_ucs2="UCS-2"
118 cs_ucs4="UCS-4"
/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/llvm/include/llvm/Support/
DUnicode.h45 bool isPrintable(int UCS);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DUnicode.h44 bool isPrintable(int UCS);
/external/pdfium/testing/resources/
Dbug_1388_cmap.fragment2 /Registry (AAAAAB+Test) /Ordering (UCS) /Supplement 0 >> def
Dmarked_content_id.in131 /Ordering (UCS)
134 /CMapName /Adobe-Identity-UCS def
/external/AFLplusplus/dictionaries/
Dxml.dict53 string_ucs4="UCS-4"
/external/oss-fuzz/projects/libprotobuf-mutator/
Dxml.dict46 "UCS-4"
/external/oss-fuzz/projects/expat/
Dxml.dict105 string_ucs4="UCS-4"
/external/cronet/third_party/libxml/fuzz/
Dxml.dict105 string_ucs4="UCS-4"
/external/oss-fuzz/projects/tinyxml2/
Dxml.dict68 string_ucs4="UCS-4"
/external/rust/crates/libz-sys/src/zlib/doc/
Dtxtvsbin.txt33 (UCS-2/UTF-16 and UCS-4/UTF-32) are not handled, however.

123