Results of 1 - 10 of about 23 for wctype (0.016 sec.)
- Man page of WCTYPE 15851
- WCTYPE Section: Linux Programmer's Manual (3) Updated: 2015-08-08 Index JM Home Page 名前 wctype
...
- ワイド文字の分類 書式 #include < wctype.h > wctype_t wctype(const char * name ); 説明 wcty ...
あるいは持っていない属性を表現する。 言い換えると、 wctype_t 型はワイド文字のクラスを表現する。 この型は本質的 ...
に実装依存であるが、特殊な値 (wctype_t) 0 は不正な属性を示す。 0 でない値を持つ wctype_ ...
t を iswctype (3) 関数に渡すことによって、 与えられたワイド文字が ...
-
https://man.plustar.jp/manpage/man3/wctype.3.html
- [similar]
- Man page of ISWCTYPE 10389
- ISWCTYPE Section: Linux Programmer's Manual (3) Updated: 2015-08-08 Index JM Home Page 名前 iswctype
...
type - ワイド文字の分類 書式 #include < wctype.h > int iswctype(wint_t wc , wctype_t desc ); 説明 ...
指示 された文字クラスに属する) ワイド文字ならば、 iswctype () 関数は 0 で ない値を返す。それ以外の場合にはこの ...
を返す。 wc が WEOF ならば 0 が返される。 desc は wctype (3) 関数が返す文字属性指示子でなければならない。 返 ...
り値 iswctype () 関数は、 wc が指示された属性を持つならば 0 でな ...
-
https://man.plustar.jp/manpage/man3/iswctype.3.html
- [similar]
- JM Project (Japanese)::List(man1) 8160
- Linux マニュアル 一覧表 アルファベット順 - w linuxマニュアルの w の一覧表です。 Linux マニュアル
...
る。 wctrans man3 wctrans - ワイド文字変換マッピング wctype man3 wctype - ワイド文字の分類 wcwidth man3 wcwidt ...
-
https://man.plustar.jp/manpage/man_w.html
- [similar]
- Man page of ISWPRINT 8026
- ISWPRINT Section: Linux Programmer's Manual (3) Updated: 2015-08-08 Index JM Home Page 名前 iswp
...
印字可能ワイド文字かどうかを調べる 書式 #include < wctype.h > int iswprint(wint_t wc ); 説明 iswprint () 関数 ...
YPE カテゴリーに依存する。 関連項目 isprint (3), iswctype (3) この文書について この man ページは Linux man-p ...
-
https://man.plustar.jp/manpage/man3/iswprint.3.html
- [similar]
- Man page of TOWCTRANS 8026
- TOWCTRANS Section: Linux Programmer's Manual (3) Updated: 2015-08-08 Index JM Home Page 名前 tow
...
ctrans - ワイド文字の変換 書式 #include < wctype.h > wint_t towctrans(wint_t wc , wctrans_t desc ); ...
-
https://man.plustar.jp/manpage/man3/towctrans.3.html
- [similar]
- Man page of ISWBLANK 7959
- ISWBLANK Section: Linux Programmer's Manual (3) Updated: 2019-03-06 Index JM Home Page 名前 iswb
...
k - 空白ワイド文字かどうかを調べる 書式 #include < wctype.h > int iswblank(wint_t wc ); glibc 向けの機能検査 ...
YPE カテゴリーに依存する。 関連項目 isblank (3), iswctype (3) この文書について この man ページは Linux man-p ...
-
https://man.plustar.jp/manpage/man3/iswblank.3.html
- [similar]
- Man page of ISWCNTRL 7959
- ISWCNTRL Section: Linux Programmer's Manual (3) Updated: 2015-08-08 Index JM Home Page 名前 iswc
...
l - ワイド制御文字かどうかを調べる 書式 #include < wctype.h > int iswcntrl(wint_t wc ); 説明 iswcntrl () 関数 ...
YPE カテゴリーに依存する。 関連項目 iscntrl (3), iswctype (3) この文書について この man ページは Linux man-p ...
-
https://man.plustar.jp/manpage/man3/iswcntrl.3.html
- [similar]
- Man page of ISWGRAPH 7959
- ISWGRAPH Section: Linux Programmer's Manual (3) Updated: 2015-08-08 Index JM Home Page 名前 iswg
...
ラフィックワイド文字かどうかを調べる 書式 #include < wctype.h > int iswgraph(wint_t wc ); 説明 iswgraph () 関数 ...
YPE カテゴリーに依存する。 関連項目 isgraph (3), iswctype (3) この文書について この man ページは Linux man-p ...
-
https://man.plustar.jp/manpage/man3/iswgraph.3.html
- [similar]
- Man page of ISWSPACE 7959
- ISWSPACE Section: Linux Programmer's Manual (3) Updated: 2019-03-06 Index JM Home Page 名前 isws
...
e - 空白ワイド文字かどうかを調べる 書式 #include < wctype.h > int iswspace(wint_t wc ); 説明 iswspace () 関数 ...
YPE カテゴリーに依存する。 関連項目 isspace (3), iswctype (3) この文書について この man ページは Linux man-p ...
-
https://man.plustar.jp/manpage/man3/iswspace.3.html
- [similar]
- Man page of ISWXDIGIT 7959
- ISWXDIGIT Section: Linux Programmer's Manual (3) Updated: 2015-08-08 Index JM Home Page 名前 isw
...
16 進数ワイド文字かどうかを調べる 書式 #include < wctype.h > int iswxdigit(wint_t wc ); 説明 iswxdigit () 関 ...
ケールの LC_CTYPE カテゴリーに依存する。 関連項目 iswctype (3), isxdigit (3) この文書について この man ページ ...
-
https://man.plustar.jp/manpage/man3/iswxdigit.3.html
- [similar]