Searched defs:ucs (Results 1 - 7 of 7) sorted by relevance

/external/skia/legacy/src/utils/unix/
H A Dkeysym2ucs.c41 unsigned short ucs; member in struct:codepair
842 return keysymtab[mid].ucs;
/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.cpp1132 static const UChar ucs[]={ 0x68, 0x6d, 0x20, 0 }; local
1133 test1.insert(9, ucs, -1);
/external/harfbuzz_ng/src/hb-old/
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/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/harfbuzz/src/
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/tinyxml2/
H A Dtinyxml2.cpp309 unsigned long ucs = 0; local
329 ucs += mult * (*q - '0');
331 ucs += mult * (*q - 'a' + 10);
333 ucs += mult * (*q - 'A' + 10 );
356 ucs += mult * (*q - '0');
364 ConvertUTF32ToUTF8( ucs, value, length );

Completed in 169 milliseconds