Searched refs:AlphabeticSequence (Results 1 – 1 of 1) sorted by relevance
45 enum SequenceType { NumericSequence, AlphabeticSequence }; enumerator93 if (type == AlphabeticSequence) { in toAlphabeticOrNumeric()103 if (type == AlphabeticSequence) { in toAlphabeticOrNumeric()137 return toAlphabeticOrNumeric(number, alphabet, alphabetSize, AlphabeticSequence); in toAlphabetic()