Home
last modified time | relevance | path

Searched defs:wc (Results 1 – 25 of 232) sorted by relevance

12345678910

/external/libcxx/include/support/ibm/
Dxlocale.h89 int iswalnum_l(wchar_t wc, locale_t locale) in iswalnum_l()
95 int iswalpha_l(wchar_t wc, locale_t locale) in iswalpha_l()
101 int iswblank_l(wchar_t wc, locale_t locale) in iswblank_l()
107 int iswcntrl_l(wchar_t wc, locale_t locale) in iswcntrl_l()
113 int iswdigit_l(wchar_t wc, locale_t locale) in iswdigit_l()
119 int iswgraph_l(wchar_t wc, locale_t locale) in iswgraph_l()
125 int iswlower_l(wchar_t wc, locale_t locale) in iswlower_l()
131 int iswprint_l(wchar_t wc, locale_t locale) in iswprint_l()
137 int iswpunct_l(wchar_t wc, locale_t locale) in iswpunct_l()
143 int iswspace_l(wchar_t wc, locale_t locale) in iswspace_l()
[all …]
/external/flac/src/share/utf8/
Dcharset_test.c30 int wc; in test_any() local
68 int wc; in test_utf8() local
152 int wc; in test_ascii() local
174 int wc; in test_iso1() local
194 int wc; in test_iso2() local
Dcharset.c82 int wc, i, k; in utf8_mbtowc() local
132 uint32_t wc = wc1; in utf8_wctomb() local
195 int charset_wctomb(struct charset *charset, char *s, int wc) in charset_wctomb()
215 static int wctomb_utf8(void *map, char *s, int wc) in wctomb_utf8()
229 int wc; in mbtowc_ascii() local
242 static int wctomb_ascii(void *map, char *s, int wc) in wctomb_ascii()
261 int wc; in mbtowc_iso1() local
274 static int wctomb_iso1(void *map, char *s, int wc) in wctomb_iso1()
297 uint16_t wc; in mbtowc_8bit() local
365 uint16_t wc = wc1; in wctomb_8bit() local
[all …]
/external/toybox/lib/
Dutf8.c7 int (*escout)(FILE *out, int cols, int wc)) in crunch_str()
11 unsigned wc; in crunch_str() local
40 int crunch_escape(FILE *out, int cols, int wc) in crunch_escape()
56 int crunch_rev_escape(FILE *out, int cols, int wc) in crunch_rev_escape()
93 int (*escout)(FILE *out, int cols, int wc)) in draw_trim_esc()
/external/rust/android-crates-io/crates/writeable/src/
Dcmp.rs55 let mut wc = WriteComparator::new(other); in cmp_utf8() localVariable
118 let mut wc = WriteComparator::new(a.as_bytes()); in test_write_char() localVariable
131 let mut wc = WriteComparator::new(a.as_bytes()); in test_write_str() localVariable
142 let mut wc = WriteComparator::new(a.as_bytes()); in test_mixed() localVariable
/external/pdfium/third_party/libtiff/
Dtif_predict.c404 tmsize_t wc = cc / 2; in swabHorAcc16() local
415 tmsize_t wc = cc / 2; in horAcc16() local
441 tmsize_t wc = cc / 4; in swabHorAcc32() local
452 tmsize_t wc = cc / 4; in horAcc32() local
475 tmsize_t wc = cc / 8; in swabHorAcc64() local
486 tmsize_t wc = cc / 8; in horAcc64() local
513 tmsize_t wc = cc / bps; in fpAcc() local
697 tmsize_t wc = cc / 2; in horDiff16() local
724 tmsize_t wc = cc / 2; in swabHorDiff16() local
739 tmsize_t wc = cc / 4; in horDiff32() local
[all …]
/external/sdv/vsomeip/third_party/boost/numeric/ublas/include/boost/numeric/ublas/tensor/
Dmultiplication.hpp56 PointerOut c, SizeType const*const nc, SizeType const*const wc, in ttt()
119 PointerOut c, SizeType const*const nc, SizeType const*const wc, in ttt()
171 PointerOut c, SizeType const*const nc, SizeType const*const wc, in ttm()
218 PointerOut c, SizeType const*const nc, SizeType const*const wc, in ttm0()
272 PointerOut c, SizeType const*const nc, SizeType const*const wc, in ttv()
312 PointerOut c, SizeType const*const nc, SizeType const*const wc, in ttv0()
349 PointerOut c, SizeType const*const , SizeType const*const wc, in mtv()
381 void mtm(PointerOut c, SizeType const*const nc, SizeType const*const wc, in mtm()
443 PointerOut c, SizeType const*const , SizeType const*const wc, in outer_2x2()
494 SizeType const rc, PointerOut c, SizeType const*const nc, SizeType const*const wc, in outer()
[all …]
Dalgorithms.hpp41 PointerOut c, SizeType const*const wc, in copy()
92 PointerOut c, SizeType const*const wc, in transform()
242 PointerOut c, SizeType const*const wc, in trans()
303 std::complex<ValueType>* c, SizeType const*const wc, in trans()
/external/trusty/musl/src/ctype/
Dtowctrans.c249 static wchar_t __towcase(wchar_t wc, int lower) in __towcase()
297 wint_t towupper(wint_t wc) in towupper()
302 wint_t towlower(wint_t wc) in towlower()
Dwcwidth.c11 int wcwidth(wchar_t wc) in wcwidth()
/external/trusty/musl/src/stdio/
Dfgetwc.c8 wchar_t wc; in __fgetwc_unlocked_internal() local
53 wchar_t wc = __fgetwc_unlocked_internal(f); in __fgetwc_unlocked() local
/external/musl/src/stdio/
Dfgetwc.c8 wchar_t wc; in __fgetwc_unlocked_internal() local
53 wchar_t wc = __fgetwc_unlocked_internal(f); in __fgetwc_unlocked() local
/external/toybox/toys/other/
Dascii.c42 static void codepoint(unsigned wc) in codepoint()
59 unsigned wc; in unicode_main() local
/external/lzma/CPP/Windows/Control/
DWindow2.cpp53 WNDCLASS wc; in CreateEx() local
83 WNDCLASSW wc; in CreateEx() local
102 WNDCLASSW wc; in CreateEx() local
/external/trusty/musl/src/regex/
Dfnmatch.c36 wchar_t wc; in str_next() local
89 wchar_t wc; in pat_next() local
109 wchar_t wc; in match_bracket() local
/external/musl/src/regex/
Dfnmatch.c36 wchar_t wc; in str_next() local
89 wchar_t wc; in pat_next() local
109 wchar_t wc; in match_bracket() local
/external/musl/src/ctype/
Dtowctrans.c63 wint_t towlower(wint_t wc) in towlower()
68 wint_t towupper(wint_t wc) in towupper()
Dwcwidth.c11 int wcwidth(wchar_t wc) in wcwidth()
/external/sdv/vsomeip/third_party/boost/numeric/ublas/test/tensor/
Dtest_multiplication.cpp86 auto wc = strides_type (nc); in BOOST_FIXTURE_TEST_CASE_TEMPLATE() local
128 auto wc = strides_type (nc); in BOOST_FIXTURE_TEST_CASE_TEMPLATE() local
174 auto wc = strides_type (nc); in BOOST_FIXTURE_TEST_CASE_TEMPLATE() local
213 auto wc = strides_type (nc); in BOOST_FIXTURE_TEST_CASE_TEMPLATE() local
311 auto wc = strides_type ( nc ); in BOOST_FIXTURE_TEST_CASE_TEMPLATE() local
392 auto wc = strides_type ( nc ); in BOOST_FIXTURE_TEST_CASE_TEMPLATE() local
475 auto wc = strides_type(extents_type(nc)); in BOOST_FIXTURE_TEST_CASE_TEMPLATE() local
Dtest_algorithms.cpp69 auto wc = ublas::strides<ublas::first_order>(n); in BOOST_FIXTURE_TEST_CASE_TEMPLATE() local
103 auto wc = ublas::strides<ublas::first_order>(n); in BOOST_FIXTURE_TEST_CASE_TEMPLATE() local
137 auto wc = ublas::strides<ublas::first_order>(n); in BOOST_FIXTURE_TEST_CASE_TEMPLATE() local
252 auto wc = strides_type(extents_type(nc)); in BOOST_FIXTURE_TEST_CASE_TEMPLATE() local
/external/musl/src/multibyte/
Dwctomb.c4 int wctomb(char *s, wchar_t wc) in wctomb()
Dwcrtomb.c6 size_t wcrtomb(char *restrict s, wchar_t wc, mbstate_t *restrict st) in wcrtomb()
/external/trusty/musl/src/multibyte/
Dwctomb.c4 int wctomb(char *s, wchar_t wc) in wctomb()
Dwcrtomb.c6 size_t wcrtomb(char *restrict s, wchar_t wc, mbstate_t *restrict st) in wcrtomb()
/external/mksh/src/
Dexpr.c711 unsigned int wc; in utf_widthadj() local
730 unsigned int wc; in utf_mbswidth() local
793 unsigned int c, wc; in utf_mbtowc() local
833 utf_wctomb(char *dst, unsigned int wc) in utf_wctomb()
1220 utf_wcwidth(unsigned int wc) in utf_wcwidth()

12345678910