Searched defs:UnicodeRange (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGParserUtilities.h30 typedef pair<unsigned, unsigned> UnicodeRange; typedef
31 typedef Vector<UnicodeRange> UnicodeRanges;
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSFontFace.h45 struct UnicodeRange;
48 CSSFontFace(FontFace* fontFace, Vector<UnicodeRange>& ranges)
73 struct UnicodeRange { struct in class:blink::FINAL
74 UnicodeRange(UChar32 from, UChar32 to) function in struct:blink::FINAL::UnicodeRange
83 bool operator<(const UnicodeRange& other) const { return m_from < other.m_from; }
93 explicit UnicodeRangeSet(const Vector<UnicodeRange>&);
98 const UnicodeRange& rangeAt(size_t i) const { return m_ranges[i]; }
100 Vector<UnicodeRange> m_ranges; // If empty, represents the whole code space.
/external/chromium_org/third_party/skia/src/sfnt/
H A DSkOTTable_OS_2_V1.h96 union UnicodeRange { union in struct:SkOTTableOS2_V1
H A DSkOTTable_OS_2_V2.h97 union UnicodeRange { union in struct:SkOTTableOS2_V2
H A DSkOTTable_OS_2_V3.h98 union UnicodeRange { union in struct:SkOTTableOS2_V3
H A DSkOTTable_OS_2_V4.h98 union UnicodeRange { union in struct:SkOTTableOS2_V4
/external/skia/src/sfnt/
H A DSkOTTable_OS_2_V1.h96 union UnicodeRange { union in struct:SkOTTableOS2_V1
H A DSkOTTable_OS_2_V2.h97 union UnicodeRange { union in struct:SkOTTableOS2_V2
H A DSkOTTable_OS_2_V3.h98 union UnicodeRange { union in struct:SkOTTableOS2_V3
H A DSkOTTable_OS_2_V4.h98 union UnicodeRange { union in struct:SkOTTableOS2_V4
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/core/
H A Dos2_table.h82 struct UnicodeRange { struct in namespace:sfntly
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/
H A Dos2_table.h82 struct UnicodeRange { struct in namespace:sfntly
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 1979 milliseconds