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

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGParserUtilities.h 30 typedef pair<unsigned, unsigned> UnicodeRange;
31 typedef Vector<UnicodeRange> UnicodeRanges;
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSFontFace.h 48 struct UnicodeRange;
51 CSSFontFace(FontFace* fontFace, Vector<UnicodeRange>& ranges)
76 struct UnicodeRange {
77 UnicodeRange(UChar32 from, UChar32 to)
86 bool operator<(const UnicodeRange& other) const { return m_from < other.m_from; }
96 explicit UnicodeRangeSet(const Vector<UnicodeRange>&);
101 const UnicodeRange& rangeAt(size_t i) const { return m_ranges[i]; }
103 Vector<UnicodeRange> m_ranges; // If empty, represents the whole code space.
  /external/chromium_org/third_party/skia/src/sfnt/
SkOTTable_OS_2_V1.h 96 union UnicodeRange {
SkOTTable_OS_2_V2.h 97 union UnicodeRange {
SkOTTable_OS_2_V3.h 98 union UnicodeRange {
SkOTTable_OS_2_V4.h 98 union UnicodeRange {
  /external/skia/src/sfnt/
SkOTTable_OS_2_V1.h 96 union UnicodeRange {
SkOTTable_OS_2_V2.h 97 union UnicodeRange {
SkOTTable_OS_2_V3.h 98 union UnicodeRange {
SkOTTable_OS_2_V4.h 98 union UnicodeRange {
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/core/
os2_table.h 82 struct UnicodeRange {
216 // UNIMPLEMENTED: EnumSet<UnicodeRange> asSet(long range1, long range2,
218 // long[] asArray(EnumSet<UnicodeRange> rangeSet)
370 // UNIMPLEMENTED: EnumSet<UnicodeRange> UlUnicodeRange()
371 // setUlUnicodeRange(EnumSet<UnicodeRange> rangeSet)
437 // UNIMPLEMENTED: public EnumSet<UnicodeRange> UlUnicodeRange()
  /external/sfntly/cpp/src/sfntly/table/core/
os2_table.h 82 struct UnicodeRange {
216 // UNIMPLEMENTED: EnumSet<UnicodeRange> asSet(long range1, long range2,
218 // long[] asArray(EnumSet<UnicodeRange> rangeSet)
370 // UNIMPLEMENTED: EnumSet<UnicodeRange> UlUnicodeRange()
371 // setUlUnicodeRange(EnumSet<UnicodeRange> rangeSet)
437 // UNIMPLEMENTED: public EnumSet<UnicodeRange> UlUnicodeRange()

Completed in 1785 milliseconds