Home
last modified time | relevance | path

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

/trunk/main/editeng/source/misc/
H A Dsvxacorr.cxx193 static sal_Bool lcl_IsInAsciiArr( const sal_Char* pArr, const sal_Unicode c ) in lcl_IsInAsciiArr() function
514 if( !lcl_IsInAsciiArr( sImplSttSkipChars, rTxt.GetChar( nSttPos ) )) in FnChgOrdinalNumber()
517 if( !lcl_IsInAsciiArr( sImplEndSkipChars, rTxt.GetChar( nEndPos - 1 ) )) in FnChgOrdinalNumber()
591 for( n = nSttPos+2; n < nEndPos && lcl_IsInAsciiArr( in FnChgToEnEmDash()
599 for( n = nSttPos-1; n && lcl_IsInAsciiArr( in FnChgToEnEmDash()
626 for( n = nSttPos; n < nEndPos && lcl_IsInAsciiArr( in FnChgToEnEmDash()
635 for( n = nTmpPos-1; n && lcl_IsInAsciiArr( in FnChgToEnEmDash()
660 lcl_IsInAsciiArr( sImplEndSkipChars, rTxt.GetChar( nFndPos - 1 ) )) && in FnChgToEnEmDash()
662 lcl_IsInAsciiArr( sImplSttSkipChars, rTxt.GetChar( nFndPos + 2 ) ))) in FnChgToEnEmDash()
864 if( lcl_IsInAsciiArr( sImplWordChars, *pStr ) && in FnCptlSttSntnc()
[all …]