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

/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DStyleSheet.java2340 formattedNum = formatAlphaNumerals(itemNum);
2362 String formatAlphaNumerals(int itemNum) { method in class:StyleSheet.ListPainter
2366 result = formatAlphaNumerals(itemNum / 26) +
2367 formatAlphaNumerals(itemNum % 26);

Completed in 96 milliseconds