#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) { … }