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_extension_unittest.cpp File Reference

(9c1f44f67466fea2fb20bb6f31fea388d8c65961)

#include "core/fxcrt/fx_extension.h"
#include <math.h>
#include <stdint.h>
#include <iterator>
#include <limits>
#include "testing/gtest/include/gtest/gtest.h"
+ Include dependency graph for fx_extension_unittest.cpp:

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_wcsnicmp)
 
 TEST (fxcrt, FXSYS_SafeOps)
 

Function Documentation

◆ TEST() [1/11]

TEST ( fxcrt ,
FXSYS_DecimalCharToInt  )

Definition at line 64 of file fx_extension_unittest.cpp.

◆ TEST() [2/11]

TEST ( fxcrt ,
FXSYS_HexCharToInt  )

Definition at line 57 of file fx_extension_unittest.cpp.

◆ TEST() [3/11]

TEST ( fxcrt ,
FXSYS_IntToFourHexChars  )

Definition at line 100 of file fx_extension_unittest.cpp.

◆ TEST() [4/11]

TEST ( fxcrt ,
FXSYS_IntToTwoHexChars  )

Definition at line 82 of file fx_extension_unittest.cpp.

◆ TEST() [5/11]

TEST ( fxcrt ,
FXSYS_IsDecimalDigit  )

Definition at line 73 of file fx_extension_unittest.cpp.

◆ TEST() [6/11]

TEST ( fxcrt ,
FXSYS_IsLowerASCII  )

Definition at line 15 of file fx_extension_unittest.cpp.

◆ TEST() [7/11]

TEST ( fxcrt ,
FXSYS_IsUpperASCII  )

Definition at line 36 of file fx_extension_unittest.cpp.

◆ TEST() [8/11]

TEST ( fxcrt ,
FXSYS_SafeOps  )

Definition at line 221 of file fx_extension_unittest.cpp.

◆ TEST() [9/11]

TEST ( fxcrt ,
FXSYS_ToUTF16BE  )

Definition at line 112 of file fx_extension_unittest.cpp.

◆ TEST() [10/11]

TEST ( fxcrt ,
FXSYS_wcsnicmp  )

Definition at line 195 of file fx_extension_unittest.cpp.

◆ TEST() [11/11]

TEST ( fxcrt ,
FXSYS_wcstof  )

Definition at line 132 of file fx_extension_unittest.cpp.