/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-10.0/llvm/lib/Support/ |
D | Unicode.cpp | 22 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()
|
D | Locale.cpp | 13 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/ |
D | ucs2.diff | 2 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/ |
D | bug_1457.in | 81 /Ordering (UCS) 84 /CMapName /Adobe-Identity-UCS def
|
D | bug_1021762.in | 82 /Ordering (UCS) 85 /CMapName /Adobe-Identity-UCS def
|
D | bug_1271578.in | 66 /Registry (Test) /Ordering (UCS) /Supplement 0 >> def
|
/external/cronet/third_party/libxml/fuzz/seed_corpus/ |
D | 92d264ce8685b25ce23f85cc9528833487eebdf7 | 7 ISO/IEC 10646-1:1993 UCS-4 with implementation 33 ISO/IEC 10646-1:1993 UCS-4 with implementation
|
/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/cronet/url/ |
D | gurl_fuzzer.dict | 220 "[UCS]," 222 "[UCS]" 386 "(UCS)\","
|
/external/cronet/testing/libfuzzer/fuzzers/dicts/generated/ |
D | libxml_xml_read_memory_fuzzer.dict | 53 string_ucs4="UCS-4" 223 "ISO-10646-UCS-2" 260 "UCS-4," 289 "(UCS)"
|
/external/libxml2/fuzz/ |
D | xml.dict | 82 cs_ucs2="UCS-2" 83 cs_ucs4="UCS-4"
|
D | html.dict | 117 cs_ucs2="UCS-2" 118 cs_ucs4="UCS-4"
|
/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-10.0/llvm/include/llvm/Support/ |
D | Unicode.h | 44 bool isPrintable(int UCS);
|
/external/pdfium/testing/resources/ |
D | bug_1388_cmap.fragment | 2 /Registry (AAAAAB+Test) /Ordering (UCS) /Supplement 0 >> def
|
D | marked_content_id.in | 131 /Ordering (UCS) 134 /CMapName /Adobe-Identity-UCS def
|
/external/AFLplusplus/dictionaries/ |
D | xml.dict | 53 string_ucs4="UCS-4"
|
/external/oss-fuzz/projects/libprotobuf-mutator/ |
D | xml.dict | 46 "UCS-4"
|
/external/oss-fuzz/projects/expat/ |
D | xml.dict | 105 string_ucs4="UCS-4"
|
/external/cronet/third_party/libxml/fuzz/ |
D | xml.dict | 105 string_ucs4="UCS-4"
|
/external/oss-fuzz/projects/tinyxml2/ |
D | xml.dict | 68 string_ucs4="UCS-4"
|
/external/rust/crates/libz-sys/src/zlib/doc/ |
D | txtvsbin.txt | 33 (UCS-2/UTF-16 and UCS-4/UTF-32) are not handled, however.
|