HomeSort by relevance Sort by last modified time
    Searched full:wchar_t (Results 2276 - 2300 of 3668) sorted by null

<<919293949596979899100>>

  /external/e2fsprogs/intl/
vasnprintf.c 66 local_wcslen (const wchar_t *s)
68 const wchar_t *ptr;
70 for (ptr = s; *ptr != (wchar_t) 0; ptr++)
80 # define CHAR_T wchar_t
737 const wchar_t *arg = a.arg[dp->arg_index].a.a_wide_string;
  /external/stlport/test/unit/
fstream_test.cpp 441 locale tmp(locale::classic(), new codecvt_byname<wchar_t, char, mbstate_t>(".UTF8"));
460 wchar_t b1[] = { L'x', L'x', L'x', L'x', L'x', L'x', L'x', L'x', L'x', L'x', L'x', L'x', L'x', L'x', L'x', L'x', L'x', L'x', L'x', L'x' };
466 int chars_read = (int)s.rdbuf()->sgetn( b1, sizeof(b1) / sizeof(wchar_t) );
479 wchar_t b2[10] = { L'y', L'y', L'y', L'y', L'y', L'y', L'y', L'y', L'y', L'y' };
706 CPPUNIT_ASSERT( (has_facet<codecvt<wchar_t, char, mbstate_t> >(my_loc)) );
  /ndk/docs/text/
STANDALONE-TOOLCHAIN.text 241 ### 7.2/ wchar_t support:
243 As documented, the Android platform did not really support wchar_t until
246 - If you target platform android-9 or higher, the size of wchar_t is
251 - If you target any prior API level, the size of wchar_t will be 1 byte
254 We recommend any developer to get rid of any dependencies on the wchar_t type
  /ndk/tests/device/test-gnustl-full/unit/
fstream_test.cpp 459 locale tmp(locale::classic(), new codecvt_byname<wchar_t, char, mbstate_t>(".UTF8"));
478 wchar_t b1[] = { L'x', L'x', L'x', L'x', L'x', L'x', L'x', L'x', L'x', L'x', L'x', L'x', L'x', L'x', L'x', L'x', L'x', L'x', L'x', L'x' };
484 int chars_read = (int)s.rdbuf()->sgetn( b1, sizeof(b1) / sizeof(wchar_t) );
497 wchar_t b2[10] = { L'y', L'y', L'y', L'y', L'y', L'y', L'y', L'y', L'y', L'y' };
724 CPPUNIT_ASSERT( (has_facet<codecvt<wchar_t, char, mbstate_t> >(my_loc)) );
  /ndk/tests/device/test-stlport/unit/
fstream_test.cpp 459 locale tmp(locale::classic(), new codecvt_byname<wchar_t, char, mbstate_t>(".UTF8"));
478 wchar_t b1[] = { L'x', L'x', L'x', L'x', L'x', L'x', L'x', L'x', L'x', L'x', L'x', L'x', L'x', L'x', L'x', L'x', L'x', L'x', L'x', L'x' };
484 int chars_read = (int)s.rdbuf()->sgetn( b1, sizeof(b1) / sizeof(wchar_t) );
497 wchar_t b2[10] = { L'y', L'y', L'y', L'y', L'y', L'y', L'y', L'y', L'y', L'y' };
724 CPPUNIT_ASSERT( (has_facet<codecvt<wchar_t, char, mbstate_t> >(my_loc)) );
  /external/chromium_org/testing/gtest/src/
