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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderListMarker.cpp137 static String toAlphabetic(int number, const CharacterType* alphabet, unsigned alphabetSize) function in namespace:blink
149 static inline String toAlphabetic(int number, const CharacterType(&alphabet)[size]) function in namespace:blink
151 return toAlphabetic(number, alphabet, size);
768 return toAlphabetic(value, lowerLatinAlphabet);
776 return toAlphabetic(value, upperLatinAlphabet);
784 return toAlphabetic(value, lowerGreekAlphabet);
798 return toAlphabetic(value, hiraganaAlphabet);
811 return toAlphabetic(value, hiraganaIrohaAlphabet);
824 return toAlphabetic(value, katakanaAlphabet);
837 return toAlphabetic(valu
[all...]

Completed in 70 milliseconds