Searched refs:position_end (Results 1 – 2 of 2) sorted by relevance
124 position_end = max(position_ji, position_ui)125 if position_end >= 0:127 position_end = doc.find('\n', position_end)128 if position_end < 0:131 lines = doc[position:position_end].split('\n')132 position = position_end + 1 # +1 is needed to eat the last \n240 position_end = doc.find('\n', position_trailer)241 if position_end >= 0:243 position = position_end + 1 # +1 to ommit '\n' from the trailer
621 const size_t position_end = *position + BlockLength(); in Create() local668 RTC_DCHECK_EQ(*position, position_end); in Create()