Lines Matching refs:nPorStart
698 xub_StrLen nPorStart = *aStartIter; in BuildPortions() local
707 ASSERT( bNoLengthAttribute || nPorStart < *aStartIter, "AUTOSTYLES: BuildPortion trouble" ) in BuildPortions()
709 const xub_StrLen nPorEnd = bNoLengthAttribute ? nPorStart : *aStartIter; in BuildPortions()
723 if ( nOtherStart > nPorStart ) in BuildPortions()
726 if ( pOther->GetEnd() && *pOther->GetEnd() == nPorEnd && nOtherStart == nPorStart ) in BuildPortions()
801 aNewSet, nPorStart, nPorEnd ); in BuildPortions()
811 if ( nPorStart == nThisStart && in BuildPortions()
821 nPorStart, nPorEnd ); in BuildPortions()
879 nPorStart, nPorEnd ); in BuildPortions()
929 nPorStart == nThisStart && in BuildPortions()
938 nPorStart, nPorEnd ); in BuildPortions()
952 nPorStart = *aStartIter; in BuildPortions()
2716 const xub_StrLen nPorStart = *pHt->GetStart(); in MergePortions() local
2717 if ( nPorStart != nLastPorStart && nLastPorStart != STRING_LEN ) in MergePortions()
2719 nLastPorStart = nPorStart; in MergePortions()