gtest.cc 873 static void StreamWideCharsToMessage(const wchar_t* wstr, size_t length,
904 Message& Message::operator <<(const wchar_t* wide_c_str) {
907 Message& Message::operator <<(wchar_t* wide_c_str) {
    [all...]
  /ndk/sources/third_party/googletest/googletest/src/
gtest.cc 873 static void StreamWideCharsToMessage(const wchar_t* wstr, size_t length,
904 Message& Message::operator <<(const wchar_t* wide_c_str) {
907 Message& Message::operator <<(wchar_t* wide_c_str) {
    [all...]
  /external/chromium/testing/gtest/src/
gtest.cc 907 static void StreamWideCharsToMessage(const wchar_t* wstr, size_t length,
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gtest/src/
gtest.cc 907 static void StreamWideCharsToMessage(const wchar_t* wstr, size_t length,
    [all...]
  /external/gtest/src/
gtest.cc 907 static void StreamWideCharsToMessage(const wchar_t* wstr, size_t length,
    [all...]
  /external/llvm/utils/unittest/googletest/
gtest.cc 907 static void StreamWideCharsToMessage(const wchar_t* wstr, size_t length,
    [all...]
  /external/mesa3d/src/gtest/src/
gtest.cc 907 static void StreamWideCharsToMessage(const wchar_t* wstr, size_t length,
    [all...]
  /external/chromium_org/chrome/app/
client_util.cc 155 const wchar_t* dll_name = installer::kChromeDll;
157 const wchar_t* dll_name =
192 wchar_t path[MAX_PATH];
  /external/chromium_org/chrome/installer/setup/
setup_util.cc 196 static const wchar_t kRunDll32Path[] =
198 wchar_t rundll32[MAX_PATH];
452 ScopedTokenPrivilege::ScopedTokenPrivilege(const wchar_t* privilege_name)
  /external/chromium_org/components/breakpad/tools/
crash_service.cc 25 const wchar_t kTestPipeName[] = L"\\\\.\\pipe\\ChromeCrashServices";
27 const wchar_t kCrashReportURL[] = L"https://clients2.google.com/cr/report";
28 const wchar_t kCheckPointFile[] = L"crash_checkpoint.txt";
  /external/compiler-rt/lib/msan/tests/
msan_test.cc 1234 wchar_t buff[10];
1235 assert(sizeof(wchar_t) == 4);
1264 wchar_t buff[10];
1276 const wchar_t *x = L"abc";
1286 const wchar_t *x = L"abc";
1287 const wchar_t *p = x;
    [all...]
  /external/lzma/CPP/7zip/Bundles/LzmaCon/
LzmaAlone.cpp 134 static bool GetNumber(const wchar_t *s, UInt32 &value)
139 const wchar_t *end;
428 props[6].bstrVal = const_cast<BSTR>((const wchar_t *)mf);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
locale_facets_nonio.h 165 const wchar_t*
166 __timepunct_cache<wchar_t>::_S_timezones[14];
333 __timepunct<wchar_t>::_M_initialize_timepunct(__c_locale __cloc);
337 __timepunct<wchar_t>::_M_put(wchar_t*, size_t, const wchar_t*,
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xutil.h 749 wchar_t** list,
764 wchar_t** list
783 wchar_t*** list_return,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
locale_facets_nonio.h 168 const wchar_t*
169 __timepunct_cache<wchar_t>::_S_timezones[14];
336 __timepunct<wchar_t>::_M_initialize_timepunct(__c_locale __cloc);
340 __timepunct<wchar_t>::_M_put(wchar_t*, size_t, const wchar_t*,
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xutil.h 749 wchar_t** list,
764 wchar_t** list
783 wchar_t*** list_return,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xutil.h 749 wchar_t** list,
764 wchar_t** list
783 wchar_t*** list_return,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
locale_facets_nonio.h 168 const wchar_t*
169 __timepunct_cache<wchar_t>::_S_timezones[14];
336 __timepunct<wchar_t>::_M_initialize_timepunct(__c_locale __cloc);
340 __timepunct<wchar_t>::_M_put(wchar_t*, size_t, const wchar_t*,
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_facets_nonio.h 165 const wchar_t*
166 __timepunct_cache<wchar_t>::_S_timezones[14];
333 __timepunct<wchar_t>::_M_initialize_timepunct(__c_locale __cloc);
337 __timepunct<wchar_t>::_M_put(wchar_t*, size_t, const wchar_t*,
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_facets_nonio.h 165 const wchar_t*
166 __timepunct_cache<wchar_t>::_S_timezones[14];
333 __timepunct<wchar_t>::_M_initialize_timepunct(__c_locale __cloc);
337 __timepunct<wchar_t>::_M_put(wchar_t*, size_t, const wchar_t*,
    [all...]

Completed in 1642 milliseconds

<<919293949596979899100>>