#include <string>
#include <vector>
#include <algorithm>
#include "utfconv.hpp"
utfstring.hppのインクルード依存関係図

ネームスペース | |
| namespace | langedge |
| namespace | langedge::utf |
関数 | |
| bool | is_less_than (const WChar *a, const WChar *b) |
| WChar 文字列の比較関数. | |
| bool | is_less_than_forward (const WChar *a, const WChar *b) |
| WChar 文字列の前方一致比較関数. | |
| size_t | wchar_strlen (const WChar *s) |
| WChar 文字列の長さ. | |
| WChar | to_wchar_zenkaku (const char ch) |
| 半角英数字をUTF16全角文字に変換 | |
| bool | operator== (const WString &a, const WString &b) |
| UTF16ダブルバイト文字列の等値比較オペレータ. | |
| bool | operator< (const WString &a, const WString &b) |
| UTF16ダブルバイト文字列の大小比較オペレータ. | |
|
||||||||||||
|
WChar 文字列の比較関数.
|
|
||||||||||||
|
WChar 文字列の前方一致比較関数.
|
|
|
WChar 文字列の長さ.
|
|
|
半角英数字をUTF16全角文字に変換
|
|
||||||||||||
|
UTF16ダブルバイト文字列の等値比較オペレータ.
|
|
||||||||||||
|
UTF16ダブルバイト文字列の大小比較オペレータ.
|
1.4.2