HomeSort by relevance Sort by last modified time
    Searched refs:CodePageRange (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/core/
os2_table.cc 25 const int64_t CodePageRange::kLatin1_1252 = (int64_t)1 << 0;
26 const int64_t CodePageRange::kLatin2_1250 = (int64_t)1 << (int64_t)1;
27 const int64_t CodePageRange::kCyrillic_1251 = (int64_t)1 << 2;
28 const int64_t CodePageRange::kGreek_1253 = (int64_t)1 << 3;
29 const int64_t CodePageRange::kTurkish_1254 = (int64_t)1 << 4;
30 const int64_t CodePageRange::kHebrew_1255 = (int64_t)1 << 5;
31 const int64_t CodePageRange::kArabic_1256 = (int64_t)1 << 6;
32 const int64_t CodePageRange::kWindowsBaltic_1257 = (int64_t)1 << 7;
33 const int64_t CodePageRange::kVietnamese_1258 = (int64_t)1 << 8;
34 const int64_t CodePageRange::kAlternateANSI9 = (int64_t)1 << 9
    [all...]
os2_table.h 241 struct CodePageRange {
307 // UNIMPLEMENTED: EnumSet<CodePageRange> asSet(long range1, long range2,
309 // long[] asArray(EnumSet<CodePageRange> rangeSet)
399 // UNIMPLEMENTED: EnumSet<CodePageRange> ulCodePageRange()
400 // void setUlCodePageRange(EnumSet<CodePageRange> rangeSet)
450 // UNIMPLEMENTED: public EnumSet<CodePageRange> ulCodePageRange()
  /external/sfntly/cpp/src/sfntly/table/core/
os2_table.cc 23 const int64_t CodePageRange::kLatin1_1252 = (int64_t)1 << 0;
24 const int64_t CodePageRange::kLatin2_1250 = (int64_t)1 << (int64_t)1;
25 const int64_t CodePageRange::kCyrillic_1251 = (int64_t)1 << 2;
26 const int64_t CodePageRange::kGreek_1253 = (int64_t)1 << 3;
27 const int64_t CodePageRange::kTurkish_1254 = (int64_t)1 << 4;
28 const int64_t CodePageRange::kHebrew_1255 = (int64_t)1 << 5;
29 const int64_t CodePageRange::kArabic_1256 = (int64_t)1 << 6;
30 const int64_t CodePageRange::kWindowsBaltic_1257 = (int64_t)1 << 7;
31 const int64_t CodePageRange::kVietnamese_1258 = (int64_t)1 << 8;
32 const int64_t CodePageRange::kAlternateANSI9 = (int64_t)1 << 9
    [all...]
os2_table.h 241 struct CodePageRange {
307 // UNIMPLEMENTED: EnumSet<CodePageRange> asSet(long range1, long range2,
309 // long[] asArray(EnumSet<CodePageRange> rangeSet)
399 // UNIMPLEMENTED: EnumSet<CodePageRange> ulCodePageRange()
400 // void setUlCodePageRange(EnumSet<CodePageRange> rangeSet)
450 // UNIMPLEMENTED: public EnumSet<CodePageRange> ulCodePageRange()
  /external/chromium_org/third_party/skia/src/sfnt/
SkOTTable_OS_2_V1.h 386 union CodePageRange {
SkOTTable_OS_2_V2.h 401 union CodePageRange {
SkOTTable_OS_2_V3.h 411 union CodePageRange {
SkOTTable_OS_2_V4.h 446 union CodePageRange {
  /external/skia/src/sfnt/
SkOTTable_OS_2_V1.h 386 union CodePageRange {
SkOTTable_OS_2_V2.h 401 union CodePageRange {
SkOTTable_OS_2_V3.h 411 union CodePageRange {
SkOTTable_OS_2_V4.h 446 union CodePageRange {

Completed in 1457 milliseconds