#include "third_party/blink/renderer/platform/wtf/text/text_offset_map.h"
#include "third_party/blink/renderer/platform/wtf/text/wtf_string.h"
namespace WTF {
namespace {
int ChunkLengthDifference(const Vector<TextOffsetMap::Entry>& entries,
wtf_size_t index) { … }
}
std::ostream& operator<<(std::ostream& stream,
const TextOffsetMap::Entry& entry) { … }
std::ostream& operator<<(std::ostream& stream,
const Vector<TextOffsetMap::Entry>& entries) { … }
TextOffsetMap::TextOffsetMap(const TextOffsetMap& map12,
const TextOffsetMap& map23) { … }
void TextOffsetMap::Append(wtf_size_t source, wtf_size_t target) { … }
void TextOffsetMap::Append(const icu::Edits& edits) { … }
}