Searched refs:atPos (Results 1 – 1 of 1) sorted by relevance
619 int atPos = replyString.indexOf( "@" ); in isValidData() local623 …if( length == 0 || atPos == -1 || dotPos == -1 || atPos < 2 || dotPos < atPos || dotPos + 2 == len… in isValidData()
Completed in 15 milliseconds