// 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_breakline.h" #include "core/fxcrt/check.h" #include "core/fxcrt/stl_util.h" CFGAS_BreakLine::CFGAS_BreakLine() = default; CFGAS_BreakLine::~CFGAS_BreakLine() = default; CFGAS_Char* CFGAS_BreakLine::LastChar() { … } int32_t CFGAS_BreakLine::GetLineEnd() const { … } void CFGAS_BreakLine::Clear() { … } void CFGAS_BreakLine::IncrementArabicCharCount() { … } void CFGAS_BreakLine::DecrementArabicCharCount() { … }