Home
last modified time | relevance | path

Searched refs:wchar (Results 1 – 25 of 66) sorted by relevance

123

/third_party/boost/libs/config/test/
Dboost_no_cwchar.ipp9 // TITLE: <wchar.h> and <cwchar>
10 // DESCRIPTION: The Platform does not provide <wchar.h> and <cwchar>.
13 #include <wchar.h>
Dboost_no_swprintf.ipp12 #include <wchar.h>
Dboost_no_cwctype.ipp20 #include <wchar.h>
Dboost_no_wchar_t.ipp17 #include <wchar.h>
/third_party/toybox/toys/posix/
Dwc.c77 unsigned wchar; in do_wc() local
90 clen = utf8towc(&wchar, toybuf+pos, len-pos); in do_wc()
95 space = iswspace(wchar); in do_wc()
/third_party/glib/glib/gnulib/gl_cv_func_printf_directive_ls/
Dmeson.build15 <wchar.h>.
17 included before <wchar.h>. */
21 #include <wchar.h>
/third_party/musl/porting/linux/user/src/hilog/
Doutput_p.inl276 wchar_t wchar; local
284 wchar = (wchar_t)cValue;
288 tempchar[0] = (char)(wchar & 0x00ff);
295 buffer->wStr[0] = wchar;
302 wchar = (wchar_t)cValue;
305 textLen = wctomb(buffer->str, wchar);
506 SECUREC_SAFE_WRITE_CHAR(ch, stream, &charsOut); /* char * cast to wchar * */
752 /* convert wchar to char */
763 /* convert wchar to char */
1192 /* char * cast to wchar * */
[all …]
/third_party/ltp/tools/sparse/sparse-src/
Dtarget-m68k.c25 .wchar = &long_ctype,
Dtarget-arm64.c40 .wchar = &uint_ctype,
Dtarget-arm.c50 .wchar = &uint_ctype,
Dtarget.c259 if (target->wchar) in target_init()
260 wchar_ctype = target->wchar; in target_init()
Dtarget-ppc.c53 .wchar = &long_ctype,
Dtarget-x86.c65 .wchar = &long_ctype,
Dtarget.h88 struct symbol *wchar; member
/third_party/python/Lib/test/
Dtest_unicode.py2796 wchar, size = unicode_aswidechar('abcdef', 2)
2798 self.assertEqual(wchar, 'ab')
2800 wchar, size = unicode_aswidechar('abc', 3)
2802 self.assertEqual(wchar, 'abc')
2804 wchar, size = unicode_aswidechar('abc', 4)
2806 self.assertEqual(wchar, 'abc\0')
2808 wchar, size = unicode_aswidechar('abc', 10)
2810 self.assertEqual(wchar, 'abc\0')
2812 wchar, size = unicode_aswidechar('abc\0def', 20)
2814 self.assertEqual(wchar, 'abc\0def\0')
[all …]
/third_party/mindspore/third_party/securec/src/
Dinput.inl181 signed char isWChar; /* -1/0 not wchar, 1 for wchar */
241 * Convert a floating point wchar string to a floating point number
558 * add L'\0' for wchar string , add '\0' for char string
573 * Clean up the first %s %c buffer to zero for wchar version
605 /* update wchar flag for %S %C */
1624 * alloce buffer for wchar version of %[.
1640 * free buffer for wchar version of %[
1653 * Formatting input core functions for wchar version.Called by a function such as vsscanf_s
1719 /* update wchar flag for %S %C */
1793 /* malloc when first %[ is meet for wchar version */
[all …]
Doutput.inl514 SECUREC_SAFE_WRITE_CHAR(ch, stream, counter); /* char * cast to wchar * */
577 * Formatting output core functions for wchar version.Called by a function such as vswprintf_s
850 /* convert wchar to char */
860 /* convert wchar to char */
1279 /* char * cast to wchar * */
1290 … /* max prefix len is 2, use loop copy */ /* char * cast to wchar * in WCHAR version */
1301 /* char * cast to wchar * */
1361 /* char * cast to wchar * */
1372 /* char * cast to wchar * */
/third_party/bounds_checking_function/src/
Dinput.inl109 /* Bits for all wchar, size is 65536/8, only supports wide characters with a maximum length of two …
173 signed char isWCharOrLong; /* -1/0 not wchar or long, 1 for wchar or long */
334 * Convert a floating point wchar string to a floating point number
809 * Add L'\0' for wchar string , add '\0' for char string
845 * Clean up the first %s %c buffer to zero for wchar version
875 /* Update wchar flag for %S %C */
1752 * Alloce buffer for wchar version of %[.
1768 * Free buffer for wchar version of %[
1781 * Formatting input core functions for wchar version.Called by a function such as vswscanf_s
1850 /* Update wchar flag for %S %C */
[all …]
/third_party/boost/libs/container_hash/test/
Dhash_number_test.cpp165 NUMERIC_TEST(wchar_t, wchar) in main()
/third_party/boost/boost/compatibility/cpp_c_headers/
Dcwchar8 #include <wchar.h>
/third_party/skia/third_party/externals/expat/
DREADME.md172 `./configure CFLAGS="-g -O2 -fshort-wchar" CPPFLAGS=-DXML_UNICODE_WCHAR_T
174 <br/>Note: The latter requires libc compiled with `-fshort-wchar`, as well.
/third_party/skia/third_party/externals/expat/expat/
DREADME.md172 `./configure CFLAGS="-g -O2 -fshort-wchar" CPPFLAGS=-DXML_UNICODE_WCHAR_T
174 <br/>Note: The latter requires libc compiled with `-fshort-wchar`, as well.
/third_party/expat/
DREADME.md172 `./configure CFLAGS="-g -O2 -fshort-wchar" CPPFLAGS=-DXML_UNICODE_WCHAR_T
174 <br/>Note: The latter requires libc compiled with `-fshort-wchar`, as well.
/third_party/gettext/libtextstyle/
D.gitignore216 /lib/wchar.in.h
542 /lib/wchar.h
543 /lib/wchar.h-t
/third_party/ltp/tools/sparse/sparse-src/Documentation/release-notes/
Dv0.6.2.rst31 * teach sparse about -fshort-wchar

123