Searched refs:pHtEnd (Results 1 – 2 of 2) sorted by relevance
327 const SwTxtAttr *pHtEnd = m_HintEnds[i]; in Check() local328 CHECK_ERR( 0xFF != *(unsigned char*)pHtEnd, "HintsCheck: end ptr was deleted" ); in Check()331 nIdx = *pHtEnd->GetAnyEnd(); in Check()337 CHECK_ERR( lcl_IsLessEnd( *pLastEnd, *pHtEnd ), "HintsCheck: IsLastEnd" ); in Check()340 pLastEnd = pHtEnd; in Check()362 nWhich = pHtEnd->Which(); in Check()
2862 xub_StrLen *pHtEnd = pHint->GetEnd(); in TryInsertHint() local3047 if( !pHtEnd ) in TryInsertHint()3072 if( *pHtEnd < nHtStart ) in TryInsertHint()3074 ASSERT( *pHtEnd >= nHtStart, in TryInsertHint()3078 *pHint->GetStart() = *pHtEnd; in TryInsertHint()3079 *pHtEnd = nHtStart; in TryInsertHint()3084 const xub_StrLen nHintEnd = *pHtEnd; in TryInsertHint()
Completed in 45 milliseconds