/external/libvterm/src/ |
D | unicode.c | 132 static int bisearch(wchar_t ucs, const struct interval *table, int max) { in bisearch() argument 136 if (ucs < table[0].first || ucs > table[max].last) in bisearch() 140 if (ucs > table[mid].last) in bisearch() 142 else if (ucs < table[mid].first) in bisearch() 185 static int mk_wcwidth(wchar_t ucs) in mk_wcwidth() argument 188 if (ucs == 0) in mk_wcwidth() 190 if (ucs < 32 || (ucs >= 0x7f && ucs < 0xa0)) in mk_wcwidth() 194 if (bisearch(ucs, combining, in mk_wcwidth() 201 (ucs >= 0x1100 && in mk_wcwidth() 202 (ucs <= 0x115f || /* Hangul Jamo init. consonants */ in mk_wcwidth() [all …]
|
/external/skia/src/views/unix/ |
D | keysym2ucs.c | 41 unsigned short ucs; member 842 return keysymtab[mid].ucs; in keysym2ucs()
|
/external/tinyxml/ |
D | tinyxmlparser.cpp | 428 unsigned long ucs = 0; in GetEntity() local 448 ucs += mult * (*q - '0'); in GetEntity() 450 ucs += mult * (*q - 'a' + 10); in GetEntity() 452 ucs += mult * (*q - 'A' + 10 ); in GetEntity() 475 ucs += mult * (*q - '0'); in GetEntity() 485 ConvertUTF32ToUTF8( ucs, value, length ); in GetEntity() 489 *value = (char)ucs; in GetEntity()
|
/external/icu/icu4c/source/test/intltest/ |
D | tfsmalls.cpp | 246 UnicodeString ucs = "unicode-string"; in test_Formattable() local 254 ucs, in test_Formattable() 263 && (ft_arr[3].getType() == Formattable::kString) && (ft_arr[3].getString(temp) == ucs) in test_Formattable()
|
D | ustrtest.cpp | 1129 static const UChar ucs[]={ 0x68, 0x6d, 0x20, 0 }; in TestMiscellaneous() local 1130 test1.insert(9, ucs, -1); in TestMiscellaneous() 1169 test1.setTo(TRUE, ucs, 3); in TestMiscellaneous()
|
/external/sfntly/cpp/src/test/tinyxml/ |
D | tinyxmlparser.cpp | 447 unsigned long ucs = 0; in GetEntity() local 467 ucs += mult * (*q - '0'); in GetEntity() 469 ucs += mult * (*q - 'a' + 10); in GetEntity() 471 ucs += mult * (*q - 'A' + 10 ); in GetEntity() 494 ucs += mult * (*q - '0'); in GetEntity() 504 ConvertUTF32ToUTF8( ucs, value, length ); in GetEntity() 508 *value = (char)ucs; in GetEntity()
|
/external/icu/icu4c/source/extra/uconv/samples/utf8/ |
D | utf-8-demo.txt | 3 … is available from Markus Kuhn's website at http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-demo…
|
/external/bison/runtime-po/ |
D | en@quot.header | 5 # http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
|
D | en@boldquot.header | 5 # http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
|
/external/bison/po/ |
D | en@quot.header | 5 # http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
|
D | en@boldquot.header | 5 # http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
|
/external/elfutils/po/ |
D | en@quot.header | 5 # http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
|
D | en@boldquot.header | 5 # http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
|
/external/libexif/po/ |
D | en@quot.header | 5 # http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
|
D | en@boldquot.header | 5 # http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
|
/external/e2fsprogs/po/ |
D | en@quot.header | 5 # http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
|
D | en@boldquot.header | 5 # http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
|
/external/tinyxml2/ |
D | tinyxml2.cpp | 309 unsigned long ucs = 0; in GetCharacterRef() local 329 ucs += mult * (*q - '0'); in GetCharacterRef() 331 ucs += mult * (*q - 'a' + 10); in GetCharacterRef() 333 ucs += mult * (*q - 'A' + 10 ); in GetCharacterRef() 356 ucs += mult * (*q - '0'); in GetCharacterRef() 364 ConvertUTF32ToUTF8( ucs, value, length ); in GetCharacterRef()
|
/external/valgrind/docs/ |
D | README | 182 latex-ucs
|
/external/libxml2/result/ |
D | intsubset2.xml.sax | 68 ucs - Unicode 4.0 - hex coding (4 or 5 hexadecimal digits)
|
D | intsubset2.xml.sax2 | 68 ucs - Unicode 4.0 - hex coding (4 or 5 hexadecimal digits)
|
/external/icu/icu4c/source/data/mappings/ |
D | convrtrs.txt | 161 ucs-2 187 # iso-10646-ucs-2 { JAVA } # This is ambiguous 211 ucs-4
|