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

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

#include "core/fxcrt/fx_extension.h"

#include <math.h>
#include <stdint.h>

#include <iterator>
#include <limits>

#include "core/fxcrt/compiler_specific.h"
#include "testing/gtest/include/gtest/gtest.h"

TEST(fxcrt, FXSYS_IsLowerASCII) {}

TEST(fxcrt, FXSYS_IsUpperASCII) {}

TEST(fxcrt, FXSYS_HexCharToInt) {}

TEST(fxcrt, FXSYS_DecimalCharToInt) {}

TEST(fxcrt, FXSYS_IsDecimalDigit) {}

TEST(fxcrt, FXSYS_IntToTwoHexChars) {}

TEST(fxcrt, FXSYS_IntToFourHexChars) {}

TEST(fxcrt, FXSYS_ToUTF16BE) {}

TEST(fxcrt, FXSYS_wcstof) {}

TEST(fxcrt, FXSYS_SafeOps) {}