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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderListMarker.cpp143 static String toNumeric(int number, const CharacterType* numerals, unsigned numeralsSize) function in namespace:blink
155 static inline String toNumeric(int number, const CharacterType(&alphabet)[size]) function in namespace:blink
157 return toNumeric(number, alphabet, size);
643 return toNumeric(value, arabicIndicNumerals);
649 return toNumeric(value, binaryNumerals);
655 return toNumeric(value, bengaliNumerals);
662 return toNumeric(value, khmerNumerals);
668 return toNumeric(value, devanagariNumerals);
674 return toNumeric(value, gujaratiNumerals);
680 return toNumeric(valu
[all...]

Completed in 326 milliseconds