Searched refs:alphabetSize (Results 1 – 1 of 1) sorted by relevance
145 static String toAlphabetic(int number, const CharacterType* alphabet, unsigned alphabetSize) in toAlphabetic() argument147 return toAlphabeticOrNumeric(number, alphabet, alphabetSize, AlphabeticSequence); in toAlphabetic()