Searched defs:bLetter (Results 1 – 3 of 3) sorted by relevance
90 bool bLetter = m_aLetterRB.IsChecked(); in IMPL_LINK() local
1135 bool bLetter = ((c >= 'A' && c <= 'Z') || (c >= 'a' && c <= 'z')); in isLetter() local
1593 bool bLetter = ((c >= 'A' && c <= 'Z') || (c >= 'a' && c <= 'z')); in isLetter() local
Completed in 34 milliseconds