Searched refs:positionAfterLastEntity (Results 1 – 1 of 1) sorted by relevance
62 size_t positionAfterLastEntity = 0; in appendCharactersReplacingEntities() local66 out.append(content + positionAfterLastEntity, i - positionAfterLastEntity); in appendCharactersReplacingEntities()68 positionAfterLastEntity = i + 1; in appendCharactersReplacingEntities()73 out.append(content + positionAfterLastEntity, length - positionAfterLastEntity); in appendCharactersReplacingEntities()