/haiku/src/system/libroot/posix/locale/ |
H A D | wctype.cpp | 29 iswctype(wint_t wc, wctype_t charClass) in iswctype() 44 iswalnum(wint_t wc) in iswalnum() 51 iswalpha(wint_t wc) in iswalpha() 58 iswblank(wint_t wc) in iswblank() 65 iswcntrl(wint_t wc) in iswcntrl() 72 iswdigit(wint_t wc) in iswdigit() 79 iswgraph(wint_t wc) in iswgraph() 86 iswlower(wint_t wc) in iswlower() 93 iswprint(wint_t wc) in iswprint() 100 iswpunct(wint_t wc) in iswpunct() [all …]
|
H A D | wctype_l.cpp | 24 iswctype_l(wint_t wc, wctype_t charClass, locale_t l) in iswctype_l() 40 iswalnum_l(wint_t wc, locale_t locale) in iswalnum_l() 47 iswalpha_l(wint_t wc, locale_t locale) in iswalpha_l() 54 iswblank_l(wint_t wc, locale_t locale) in iswblank_l() 61 iswcntrl_l(wint_t wc, locale_t locale) in iswcntrl_l() 68 iswdigit_l(wint_t wc, locale_t locale) in iswdigit_l() 75 iswgraph_l(wint_t wc, locale_t locale) in iswgraph_l() 82 iswlower_l(wint_t wc, locale_t locale) in iswlower_l() 89 iswprint_l(wint_t wc, locale_t locale) in iswprint_l() 96 iswpunct_l(wint_t wc, locale_t locale) in iswpunct_l() [all …]
|
/haiku/src/tests/system/libroot/posix/ |
H A D | tst-mbrtowc.c | 37 wchar_t wc; in utf8_test_1() local 72 wchar_t wc; in utf8_test_2() local 107 wchar_t wc; in utf8_test_3() local 189 wchar_t wc = (wchar_t) 0xffffffff; in check_ascii() local
|
H A D | tst-btowc.c | 32 wint_t wc = btowc(c); in ok_test() local 49 wint_t wc = btowc(c); in fail_test() local 65 wint_t wc = btowc(EOF); in eof_test() local
|
/haiku/src/libs/iconv/ |
H A D | cp1133.h | 54 unsigned short wc = cp1133_2uni_1[c-0xa0]; in cp1133_mbtowc() local 63 unsigned short wc = cp1133_2uni_2[c-0xf0]; in cp1133_mbtowc() local 92 cp1133_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) in cp1133_wctomb()
|
H A D | big5_2003.h | 200 unsigned short wc = big5_2003_2uni_pagea1[i]; in big5_2003_mbtowc() local 235 unsigned short wc = big5_2003_2uni_pagec6[i-63]; in big5_2003_mbtowc() local 271 big5_2003_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) in big5_2003_wctomb()
|
H A D | utf32le.h | 31 ucs4_t wc = s[0] + (s[1] << 8) + (s[2] << 16) + (s[3] << 24); in utf32le_mbtowc() local 42 utf32le_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) in utf32le_wctomb()
|
H A D | utf32be.h | 31 ucs4_t wc = (s[0] << 24) + (s[1] << 16) + (s[2] << 8) + s[3]; in utf32be_mbtowc() local 42 utf32be_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) in utf32be_wctomb()
|
H A D | ucs4.h | 34 ucs4_t wc = (state in ucs4_mbtowc() local 54 ucs4_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) in ucs4_wctomb()
|
H A D | ucs2.h | 34 ucs4_t wc = (state ? s[0] + (s[1] << 8) : (s[0] << 8) + s[1]); in ucs2_mbtowc() local 56 ucs2_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) in ucs2_wctomb()
|
H A D | cp1162.h | 34 unsigned short wc = cp874_2uni[c-0x80]; in cp1162_mbtowc() local 48 cp1162_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) in cp1162_wctomb()
|
H A D | utf32.h | 40 ucs4_t wc = (state in utf32_mbtowc() local 64 utf32_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) in utf32_wctomb()
|
H A D | utf16be.h | 32 ucs4_t wc = (s[0] << 8) + s[1]; in utf16be_mbtowc() local 52 utf16be_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) in utf16be_wctomb()
|
H A D | mulelao.h | 55 unsigned short wc = mulelao_2uni[c-0xa0]; in mulelao_mbtowc() local 80 mulelao_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) in mulelao_wctomb()
|
H A D | utf16le.h | 32 ucs4_t wc = s[0] + (s[1] << 8); in utf16le_mbtowc() local 52 utf16le_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) in utf16le_wctomb()
|
H A D | mac_arabic.h | 61 unsigned short wc = mac_arabic_2uni[c-0x80]; in mac_arabic_mbtowc() local 114 mac_arabic_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) in mac_arabic_wctomb()
|
H A D | iso8859_6.h | 55 unsigned short wc = iso8859_6_2uni[c-0xa0]; in iso8859_6_mbtowc() local 82 iso8859_6_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) in iso8859_6_wctomb()
|
H A D | cp874.h | 61 unsigned short wc = cp874_2uni[c-0x80]; in cp874_mbtowc() local 91 cp874_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) in cp874_wctomb()
|
H A D | cp856.h | 61 unsigned short wc = cp856_2uni[c-0x80]; in cp856_mbtowc() local 114 cp856_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) in cp856_wctomb()
|
H A D | utf16.h | 40 ucs4_t wc = (state ? s[0] + (s[1] << 8) : (s[0] << 8) + s[1]); in utf16_mbtowc() local 73 utf16_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) in utf16_wctomb()
|
H A D | cp857.h | 61 unsigned short wc = cp857_2uni[c-0x80]; in cp857_mbtowc() local 120 cp857_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) in cp857_wctomb()
|
H A D | iso8859_7.h | 55 unsigned short wc = iso8859_7_2uni[c-0xa0]; in iso8859_7_mbtowc() local 89 iso8859_7_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) in iso8859_7_wctomb()
|
H A D | cp1252.h | 43 unsigned short wc = cp1252_2uni[c-0x80]; in cp1252_mbtowc() local 79 cp1252_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) in cp1252_wctomb()
|
H A D | hp_roman8.h | 55 unsigned short wc = hp_roman8_2uni[c-0xa0]; in hp_roman8_mbtowc() local 95 hp_roman8_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) in hp_roman8_wctomb()
|
H A D | iso8859_3.h | 55 unsigned short wc = iso8859_3_2uni[c-0xa0]; in iso8859_3_mbtowc() local 100 iso8859_3_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) in iso8859_3_wctomb()
|