HomeSort by relevance Sort by last modified time
    Searched refs:wchar_t (Results 251 - 275 of 2170) sorted by null

<<11121314151617181920>>

  /bionic/libc/upstream-freebsd/lib/libc/string/
wcslen.c 40 wcslen(const wchar_t *s)
42 const wchar_t *p;
wcsncmp.c 42 wcsncmp(const wchar_t *s1, const wchar_t *s2, size_t n)
49 /* XXX assumes wchar_t = int */
wmemcmp.c 40 wmemcmp(const wchar_t *s1, const wchar_t *s2, size_t n)
  /bionic/libc/upstream-openbsd/lib/libc/locale/
wcstombs.c 35 wcstombs(char * __restrict s, const wchar_t * __restrict pwcs, size_t n)
38 const wchar_t *pwcsp;
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
swprintf.c 35 swprintf(wchar_t * __restrict s, size_t n, const wchar_t * __restrict fmt, ...)
swscanf.c 34 swscanf(const wchar_t * __restrict str, const wchar_t * __restrict fmt, ...)
  /external/clang/test/CXX/over/over.oper/over.literal/
p3.cpp 12 char operator "" _a(wchar_t);
16 char operator "" _a(const wchar_t *, size_t);
23 char operator "" _b(const wchar_t *); // expected-error {{parameter}}
36 char operator "" _a(volatile wchar_t *, size_t); // expected-error {{parameter}}
  /external/clang/test/CodeGen/
global-init.c 36 typedef __WCHAR_TYPE__ wchar_t;
38 wchar_t L[6];
pascal-wchar-string.c 36 // PR8856 - -fshort-wchar makes wchar_t be unsigned.
40 volatile int isUnsigned = (wchar_t)-1 > (wchar_t)0;
char-literal.c 34 wchar_t wa = L'a';
39 wchar_t wb = L'ab';
66 wchar_t wc = L'\uF00B';
79 wchar_t wd = L'\U0010F00B';
89 wchar_t we = L'\u1234\U0010F00B';
  /external/clang/test/Headers/
typedef_guards.c 20 typedef __typeof__(*L"") wchar_t;
23 extern void foo(wchar_t x);
  /external/google-breakpad/src/common/windows/
