OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UnicodeRange
(Results
1 - 5
of
5
) 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; }
69
struct
UnicodeRange
{
70
UnicodeRange
(UChar32 from, UChar32 to)
97
Vector<
UnicodeRange
> m_ranges;
CSSSegmentedFontFace.cpp
108
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/webkit/Source/WebCore/
Android.mk
801
platform/text/
UnicodeRange
.cpp \
[
all
...]
Completed in 244 milliseconds