_mbctohira、 _mbctohira_l、 _mbctokata、 _mbctokata_l
平假名和片假名字元之間轉換。
重要事項 |
---|
這個應用程式開發介面無法用來在 Windows 執行階段中執行的應用程式。如需詳細資訊,請參閱 CRT 函式不支援使用 /ZW。 |
unsigned int _mbctohira(
unsigned int c
);
unsigned int _mbctohira_l(
unsigned int c,
_locale_t locale
);
unsigned int _mbctokata(
unsigned int c
);
unsigned int _mbctokata_l(
unsigned int c,
_locale_t locale
);
參數
c
要轉換的多位元組字元。locale
使用的地區設定。
傳回值
這些函式盡可能都會傳回轉換的字元則為 c。否則會傳回未變更的 c 。
備註
_mbctohira 和 _mbctokata 函式來測試 c 字元,而且,如果可能,套用下列轉換之一。
常式 |
轉換 |
---|---|
_mbctohira,_mbctohira_l |
對多位元組平假名的多位元組片假名。 |
_mbctokata,_mbctokata_l |
對多位元組片假名的多位元組平假名。 |
輸出值受地區設定的LC_CTYPE 分類設定所影響。如需詳細資訊,請參閱 setlocale 。這些函式版本相同,不過,沒有 _l 結尾使用這個地區設定相關行為的目前地區設定和該排列 _l 結尾使用地區設定參數傳遞的型別。如需詳細資訊,請參閱地區設定。
在舊版中, _mbctohira 是具名 jtohira ,而且 _mbctokata 是具名 jtokata。如果是新的程式碼,請使用新的名稱。
需求
程序 |
必要的標頭檔 |
---|---|
_mbctohira |
<mbstring.h> |
_mbctohira_l |
<mbstring.h> |
_mbctokata |
<mbstring.h> |
_mbctokata_l |
<mbstring.h> |
如需相容性詳細資訊,請參閱 相容性。
.NET Framework 對等用法
不適用。若要呼叫標準 C 函式,請使用 PInvoke。如需詳細資訊,請參閱平台叫用範例。
請參閱
參考
_mbcjistojms、 _mbcjistojms_l、 _mbcjmstojis、 _mbcjmstojis_l