/external/chromium_org/third_party/skia/third_party/harfbuzz/src/ |
D | harfbuzz-impl.h | 72 #define HB_IsHighSurrogate(ucs) \ argument 73 (((ucs) & 0xfc00) == 0xd800) 75 #define HB_IsLowSurrogate(ucs) \ argument 76 (((ucs) & 0xfc00) == 0xdc00)
|
D | harfbuzz-indic.cpp | 33 static HB_Bool isLetter(HB_UChar16 ucs) in isLetter() argument 40 return FLAG(HB_GetUnicodeCharCategory(ucs)) & test; in isLetter() 43 static HB_Bool isMark(HB_UChar16 ucs) in isMark() argument 48 return FLAG(HB_GetUnicodeCharCategory(ucs)) & test; in isMark()
|
/external/skia/src/views/unix/ |
D | keysym2ucs.c | 41 unsigned short ucs; member 842 return keysymtab[mid].ucs; in keysym2ucs()
|
/external/chromium_org/third_party/skia/src/views/unix/ |
D | keysym2ucs.c | 41 unsigned short ucs; member 842 return keysymtab[mid].ucs; in keysym2ucs()
|
/external/chromium_org/third_party/fontconfig/include/fc-glyphname/ |
D | fcglyphname.h | 33 static const struct { const FcChar32 ucs; const FcChar8 name[5]; } _fc_glyph_names[201] = { member
|
/external/icu/icu4c/source/test/intltest/ |
D | tfsmalls.cpp | 247 UnicodeString ucs = "unicode-string"; in test_Formattable() local 255 ucs, in test_Formattable() 264 && (ft_arr[3].getType() == Formattable::kString) && (ft_arr[3].getString(temp) == ucs) in test_Formattable()
|
D | ustrtest.cpp | 1139 static const UChar ucs[]={ 0x68, 0x6d, 0x20, 0 }; in TestMiscellaneous() local 1140 test1.insert(9, ucs, -1); in TestMiscellaneous() 1179 test1.setTo(TRUE, ucs, 3); in TestMiscellaneous()
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
D | tfsmalls.cpp | 247 UnicodeString ucs = "unicode-string"; in test_Formattable() local 255 ucs, in test_Formattable() 264 && (ft_arr[3].getType() == Formattable::kString) && (ft_arr[3].getString(temp) == ucs) in test_Formattable()
|
/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/chromium_org/third_party/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/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/chromium_org/third_party/yasm/source/patched-yasm/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/elfutils/0.153/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/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()
|