MCPcopy Create free account
hub / github.com/Sinflower/UberWolf / GetCharCodeFormatUnitSize

Function GetCharCodeFormatUnitSize

3rdParty/DXLib/CharCode.cpp:714–717  ·  view source on GitHub ↗

指定のコードページの情報最少サイズを取得する( 戻り値:バイト数 )

Source from the content-addressed store, hash-verified

712
713// 指定のコードページの情報最少サイズを取得する( 戻り値:バイト数 )
714extern int GetCharCodeFormatUnitSize( int CharCodeFormat )
715{
716 return GetCharCodeFormatUnitSize_inline( CharCodeFormat ) ;
717}
718
719// 1文字のバイト数を取得する( 戻り値:1文字のバイト数 )
720__inline int GetCharBytes_inline( const char *CharCode, int CharCodeFormat )

Callers 2

AddFileNameDataMethod · 0.85
CreateKeyFileStringMethod · 0.85

Calls 1

Tested by

no test coverage detected