Home
last modified time | relevance | path

Searched refs:CodePageRange (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/core/
Dos2_table.cc25 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 …]
Dos2_table.h241 struct CodePageRange { struct
/third_party/skia/third_party/externals/sfntly/java/test/com/google/typography/font/sfntly/
DOS2Tests.java20 import com.google.typography.font.sfntly.table.core.OS2Table.CodePageRange;
77 EnumSet<CodePageRange> urSet = makeCodePageRangeSet(false); in testCodePageRange()
78 long[] cprArray = CodePageRange.asArray(urSet); in testCodePageRange()
79 EnumSet<CodePageRange> urSetCopy = CodePageRange.asSet(cprArray[0], cprArray[1]); in testCodePageRange()
95 private static EnumSet<CodePageRange> makeCodePageRangeSet(boolean odd) { in makeCodePageRangeSet()
96 EnumSet<CodePageRange> rSet = EnumSet.noneOf(CodePageRange.class); in makeCodePageRangeSet()
98 for (CodePageRange r : CodePageRange.values()) { in makeCodePageRangeSet()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/core/
DOS2Table.java609 public enum CodePageRange { enum in OS2Table
682 public static EnumSet<CodePageRange> asSet(long range1, long range2) { in asSet()
683 EnumSet<CodePageRange> set = EnumSet.noneOf(CodePageRange.class); in asSet()
687 for (CodePageRange cpr : CodePageRange.values()) { in asSet()
701 public static long[] asArray(EnumSet<CodePageRange> rangeSet) { in asArray()
703 Iterator<CodePageRange> iter = rangeSet.iterator(); in asArray()
705 CodePageRange ur = iter.next(); in asArray()
714 public EnumSet<CodePageRange> ulCodePageRange() { in ulCodePageRange()
715 return CodePageRange.asSet(this.ulCodePageRange1(), this.ulCodePageRange1()); in ulCodePageRange()
1066 public EnumSet<CodePageRange> ulCodePageRange() { in ulCodePageRange()
[all …]
/third_party/skia/src/sfnt/
DSkOTTable_OS_2_V1.h383 union CodePageRange { union
DSkOTTable_OS_2_V2.h399 union CodePageRange { union
DSkOTTable_OS_2_V3.h408 union CodePageRange { union
DSkOTTable_OS_2_V4.h443 union CodePageRange { union