chromium/third_party/pdfium/xfa/fgas/layout/cfgas_breakpiece.cpp

// Copyright 2017 The PDFium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com

#include "xfa/fgas/layout/cfgas_breakpiece.h"

#include "core/fxcrt/check_op.h"
#include "core/fxcrt/numerics/safe_conversions.h"
#include "xfa/fgas/layout/cfgas_textuserdata.h"

CFGAS_BreakPiece::CFGAS_BreakPiece() = default;

CFGAS_BreakPiece::CFGAS_BreakPiece(const CFGAS_BreakPiece& other) = default;

CFGAS_BreakPiece::~CFGAS_BreakPiece() = default;

int32_t CFGAS_BreakPiece::GetEndPos() const {}

size_t CFGAS_BreakPiece::GetLength() const {}

CFGAS_Char* CFGAS_BreakPiece::GetChar(int32_t index) const {}

CFGAS_Char* CFGAS_BreakPiece::GetChar(size_t index) const {}

WideString CFGAS_BreakPiece::GetString() const {}

std::vector<int32_t> CFGAS_BreakPiece::GetWidths() const {}