Lines Matching refs:insert
4282 CharacterRange insert) {
4288 uc16 from = insert.from();
4289 uc16 to = insert.to();
4307 // must be merged with the insert range.
4310 // Insert between existing ranges at position start_pos.
4314 list->at(start_pos) = insert;
4369 int read = i; // Range to insert.
4637 // If this is the first range we just insert into the table.
4639 ASSERT_RESULT(tree()->Insert(current.from(), &loc));
4664 ASSERT_RESULT(tree()->Insert(right.from(), &loc));
4680 ASSERT_RESULT(tree()->Insert(current.from(), &ins));
4691 ASSERT_RESULT(tree()->Insert(current.to() + 1, &ins));
4711 ASSERT_RESULT(tree()->Insert(current.from(), &ins));