Home
last modified time | relevance | path

Searched refs:AlphabeticSequence (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderListMarker.cpp45 enum SequenceType { NumericSequence, AlphabeticSequence }; enumerator
93 if (type == AlphabeticSequence) { in toAlphabeticOrNumeric()
103 if (type == AlphabeticSequence) { in toAlphabeticOrNumeric()
137 return toAlphabeticOrNumeric(number, alphabet, alphabetSize, AlphabeticSequence); in toAlphabetic()