OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UnicodeRange
(Results
1 - 9
of
9
) sorted by null
/external/webkit/Source/WebCore/css/
CSSFontFace.h
50
struct
UnicodeRange
;
52
void addRange(UChar32 from, UChar32 to) { m_ranges.append(
UnicodeRange
(from, to)); }
53
const Vector<
UnicodeRange
>& ranges() const { return m_ranges; }
70
struct
UnicodeRange
{
71
UnicodeRange
(UChar32 from, UChar32 to)
98
Vector<
UnicodeRange
> m_ranges;
CSSSegmentedFontFace.cpp
109
const Vector<CSSFontFace::
UnicodeRange
>& ranges = m_fontFaces[i]->ranges();
/external/webkit/Source/WebCore/svg/
SVGParserUtilities.h
28
typedef pair<unsigned, unsigned>
UnicodeRange
;
29
typedef Vector<
UnicodeRange
> UnicodeRanges;
SVGParserUtilities.cpp
248
static bool parseUnicodeRange(const UChar* characters, unsigned length,
UnicodeRange
& range)
332
UnicodeRange
range;
/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/webkit/Source/WebCore/
Android.mk
815
platform/text/
UnicodeRange
.cpp \
[
all
...]
Completed in 828 milliseconds