Home
last modified time | relevance | path

Searched refs:UnicodeRange (Results 1 – 22 of 22) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSFontFace.h71 struct UnicodeRange { struct
72 UnicodeRange(UChar32 from, UChar32 to) in UnicodeRange() function
89 void add(UChar32 from, UChar32 to) { m_ranges.append(UnicodeRange(from, to)); } in add() argument
93 const UnicodeRange& rangeAt(size_t i) const { return m_ranges[i]; } in rangeAt()
95 Vector<UnicodeRange> m_ranges; // If empty, represents the whole code space.
/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGParserUtilities.h29 typedef pair<unsigned, unsigned> UnicodeRange; typedef
30 typedef Vector<UnicodeRange> UnicodeRanges;
DSVGParserUtilities.cpp355 static bool parseUnicodeRange(const CharType* characters, unsigned length, UnicodeRange& range) in parseUnicodeRange()
436 UnicodeRange range; in genericParseKerningUnicodeString()
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/core/
Dos2_table.h82 struct UnicodeRange { struct
Dos2_table.cc93 int32_t UnicodeRange::range(int32_t bit) { in range()
/external/sfntly/cpp/src/sfntly/table/core/
Dos2_table.h82 struct UnicodeRange { struct
Dos2_table.cc91 int32_t UnicodeRange::range(int32_t bit) { in range()
/external/chromium_org/third_party/skia/src/sfnt/
DSkOTTable_OS_2_V1.h96 union UnicodeRange { union
DSkOTTable_OS_2_V2.h97 union UnicodeRange { union
DSkOTTable_OS_2_V3.h98 union UnicodeRange { union
DSkOTTable_OS_2_V4.h98 union UnicodeRange { union
/external/skia/src/sfnt/
DSkOTTable_OS_2_V1.h96 union UnicodeRange { union
DSkOTTable_OS_2_V2.h97 union UnicodeRange { union
DSkOTTable_OS_2_V3.h98 union UnicodeRange { union
DSkOTTable_OS_2_V4.h98 union UnicodeRange { union
/external/chromium_org/third_party/WebKit/Source/platform/
Dblink_platform.gypi832 'text/UnicodeRange.cpp',
833 'text/UnicodeRange.h',
Dblink_platform.target.linux-mips.mk393 third_party/WebKit/Source/platform/text/UnicodeRange.cpp \
Dblink_platform.target.linux-x86.mk393 third_party/WebKit/Source/platform/text/UnicodeRange.cpp \
Dblink_platform.target.darwin-mips.mk393 third_party/WebKit/Source/platform/text/UnicodeRange.cpp \
Dblink_platform.target.linux-arm.mk394 third_party/WebKit/Source/platform/text/UnicodeRange.cpp \
Dblink_platform.target.darwin-x86.mk393 third_party/WebKit/Source/platform/text/UnicodeRange.cpp \
Dblink_platform.target.darwin-arm.mk394 third_party/WebKit/Source/platform/text/UnicodeRange.cpp \