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

(813d9ae984a99e739b99cf694a9d5b24d0a6b7a7)

#include <math.h>
#include <iterator>
#include <limits>
#include "build/build_config.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 320 of file fx_system_unittest.cpp.

◆ TEST() [2/11]

TEST ( fxcrt ,
FXSYS_atoi64  )

Definition at line 343 of file fx_system_unittest.cpp.

◆ TEST() [3/11]

TEST ( fxcrt ,
FXSYS_atoui  )

Definition at line 382 of file fx_system_unittest.cpp.

◆ TEST() [4/11]

TEST ( fxcrt ,
FXSYS_i64toa  )

Definition at line 237 of file fx_system_unittest.cpp.

◆ TEST() [5/11]

TEST ( fxcrt ,
FXSYS_i64toa_InvalidRadix  )

Definition at line 221 of file fx_system_unittest.cpp.

◆ TEST() [6/11]

TEST ( fxcrt ,
FXSYS_itoa  )

Definition at line 197 of file fx_system_unittest.cpp.

◆ TEST() [7/11]

TEST ( fxcrt ,
FXSYS_itoa_InvalidRadix  )

Definition at line 181 of file fx_system_unittest.cpp.

◆ TEST() [8/11]

TEST ( fxcrt ,
FXSYS_round  )

Definition at line 130 of file fx_system_unittest.cpp.

◆ TEST() [9/11]

TEST ( fxcrt ,
FXSYS_roundf  )

Definition at line 80 of file fx_system_unittest.cpp.

◆ TEST() [10/11]

TEST ( fxcrt ,
FXSYS_wcsftime  )

Definition at line 268 of file fx_system_unittest.cpp.

◆ TEST() [11/11]

TEST ( fxcrt ,
FXSYS_wtoi  )

Definition at line 365 of file fx_system_unittest.cpp.