Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderListMarker.cpp151 static String toNumeric(int number, const CharacterType* numerals, unsigned numeralsSize) in toNumeric() function
163 static inline String toNumeric(int number, const CharacterType(&alphabet)[size]) in toNumeric() function
165 return toNumeric(number, alphabet, size); in toNumeric()
651 return toNumeric(value, arabicIndicNumerals); in listMarkerText()
657 return toNumeric(value, binaryNumerals); in listMarkerText()
663 return toNumeric(value, bengaliNumerals); in listMarkerText()
670 return toNumeric(value, khmerNumerals); in listMarkerText()
676 return toNumeric(value, devanagariNumerals); in listMarkerText()
682 return toNumeric(value, gujaratiNumerals); in listMarkerText()
688 return toNumeric(value, gurmukhiNumerals); in listMarkerText()
[all …]