Searched refs:aStartIter (Results 1 – 1 of 1) sorted by relevance
696 std::set<xub_StrLen>::iterator aStartIter = aBounds.lower_bound( nThisStart ); in BuildPortions() local698 xub_StrLen nPorStart = *aStartIter; in BuildPortions()699 ++aStartIter; in BuildPortions()705 while ( aStartIter != aEndIter || bNoLengthAttribute ) in BuildPortions()707 ASSERT( bNoLengthAttribute || nPorStart < *aStartIter, "AUTOSTYLES: BuildPortion trouble" ) in BuildPortions()709 const xub_StrLen nPorEnd = bNoLengthAttribute ? nPorStart : *aStartIter; in BuildPortions()952 nPorStart = *aStartIter; in BuildPortions()953 ++aStartIter; in BuildPortions()
Completed in 47 milliseconds