Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderListMarker.cpp145 static String toAlphabetic(int number, const CharacterType* alphabet, unsigned alphabetSize) in toAlphabetic() function
157 static inline String toAlphabetic(int number, const CharacterType(&alphabet)[size]) in toAlphabetic() function
159 return toAlphabetic(number, alphabet, size); in toAlphabetic()
776 return toAlphabetic(value, lowerLatinAlphabet); in listMarkerText()
784 return toAlphabetic(value, upperLatinAlphabet); in listMarkerText()
792 return toAlphabetic(value, lowerGreekAlphabet); in listMarkerText()
806 return toAlphabetic(value, hiraganaAlphabet); in listMarkerText()
819 return toAlphabetic(value, hiraganaIrohaAlphabet); in listMarkerText()
832 return toAlphabetic(value, katakanaAlphabet); in listMarkerText()
845 return toAlphabetic(value, katakanaIrohaAlphabet); in listMarkerText()
[all …]