OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Medial
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Source/WebCore/svg/
SVGGlyphElement.h
50
Medial
SVGGlyphElement.cpp
81
if (value == "
medial
")
82
return SVGGlyphIdentifier::
Medial
;
SVGFont.cpp
60
// Helper functions to determine the arabic character forms (initial,
medial
, terminal, isolated)
94
// enum ArabicForm { None = 0, Isolated, Terminal, Initial,
Medial
};
99
ASSERT(correctedForm >= SVGGlyphIdentifier::None && correctedForm <= SVGGlyphIdentifier::
Medial
);
/external/webkit/Source/JavaScriptCore/wtf/unicode/qt4/
UnicodeQt4.h
109
DecompositionMedial = QChar::
Medial
,
Completed in 313 milliseconds