Lines Matching refs:isLetterNumeric
468 if( rCC.isLetterNumeric( rTxt, nSttPos )) in FnCptlSttWrd()
471 if( rCC.isLetterNumeric( rTxt, nEndPos - 1 )) in FnCptlSttWrd()
597 if( rCC.isLetterNumeric( cCh ) ) in FnChgToEnEmDash()
604 if( rCC.isLetterNumeric( cCh )) in FnChgToEnEmDash()
632 if( rCC.isLetterNumeric( cCh ) ) in FnChgToEnEmDash()
639 if( rCC.isLetterNumeric( cCh )) in FnChgToEnEmDash()
659 ( rCC.isLetterNumeric( sTmp, nFndPos - 1 ) || in FnChgToEnEmDash()
661 ( rCC.isLetterNumeric( sTmp, nFndPos + 2 ) || in FnChgToEnEmDash()
803 bAlphaNum = rCC.isLetterNumeric( rTxt, nPos ); in FnChgWeightUnderl()
1002 if( !rCC.isLetterNumeric( in FnCptlSttSntnc()
1078 !rCC.isLetterNumeric( sTmp, 0 ) ) in FnCptlSttSntnc()
1084 while( nLen && !rCC.isLetterNumeric( sTmp, nLen-1 ) ) in FnCptlSttSntnc()