chromium/third_party/pdfium/core/fxcrt/fx_bidi.cpp

// Copyright 2014 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 "core/fxcrt/fx_bidi.h"

#include <algorithm>

#include "core/fxcrt/check_op.h"
#include "core/fxcrt/fx_unicode.h"

CFX_BidiChar::CFX_BidiChar()
    :{}

bool CFX_BidiChar::AppendChar(wchar_t wch) {}

bool CFX_BidiChar::EndChar() {}

void CFX_BidiChar::StartNewSegment(CFX_BidiChar::Direction direction) {}

CFX_BidiString::CFX_BidiString(const WideString& str) :{}

CFX_BidiString::~CFX_BidiString() = default;

CFX_BidiChar::Direction CFX_BidiString::OverallDirection() const {}

void CFX_BidiString::SetOverallDirectionRight() {}