Searched refs:SYMBOL_LIST (Results 1 – 1 of 1) sorted by relevance
901 static const char* SYMBOL_LIST = "!\"#$%&\'()*+,-./:;<=>\?@[\\]^_`{|}~ "; in InputSymbol() local903 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() local914 u8 numSymbols = (u8)strlen( SYMBOL_LIST ); in InputMailSymbol()916 *dst = GetInputChar( &idxSymbol, input, SYMBOL_LIST, numSymbols, bStart ); in InputMailSymbol()