Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
fx_system_unittest.cpp File Reference

(e4657a741c23c8f48e0e97ae2091dc2d99f4f27d)

#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"
Include dependency graph for fx_system_unittest.cpp:

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)

Function Documentation

◆ TEST() [1/11]

TEST ( fxcrt ,
FXSYS_atoi  )

Definition at line 335 of file fx_system_unittest.cpp.

◆ TEST() [2/11]

TEST ( fxcrt ,
FXSYS_atoi64  )

Definition at line 358 of file fx_system_unittest.cpp.

◆ TEST() [3/11]

TEST ( fxcrt ,
FXSYS_atoui  )

Definition at line 397 of file fx_system_unittest.cpp.

◆ TEST() [4/11]

TEST ( fxcrt ,
FXSYS_i64toa  )

Definition at line 250 of file fx_system_unittest.cpp.

◆ TEST() [5/11]

TEST ( fxcrt ,
FXSYS_i64toa_InvalidRadix  )

Definition at line 234 of file fx_system_unittest.cpp.

◆ TEST() [6/11]

TEST ( fxcrt ,
FXSYS_itoa  )

Definition at line 210 of file fx_system_unittest.cpp.

◆ TEST() [7/11]

TEST ( fxcrt ,
FXSYS_itoa_InvalidRadix  )

Definition at line 194 of file fx_system_unittest.cpp.

◆ TEST() [8/11]

TEST ( fxcrt ,
FXSYS_round  )

Definition at line 143 of file fx_system_unittest.cpp.

◆ TEST() [9/11]

TEST ( fxcrt ,
FXSYS_roundf  )

Definition at line 93 of file fx_system_unittest.cpp.

◆ TEST() [10/11]

TEST ( fxcrt ,
FXSYS_wcsftime  )

Definition at line 281 of file fx_system_unittest.cpp.

◆ TEST() [11/11]

TEST ( fxcrt ,
FXSYS_wtoi  )

Definition at line 380 of file fx_system_unittest.cpp.