![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <math.h>
#include <iterator>
#include <limits>
#include "build/build_config.h"
#include "core/fxcrt/compiler_specific.h"
#include "core/fxcrt/fx_string.h"
#include "core/fxcrt/fx_system.h"
#include "testing/gtest/include/gtest/gtest.h"
Go to the source code of this file.
Functions | |
TEST (fxcrt, FXSYS_roundf) | |
TEST (fxcrt, FXSYS_round) | |
TEST (fxcrt, FXSYS_itoa_InvalidRadix) | |
TEST (fxcrt, FXSYS_itoa) | |
TEST (fxcrt, FXSYS_i64toa_InvalidRadix) | |
TEST (fxcrt, FXSYS_i64toa) | |
TEST (fxcrt, FXSYS_wcsftime) | |
TEST (fxcrt, FXSYS_atoi) | |
TEST (fxcrt, FXSYS_atoi64) | |
TEST (fxcrt, FXSYS_wtoi) | |
TEST (fxcrt, FXSYS_atoui) |
TEST | ( | fxcrt | , |
FXSYS_atoi | ) |
Definition at line 335 of file fx_system_unittest.cpp.
TEST | ( | fxcrt | , |
FXSYS_atoi64 | ) |
Definition at line 358 of file fx_system_unittest.cpp.
TEST | ( | fxcrt | , |
FXSYS_atoui | ) |
Definition at line 397 of file fx_system_unittest.cpp.
TEST | ( | fxcrt | , |
FXSYS_i64toa | ) |
Definition at line 250 of file fx_system_unittest.cpp.
TEST | ( | fxcrt | , |
FXSYS_i64toa_InvalidRadix | ) |
Definition at line 234 of file fx_system_unittest.cpp.
TEST | ( | fxcrt | , |
FXSYS_itoa | ) |
Definition at line 210 of file fx_system_unittest.cpp.
TEST | ( | fxcrt | , |
FXSYS_itoa_InvalidRadix | ) |
Definition at line 194 of file fx_system_unittest.cpp.
TEST | ( | fxcrt | , |
FXSYS_round | ) |
Definition at line 143 of file fx_system_unittest.cpp.
TEST | ( | fxcrt | , |
FXSYS_roundf | ) |
Definition at line 93 of file fx_system_unittest.cpp.
TEST | ( | fxcrt | , |
FXSYS_wcsftime | ) |
Definition at line 281 of file fx_system_unittest.cpp.
TEST | ( | fxcrt | , |
FXSYS_wtoi | ) |
Definition at line 380 of file fx_system_unittest.cpp.