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()
1216 xub_StrLen const nHintStart, xub_StrLen const nHintEnd) in lcl_GetTxtAttrDefault() argument1218 return ((nHintStart <= nIndex) && (nIndex < nHintEnd)); in lcl_GetTxtAttrDefault()1221 xub_StrLen const nHintStart, xub_StrLen const nHintEnd) in lcl_GetTxtAttrExpand() argument1223 return ((nHintStart < nIndex) && (nIndex <= nHintEnd)); in lcl_GetTxtAttrExpand()1226 xub_StrLen const nHintStart, xub_StrLen const nHintEnd) in lcl_GetTxtAttrParent() argument1228 return ((nHintStart < nIndex) && (nIndex < nHintEnd)); in lcl_GetTxtAttrParent()1254 xub_StrLen const nHintStart( *(pHint->GetStart()) ); in lcl_GetTxtAttrs() local1255 if (nIndex < nHintStart) in lcl_GetTxtAttrs()1270 ? (*pMatchFunc)(nIndex, nHintStart, *pEndIdx) in lcl_GetTxtAttrs()1271 : (nHintStart == nIndex) ); in lcl_GetTxtAttrs()[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()