Home
last modified time | relevance | path

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

/RevoEX-2.1/build/demos/nwc24demo/src/FLViewer/
DFLViewerUpdate.c901 static const char* SYMBOL_LIST = "!\"#$%&\'()*+,-./:;<=>\?@[\\]^_`{|}~ "; in InputSymbol() local
903 u8 numSymbols = (u8)strlen( SYMBOL_LIST ); in InputSymbol()
905 *dst = GetInputChar( &idxSymbol, input, SYMBOL_LIST, numSymbols, bStart ); in InputSymbol()
912 static const char* SYMBOL_LIST = "@.-_"; in InputMailSymbol() local
914 u8 numSymbols = (u8)strlen( SYMBOL_LIST ); in InputMailSymbol()
916 *dst = GetInputChar( &idxSymbol, input, SYMBOL_LIST, numSymbols, bStart ); in InputMailSymbol()