HomeSort by relevance Sort by last modified time
    Searched refs:Isolated (Results 1 - 4 of 4) sorted by null

  /external/webkit/WebCore/svg/
SVGGlyphElement.h 47 Isolated,
SVGGlyphElement.cpp 84 else if (value == "isolated")
85 return SVGGlyphIdentifier::Isolated;
SVGFont.cpp 58 // Helper functions to determine the arabic character forms (initial, medial, terminal, isolated)
92 // enum ArabicForm { None = 0, Isolated, Terminal, Initial, Medial };
103 curForm = shapingMode == SNone ? SVGGlyphIdentifier::None : SVGGlyphIdentifier::Isolated;
  /external/webkit/JavaScriptCore/wtf/unicode/qt4/
UnicodeQt4.h 140 DecompositionIsolated = QChar::Isolated,

Completed in 60 milliseconds