Searched refs:AlphabeticSequence (Results 1 – 1 of 1) sorted by relevance
48 enum SequenceType { NumericSequence, AlphabeticSequence }; enumerator101 if (type == AlphabeticSequence) { in toAlphabeticOrNumeric()111 if (type == AlphabeticSequence) { in toAlphabeticOrNumeric()147 return toAlphabeticOrNumeric(number, alphabet, alphabetSize, AlphabeticSequence); in toAlphabetic()