Searched refs:ucs (Results 1 - 6 of 6) sorted by relevance

/external/harfbuzz/src/
H A Dharfbuzz-impl.h72 #define HB_IsHighSurrogate(ucs) \
73 (((ucs) & 0xfc00) == 0xd800)
75 #define HB_IsLowSurrogate(ucs) \
76 (((ucs) & 0xfc00) == 0xdc00)
H A Dharfbuzz-indic.cpp33 static HB_Bool isLetter(HB_UChar16 ucs) argument
40 return !!(FLAG(HB_GetUnicodeCharCategory(ucs)) & test);
43 static HB_Bool isMark(HB_UChar16 ucs) argument
48 return !!(FLAG(HB_GetUnicodeCharCategory(ucs)) & test);
/external/icu4c/test/intltest/
H A Dtfsmalls.cpp247 UnicodeString ucs = "unicode-string"; local
255 ucs,
264 && (ft_arr[3].getType() == Formattable::kString) && (ft_arr[3].getString(temp) == ucs)
H A Dustrtest.cpp1135 static const UChar ucs[]={ 0x68, 0x6d, 0x20, 0 }; local
1136 test1.insert(9, ucs, -1);
/external/tinyxml/
H A Dtinyxmlparser.cpp428 unsigned long ucs = 0; local
448 ucs += mult * (*q - '0');
450 ucs += mult * (*q - 'a' + 10);
452 ucs += mult * (*q - 'A' + 10 );
475 ucs += mult * (*q - '0');
485 ConvertUTF32ToUTF8( ucs, value, length );
489 *value = (char)ucs;
/external/skia/src/utils/unix/
H A Dkeysym2ucs.c41 unsigned short ucs; member in struct:codepair
842 return keysymtab[mid].ucs;

Completed in 181 milliseconds