Home
last modified time | relevance | path

Searched refs:ucs (Results 1 – 25 of 34) sorted by relevance

12

/external/chromium_org/third_party/skia/third_party/harfbuzz/src/
Dharfbuzz-impl.h72 #define HB_IsHighSurrogate(ucs) \ argument
73 (((ucs) & 0xfc00) == 0xd800)
75 #define HB_IsLowSurrogate(ucs) \ argument
76 (((ucs) & 0xfc00) == 0xdc00)
Dharfbuzz-indic.cpp33 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/
Dkeysym2ucs.c41 unsigned short ucs; member
842 return keysymtab[mid].ucs; in keysym2ucs()
/external/chromium_org/third_party/skia/src/views/unix/
Dkeysym2ucs.c41 unsigned short ucs; member
842 return keysymtab[mid].ucs; in keysym2ucs()
/external/chromium_org/third_party/fontconfig/include/fc-glyphname/
Dfcglyphname.h33 static const struct { const FcChar32 ucs; const FcChar8 name[5]; } _fc_glyph_names[201] = { member
/external/icu/icu4c/source/test/intltest/
Dtfsmalls.cpp247 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()
Dustrtest.cpp1139 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/
Dtfsmalls.cpp247 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/
Dtinyxmlparser.cpp428 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/
Dtinyxmlparser.cpp447 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/
Dtinyxmlparser.cpp447 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/
Dutf-8-demo.txt3 … is available from Markus Kuhn's website at http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-demo…
/external/bison/runtime-po/
Den@quot.header5 # http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
Den@boldquot.header5 # http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
/external/bison/po/
Den@quot.header5 # http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
Den@boldquot.header5 # http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
/external/chromium_org/third_party/yasm/source/patched-yasm/po/
Den@quot.header5 # http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
Den@boldquot.header5 # http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
/external/e2fsprogs/po/
Den@quot.header5 # http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
Den@boldquot.header5 # http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
/external/elfutils/0.153/po/
Den@quot.header5 # http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
Den@boldquot.header5 # http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
/external/libexif/po/
Den@quot.header5 # http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
Den@boldquot.header5 # http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
/external/tinyxml2/
Dtinyxml2.cpp309 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()

12