Searched refs:ALPHA_LIST (Results 1 – 1 of 1) sorted by relevance
863 static const char* ALPHA_LIST = "abcdefghijklmnopqrstuvwxyz"; in InputAlpha() local865 u8 numAlphas = (u8)strlen( ALPHA_LIST ); in InputAlpha()867 *dst = GetInputChar( &idxAlphas, input, ALPHA_LIST, numAlphas, bStart ); in InputAlpha()