指定のコードページの情報最少サイズを取得する( 戻り値:バイト数 )
| 712 | |
| 713 | // 指定のコードページの情報最少サイズを取得する( 戻り値:バイト数 ) |
| 714 | extern 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 ) |
no test coverage detected