Home
last modified time | relevance | path

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

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