共用方式為


_mbctolower、 _mbctolower_l、 _mbctoupper、 _mbctoupper_l

測試和轉換多位元組字元的大小寫。

重要

這個 API 不能用於 Windows 執行階段執行的應用程式。如需詳細資訊,請參閱 CRT 函式不支援使用 /ZW

unsigned int _mbctolower(
   unsigned int c 
);
unsigned int _mbctolower_l(
   unsigned int c,
   _locale_t locale
);
unsigned int _mbctoupper(
   unsigned int c 
);
unsigned int _mbctoupper_l(
   unsigned int c,
   _locale_t locale
);

參數

  • c
    要轉換的多位元組字元。

  • locale
    使用的地區設定。

傳回值

這些函式盡可能都會傳回轉換的字元則為 c。 否則會傳回未變更的 c 。

備註

函式來測試 c 字元,而且,如果可能,套用下列轉換之一。

常式

轉換

_mbctolower,_mbctolower_l

為小寫字母的大小寫字元。

_mbctoupper,_mbctoupper_l

對大寫字元的小寫字母。

輸出值受地區設定的LC_CTYPE 分類設定所影響。如需詳細資訊,請參閱 setlocale 。 這個函式版本沒有 _l 尾碼此地區設定相關行為使用目前的地區設定;與 _l 結尾的版本相同,但是使用傳遞的地區設定參數。 如需詳細資訊,請參閱地區設定

在舊版中,呼叫 _mbctolower ,則為jtolower,且 _mbctoupper呼叫 jtoupper。 如果是新的程式碼,請使用新的名稱。

泛用文字常式對應

Tchar.h 常式

未定義的 _UNICODE 和 _MBCS

已定義 _MBCS

已定義 _UNICODE

_totlower

tolower

_mbctolower

towlower

_totlower_l

_tolower_l

_mbctolower_l

_towlower_t

_totupper

toupper

_mbctoupper

towupper

_totupper_l

toupper_l

_mbctoupper_l

_towupper_l

需求

常式

必要的標頭檔

_mbctolower,_mbctolower_l

<mbstring.h>

_mbctoupper,_mbctoupper_l

<mbstring.h>

如需更多關於相容性的資訊,請參閱入門介紹中的 相容性 (Compatibility)

請參閱

參考

資料轉換

_mbbtombc _mbbtombc_l

_mbcjistojms、 _mbcjistojms_l、 _mbcjmstojis、 _mbcjmstojis_l

_mbctohira、 _mbctohira_l、 _mbctokata、 _mbctokata_l

_mbctombb _mbctombb_l