Searched refs:nSoftHyphen (Results 1 – 1 of 1) sorted by relevance
76 xub_StrLen nSoftHyphen = nStart; in lcl_CleanStr() local91 nSoftHyphen = bRemoveSoftHyphen ? in lcl_CleanStr()92 rNd.GetTxt().Search( CHAR_SOFTHYPHEN, nSoftHyphen ) : in lcl_CleanStr()101 if ( STRING_LEN != nHintStart && nHintStart < nSoftHyphen && nHintStart < nEnd ) in lcl_CleanStr()107 else if ( STRING_LEN != nSoftHyphen && nSoftHyphen < nHintStart && nSoftHyphen < nEnd ) in lcl_CleanStr()109 nStt = nSoftHyphen; in lcl_CleanStr()113 else if ( STRING_LEN != nSoftHyphen && nSoftHyphen == nHintStart ) in lcl_CleanStr()115 nStt = nSoftHyphen; in lcl_CleanStr()171 ++nSoftHyphen; in lcl_CleanStr()
Completed in 16 milliseconds