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

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

Completed in 58 milliseconds