string_utils-inl.h 75 static void safe_wcscpy(wchar_t *destination, size_t destination_size,
76 const wchar_t *source);
82 static void safe_wcsncpy(wchar_t *destination, size_t destination_size,
83 const wchar_t *source, size_t count);
105 inline void WindowsStringUtils::safe_wcscpy(wchar_t *destination,
107 const wchar_t *source) {
121 inline void WindowsStringUtils::safe_wcsncpy(wchar_t *destination,
123 const wchar_t *source,
  /external/libcxx/test/std/localization/locale.categories/category.collate/locale.collate/
ctor.pass.cpp 53 std::locale l(std::locale::classic(), new my_facet<wchar_t>);
54 assert(my_facet<wchar_t>::count == 1);
56 assert(my_facet<wchar_t>::count == 0);
58 my_facet<wchar_t> f(1);
59 assert(my_facet<wchar_t>::count == 1);
62 assert(my_facet<wchar_t>::count == 1);
64 assert(my_facet<wchar_t>::count == 1);
66 assert(my_facet<wchar_t>::count == 0);
types.pass.cpp 40 assert(std::has_facet<std::collate<wchar_t> >(l));
41 const std::collate<wchar_t>& f = std::use_facet<std::collate<wchar_t> >(l);
43 (void)std::collate<wchar_t>::id;
45 static_assert((std::is_same<std::collate<wchar_t>::char_type, wchar_t>::value), "");
46 static_assert((std::is_same<std::collate<wchar_t>::string_type, std::wstring>::value), "");
47 static_assert((std::is_base_of<std::locale::facet, std::collate<wchar_t> >::value), "");
  /external/libcxx/test/std/localization/locale.categories/facet.numpunct/locale.numpunct/
ctor.pass.cpp 52 std::locale l(std::locale::classic(), new my_facet<wchar_t>);
53 assert(my_facet<wchar_t>::count == 1);
55 assert(my_facet<wchar_t>::count == 0);
57 my_facet<wchar_t> f(1);
58 assert(my_facet<wchar_t>::count == 1);
61 assert(my_facet<wchar_t>::count == 1);
63 assert(my_facet<wchar_t>::count == 1);
65 assert(my_facet<wchar_t>::count == 0);
types.pass.cpp 39 assert(std::has_facet<std::numpunct<wchar_t> >(l));
40 const std::numpunct<wchar_t>& f = std::use_facet<std::numpunct<wchar_t> >(l);
42 (void)std::numpunct<wchar_t>::id;
44 static_assert((std::is_same<std::numpunct<wchar_t>::char_type, wchar_t>::value), "");
45 static_assert((std::is_same<std::numpunct<wchar_t>::string_type, std::wstring>::value), "");
46 static_assert((std::is_base_of<std::locale::facet, std::numpunct<wchar_t> >::value), "");
  /ndk/sources/android/support/src/musl-stdio/
swprintf.c 4 int swprintf(wchar_t *restrict s, size_t n, const wchar_t *restrict fmt, ...)
  /ndk/sources/android/support/src/wcstox/
shgetc.h 10 // |rend| is the first wchar_t after it.
17 const wchar_t *rstart, *rpos, *rend;
22 void shinit_wcstring(struct fake_file_t *, const wchar_t *wcs);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.collate/locale.collate/
ctor.pass.cpp 53 std::locale l(std::locale::classic(), new my_facet<wchar_t>);
54 assert(my_facet<wchar_t>::count == 1);
56 assert(my_facet<wchar_t>::count == 0);
58 my_facet<wchar_t> f(1);
59 assert(my_facet<wchar_t>::count == 1);
62 assert(my_facet<wchar_t>::count == 1);
64 assert(my_facet<wchar_t>::count == 1);
66 assert(my_facet<wchar_t>::count == 0);
types.pass.cpp 40 assert(std::has_facet<std::collate<wchar_t> >(l));
41 const std::collate<wchar_t>& f = std::use_facet<std::collate<wchar_t> >(l);
43 (void)std::collate<wchar_t>::id;
45 static_assert((std::is_same<std::collate<wchar_t>::char_type, wchar_t>::value), "");
46 static_assert((std::is_same<std::collate<wchar_t>::string_type, std::wstring>::value), "");
47 static_assert((std::is_base_of<std::locale::facet, std::collate<wchar_t> >::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/facet.numpunct/locale.numpunct/
ctor.pass.cpp 52 std::locale l(std::locale::classic(), new my_facet<wchar_t>);
53 assert(my_facet<wchar_t>::count == 1);
55 assert(my_facet<wchar_t>::count == 0);
57 my_facet<wchar_t> f(1);
58 assert(my_facet<wchar_t>::count == 1);
61 assert(my_facet<wchar_t>::count == 1);
63 assert(my_facet<wchar_t>::count == 1);
65 assert(my_facet<wchar_t>::count == 0);
types.pass.cpp 39 assert(std::has_facet<std::numpunct<wchar_t> >(l));
40 const std::numpunct<wchar_t>& f = std::use_facet<std::numpunct<wchar_t> >(l);
42 (void)std::numpunct<wchar_t>::id;
44 static_assert((std::is_same<std::numpunct<wchar_t>::char_type, wchar_t>::value), "");
45 static_assert((std::is_same<std::numpunct<wchar_t>::string_type, std::wstring>::value), "");
46 static_assert((std::is_base_of<std::locale::facet, std::numpunct<wchar_t> >::value), "");
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/sec_api/
conio_s.h 30 errno_t __cdecl _cgetws_s (wchar_t *_Buffer,size_t _SizeInWords,size_t *_SizeRead);
31 __DEFINE_CPP_OVERLOAD_SECURE_FUNC_0_1(errno_t, _cgetws_s, wchar_t, _Buffer, size_t*, _SizeRead)
33 int __cdecl _cwprintf_s (const wchar_t *_Format,...);
34 _CRTIMP int __cdecl _cwscanf_s(const wchar_t *_Format,...);
35 _CRTIMP int __cdecl _cwscanf_s_l(const wchar_t *_Format,_locale_t _Locale,...);
36 int __cdecl _vcwprintf_s (const wchar_t *_Format,va_list _ArgList);
37 int __cdecl _cwprintf_s_l (const wchar_t *_Format,_locale_t _Locale,...);
38 int __cdecl _vcwprintf_s_l (const wchar_t *_Format,_locale_t _Locale,va_list _ArgList);
  /external/curl/lib/
curl_multibyte.c 38 wchar_t *Curl_convert_UTF8_to_wchar(const char *str_utf8)
40 wchar_t *str_w = NULL;
46 str_w = malloc(str_w_len * sizeof(wchar_t));
60 char *Curl_convert_wchar_to_UTF8(const wchar_t *str_w)
68 str_utf8 = malloc(str_utf8_len * sizeof(wchar_t));
  /external/gtest/include/gtest/internal/
gtest-string.h 108 static std::string ShowWideCString(const wchar_t* wide_c_str);
116 static bool WideCStringEquals(const wchar_t* lhs, const wchar_t* rhs);
139 static bool CaseInsensitiveWideCStringEquals(const wchar_t* lhs,
140 const wchar_t* rhs);

Completed in 919 milliseconds

<<11121314151617181920>>