Home
last modified time | relevance | path

Searched refs:ALPHA_LIST (Results 1 – 1 of 1) sorted by relevance

/RevoEX-2.1/build/demos/nwc24demo/src/FLViewer/
DFLViewerUpdate.c863 static const char* ALPHA_LIST = "abcdefghijklmnopqrstuvwxyz"; in InputAlpha() local
865 u8 numAlphas = (u8)strlen( ALPHA_LIST ); in InputAlpha()
867 *dst = GetInputChar( &idxAlphas, input, ALPHA_LIST, numAlphas, bStart ); in InputAlpha()