![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#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"
Go to the source code of this file.
Functions | |
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) |
TEST | ( | fxcrt | , |
FXSYS_DecimalCharToInt | ) |
Definition at line 65 of file fx_extension_unittest.cpp.
TEST | ( | fxcrt | , |
FXSYS_HexCharToInt | ) |
Definition at line 58 of file fx_extension_unittest.cpp.
TEST | ( | fxcrt | , |
FXSYS_IntToFourHexChars | ) |
Definition at line 101 of file fx_extension_unittest.cpp.
TEST | ( | fxcrt | , |
FXSYS_IntToTwoHexChars | ) |
Definition at line 83 of file fx_extension_unittest.cpp.
TEST | ( | fxcrt | , |
FXSYS_IsDecimalDigit | ) |
Definition at line 74 of file fx_extension_unittest.cpp.
TEST | ( | fxcrt | , |
FXSYS_IsLowerASCII | ) |
Definition at line 16 of file fx_extension_unittest.cpp.
TEST | ( | fxcrt | , |
FXSYS_IsUpperASCII | ) |
Definition at line 37 of file fx_extension_unittest.cpp.
TEST | ( | fxcrt | , |
FXSYS_SafeOps | ) |
Definition at line 224 of file fx_extension_unittest.cpp.
TEST | ( | fxcrt | , |
FXSYS_ToUTF16BE | ) |
Definition at line 113 of file fx_extension_unittest.cpp.
TEST | ( | fxcrt | , |
FXSYS_wcstof | ) |
Definition at line 133 of file fx_extension_unittest.cpp.