5 #include <FK/UniCode.h>
36 #ifndef FK_DOXYGEN_USER_PROCESS
88 void SetBuffer(
unsigned char c1,
unsigned char c2);
121 #ifndef FK_DOXYGEN_USER_PROCESS
277 int GetCode(
int num);
296 int Find(
int start,
int code);
317 int Find(
int start,
unsigned char c1,
unsigned char c2);
int Code
文字コードプロパティ
Definition: UniCode_CLI.h:65
bool ReadFile(String^ fileName, fk_StringCode code)
ファイル全体取得メソッド1
FK の各クラスの基盤となる基本クラス
Definition: Base_CLI.h:105
char Ascii
ASCII文字取得プロパティ
Definition: UniCode_CLI.h:77
void PushBack(fk_UniChar^ c)
後部文字追加メソッド1
void CopyStr(fk_UniStr^ str)
文字列コピーメソッド
int GetLength(void)
文字列長参照メソッド
void Convert(String^ str, fk_StringCode code)
文字列生成メソッド1
void PopBack(void)
最後尾文字削除メソッド
fk_StringCode
日本語文字コードを表す列挙型
Definition: UniCode_CLI.h:11
void SetBuffer(unsigned char c1, unsigned char c2)
文字コード設定メソッド1
bool IsAscii(void)
ASCII文字判定メソッド
void MarkClear(void)
マーク初期化メソッド
文字列板に表示する文字列を制御するクラス
Definition: UniCode_CLI.h:114
int Find(int start, int code)
文字検索メソッド1
Unicode の文字を表すクラス
Definition: UniCode_CLI.h:31
bool GetLine(fk_UniStr^ str)
一行分取得メソッド
Definition: AppWindow_CLI.h:11