Searched refs:nHintStart (Results 1 – 4 of 4) sorted by relevance
77 xub_StrLen nHintStart = STRING_LEN; in lcl_CleanStr() local86 nHintStart = pHts && n < pHts->Count() ? in lcl_CleanStr()101 if ( STRING_LEN != nHintStart && nHintStart < nSoftHyphen && nHintStart < nEnd ) in lcl_CleanStr()103 nStt = nHintStart; in lcl_CleanStr()107 else if ( STRING_LEN != nSoftHyphen && nSoftHyphen < nHintStart && nSoftHyphen < nEnd ) in lcl_CleanStr()113 else if ( STRING_LEN != nSoftHyphen && nSoftHyphen == nHintStart ) in lcl_CleanStr()
110 const xub_StrLen nHintStart = *pHt->GetStart(); in SearchNext() local111 if ( nHintStart >= nStartPos && nHintStart <= nMinPos ) in SearchNext()113 nMinPos = nHintStart; in SearchNext()
1255 if (nIndex < nHintStart) in lcl_GetTxtAttrs()1270 ? (*pMatchFunc)(nIndex, nHintStart, *pEndIdx) in lcl_GetTxtAttrs()1271 : (nHintStart == nIndex) ); in lcl_GetTxtAttrs()1276 if (nPreviousIndex < nHintStart) in lcl_GetTxtAttrs()1279 nPreviousIndex = nHintStart; in lcl_GetTxtAttrs()2358 const xub_StrLen nHintStart = *pHt->GetStart(); in EraseText() local2360 if ( nHintStart < nStartIdx ) in EraseText()2363 if ( nHintStart > nEndIdx ) in EraseText()2374 (nHintStart >= nStartIdx) && (nHintStart < nEndIdx)) in EraseText()2386 || ((nHintStart == nStartIdx) && (nHintStart + 1 == nEndIdx)), in EraseText()[all …]
1708 const xub_StrLen nHintStart = *(pTxtHt->GetStart()); in DeleteAttributes() local1709 if (nStart < nHintStart) in DeleteAttributes()1713 else if ( (nStart == nHintStart) && (nWhich == pTxtHt->Which()) ) in DeleteAttributes()
Completed in 99 milliseconds