Results of 1 - 8 of about 8 for mbstate (0.002 sec.)
- Man page of MBSINIT 13610
- MBSINIT Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 mbsin
...
検査する 書式 #include < wchar.h > int mbsinit(const mbstate_t * ps ); 説明 文字をマルチバイト表現とワイド文字表 ...
現の間で変換する場合には mbstate_t 型の変換状態を使用する。文字列の変換は有限状態マ ...
ルチバイトに変換する関数で使用される。しかし両方とも mbstate_t に格納され、初期状態として同じ表現を持つ。 8ビッ ...
解釈の途中で非初期状態となる場合がある。 初期状態の mbstate_t を作成する方法の一つは、それをゼロに設定すること ...
-
https://man.plustar.jp/manpage/man3/mbsinit.3.html
- [similar]
- Man page of MBRTOWC 9706
- MBRTOWC Section: Linux Programmer's Manual (3) Updated: 2019-03-06 Index JM Home Page 名前 mbrto
...
brtowc(wchar_t * pwc , const char * s , size_t n , mbstate_t * ps ); 説明 この関数が用いられる場合、通常 s が ...
のない状態が使用される。 さもなければ、 *ps は有効な mbstate_t オブジェクトで なければならない。 mbstate_t オブ ...
-
https://man.plustar.jp/manpage/man3/mbrtowc.3.html
- [similar]
- Man page of MBRLEN 8241
- MBRLEN Section: Linux Programmer's Manual (3) Updated: 2015-08-08 Index JM Home Page 名前 mbrlen
...
char.h > size_t mbrlen(const char * s , size_t n , mbstate_t * ps ); 説明 mbrlen () 関数は s から始まるマルチ ...
-
https://man.plustar.jp/manpage/man3/mbrlen.3.html
- [similar]
- Man page of WCRTOMB 8241
- WCRTOMB Section: Linux Programmer's Manual (3) Updated: 2019-03-06 Index JM Home Page 名前 wcrto
...
< wchar.h > size_t wcrtomb(char * s , wchar_t wc , mbstate_t * ps ); 説明 この関数が主に使われるのは、 s が N ...
-
https://man.plustar.jp/manpage/man3/wcrtomb.3.html
- [similar]
- Man page of MBSNRTOWCS 8115
- MBSNRTOWCS Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 mb
...
st , const char ** src , size_t nms , size_t len , mbstate_t * ps ); glibc 向けの機能検査マクロの要件 ( featu ...
-
https://man.plustar.jp/manpage/man3/mbsnrtowcs.3.html
- [similar]
- Man page of MBSRTOWCS 8115
- MBSRTOWCS Section: Linux Programmer's Manual (3) Updated: 2019-03-06 Index JM Home Page 名前 mbs
...
(wchar_t * dest , const char ** src , size_t len , mbstate_t * ps ); 説明 dest が NULL でなければ、 mbsrtowcs ...
-
https://man.plustar.jp/manpage/man3/mbsrtowcs.3.html
- [similar]
- Man page of WCSNRTOMBS 8115
- WCSNRTOMBS Section: Linux Programmer's Manual (3) Updated: 2019-03-06 Index JM Home Page 名前 wc
...
, const wchar_t ** src , size_t nwc , size_t len , mbstate_t * ps ); glibc 向けの機能検査マクロの要件 ( featu ...
-
https://man.plustar.jp/manpage/man3/wcsnrtombs.3.html
- [similar]
- Man page of WCSRTOMBS 8115
- WCSRTOMBS Section: Linux Programmer's Manual (3) Updated: 2019-03-06 Index JM Home Page 名前 wcs
...
(char * dest , const wchar_t ** src , size_t len , mbstate_t * ps ); 説明 dest が NULL でなければ、 wcsrtombs ...
-
https://man.plustar.jp/manpage/man3/wcsrtombs.3.html
- [similar]
PREV
1
NEXT