OpenEnroth 73e68f7
Loading...
Searching...
No Matches
Functions | Variables
UnicodeCrt_ut.cpp File Reference
#include <cstdio>
#include <filesystem>
#include <fstream>
#include <string>
#include "Testing/Unit/UnitTest.h"
#include "Utility/Streams/FileOutputStream.h"
#include "Utility/UnicodeCrt.h"

Functions

 UNIT_TEST (UnicodeCrt, fopen)
 
 UNIT_TEST (UnicodeCrt, filesystem_exists_remove)
 
 UNIT_TEST (UnicodeCrt, filesystem_path)
 
 UNIT_TEST (UnicodeCrt, filesystem_rename)
 
 UNIT_TEST (UnicodeCrt, fstreams)
 

Variables

static const char8_t * u8prefix = u8"\u0444\u0430\u0439\u043B"
 
static const char16_t * u16prefix = u"\u0444\u0430\u0439\u043B"
 

Function Documentation

◆ UNIT_TEST() [1/5]

UNIT_TEST ( UnicodeCrt  ,
filesystem_exists_remove   
)

◆ UNIT_TEST() [2/5]

UNIT_TEST ( UnicodeCrt  ,
filesystem_path   
)

◆ UNIT_TEST() [3/5]

UNIT_TEST ( UnicodeCrt  ,
filesystem_rename   
)

◆ UNIT_TEST() [4/5]

UNIT_TEST ( UnicodeCrt  ,
fopen   
)

◆ UNIT_TEST() [5/5]

UNIT_TEST ( UnicodeCrt  ,
fstreams   
)

Variable Documentation

◆ u16prefix

const char16_t* u16prefix = u"\u0444\u0430\u0439\u043B"
static

◆ u8prefix

const char8_t* u8prefix = u8"\u0444\u0430\u0439\u043B"
static