chromium/third_party/pdfium/testing/fx_string_testhelpers.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.

#include "testing/fx_string_testhelpers.h"

#include <iomanip>
#include <ios>
#include <ostream>

#include "core/fxcrt/cfx_datetime.h"
#include "core/fxcrt/check_op.h"
#include "core/fxcrt/compiler_specific.h"
#include "core/fxcrt/fx_string.h"
#include "core/fxcrt/span.h"
#include "fpdfsdk/cpdfsdk_helpers.h"

std::ostream& operator<<(std::ostream& os, const CFX_DateTime& dt) {}

std::vector<std::string> StringSplit(const std::string& str, char delimiter) {}

std::string GetPlatformString(FPDF_WIDESTRING wstr) {}

std::wstring GetPlatformWString(FPDF_WIDESTRING wstr) {}

ScopedFPDFWideString GetFPDFWideString(const std::wstring& wstr) {}

std::vector<FPDF_WCHAR> GetFPDFWideStringBuffer(size_t length_bytes) {}