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

(e4657a741c23c8f48e0e97ae2091dc2d99f4f27d)

#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"
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_SafeOps)

Function Documentation

◆ TEST() [1/10]

TEST ( fxcrt ,
FXSYS_DecimalCharToInt  )

Definition at line 65 of file fx_extension_unittest.cpp.

◆ TEST() [2/10]

TEST ( fxcrt ,
FXSYS_HexCharToInt  )

Definition at line 58 of file fx_extension_unittest.cpp.

◆ TEST() [3/10]

TEST ( fxcrt ,
FXSYS_IntToFourHexChars  )

Definition at line 101 of file fx_extension_unittest.cpp.

◆ TEST() [4/10]

TEST ( fxcrt ,
FXSYS_IntToTwoHexChars  )

Definition at line 83 of file fx_extension_unittest.cpp.

◆ TEST() [5/10]

TEST ( fxcrt ,
FXSYS_IsDecimalDigit  )

Definition at line 74 of file fx_extension_unittest.cpp.

◆ TEST() [6/10]

TEST ( fxcrt ,
FXSYS_IsLowerASCII  )

Definition at line 16 of file fx_extension_unittest.cpp.

◆ TEST() [7/10]

TEST ( fxcrt ,
FXSYS_IsUpperASCII  )

Definition at line 37 of file fx_extension_unittest.cpp.

◆ TEST() [8/10]

TEST ( fxcrt ,
FXSYS_SafeOps  )

Definition at line 224 of file fx_extension_unittest.cpp.

◆ TEST() [9/10]

TEST ( fxcrt ,
FXSYS_ToUTF16BE  )

Definition at line 113 of file fx_extension_unittest.cpp.

◆ TEST() [10/10]

TEST ( fxcrt ,
FXSYS_wcstof  )

Definition at line 133 of file fx_extension_unittest.cpp.