/external/chromium_org/third_party/fontconfig/include/fc-glyphname/ |
fcglyphname.h | 33 static const struct { const FcChar32 ucs; const FcChar8 name[5]; } _fc_glyph_names[201] = { member in struct:__anon16416
|
/external/chromium_org/third_party/skia/src/views/unix/ |
keysym2ucs.c | 3 * (UCS, Unicode) values. 14 * We allow to represent any UCS character in the range U-00000000 to 16 * This admittedly does not cover the entire 31-bit space of UCS, but 19 * UCS codes will ever be assigned by ISO. So to get Unicode character 41 unsigned short ucs; member in struct:codepair [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
tfsmalls.cpp | 247 UnicodeString ucs = "unicode-string"; local 255 ucs, 264 && (ft_arr[3].getType() == Formattable::kString) && (ft_arr[3].getString(temp) == ucs)
|
ustrtest.cpp | 1139 static const UChar ucs[]={ 0x68, 0x6d, 0x20, 0 }; local [all...] |
/external/icu/icu4c/source/test/intltest/ |
tfsmalls.cpp | 247 UnicodeString ucs = "unicode-string"; local 255 ucs, 264 && (ft_arr[3].getType() == Formattable::kString) && (ft_arr[3].getString(temp) == ucs)
|
ustrtest.cpp | 1139 static const UChar ucs[]={ 0x68, 0x6d, 0x20, 0 }; local [all...] |
/external/chromium_org/third_party/sfntly/cpp/src/test/tinyxml/ |
tinyxmlparser.cpp | 447 unsigned long ucs = 0; local 467 ucs += mult * (*q - '0'); 469 ucs += mult * (*q - 'a' + 10); 471 ucs += mult * (*q - 'A' + 10 ); 494 ucs += mult * (*q - '0'); 503 // convert the UCS to UTF-8 504 ConvertUTF32ToUTF8( ucs, value, length ); 508 *value = (char)ucs; [all...] |