HomeSort by relevance Sort by last modified time
    Searched refs:wchar_t (Results 676 - 700 of 894) sorted by null

<<21222324252627282930>>

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
stdlib.h 27 /* Get size_t, wchar_t and NULL from <stddef.h>. */
781 putting its `wchar_t' representation in *PWC. */
782 extern int mbtowc (wchar_t *__restrict __pwc,
786 extern int wctomb (char *__s, wchar_t __wchar) __THROW __wur;
790 extern size_t mbstowcs (wchar_t *__restrict __pwcs,
794 __const wchar_t *__restrict __pwcs, size_t __n)
inttypes.h 30 /* Get a definition for wchar_t. But we must not define wchar_t itself. */
33 # define __gwchar_t wchar_t
39 typedef wchar_t __gwchar_t;
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/
stddef.h 243 and not (wchar_t) -1, for each defined multibyte character. */
284 corresponding type is defined). If we define wchar_t, then we
326 typedef __WCHAR_TYPE__ wchar_t;
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/install-tools/include/
stddef.h 243 and not (wchar_t) -1, for each defined multibyte character. */
284 corresponding type is defined). If we define wchar_t, then we
326 typedef __WCHAR_TYPE__ wchar_t;
  /prebuilt/linux-x86/toolchain/sh-4.3.3/lib/gcc/sh-linux-gnu/4.3.3/include/
stddef.h 243 and not (wchar_t) -1, for each defined multibyte character. */
284 corresponding type is defined). If we define wchar_t, then we
326 typedef __WCHAR_TYPE__ wchar_t;
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/config/
_evc.h 263 typedef unsigned short wchar_t;
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/config/
_evc.h 263 typedef unsigned short wchar_t;
  /external/bluetooth/glib/gio/
glocalfile.c 859 static wchar_t *
863 wchar_t *wpath;
864 wchar_t *result;
867 result = g_new (wchar_t, MAX_PATH);
882 result = g_renew (wchar_t, result, len + 2);
894 wchar_t *wpath;
911 wchar_t *rootdir;
1005 wchar_t *wdirname = g_utf8_to_utf16 (localdir, -1, NULL, NULL, NULL);
1022 wchar_t *wdirname = g_utf8_to_utf16 (localdir, -1, NULL, NULL, NULL);
    [all...]
gcontenttype.c 57 const wchar_t *key_name)
59 wchar_t *wc_key;
75 wchar_t *wc_temp = g_new (wchar_t, (nbytes+1)/2 + 1);
81 wchar_t dummy[1];
85 wchar_t *wc_temp_expanded = g_new (wchar_t, len);
352 wchar_t keyname[256];
    [all...]
  /development/host/windows/usb/adb_winapi_test/
adb_winapi_test.cpp 66 bool TestInterface(const wchar_t* device_name);
171 bool TestInterface(const wchar_t* device_name) {
  /development/host/windows/usb/api/
adb_api.cpp 107 const wchar_t* interface_name) {
172 wchar_t match_name[64];
  /external/chromium/base/win/
scoped_variant_unittest.cc 13 static const wchar_t kTestString1[] = L"Used to create BSTRs";
14 static const wchar_t kTestString2[] = L"Also used to create BSTRs";
  /external/chromium/net/tools/dump_cache/
dump_files.cc 23 const wchar_t kIndexName[] = L"index";
24 const wchar_t kDataPrefix[] = L"data_";
  /external/stlport/src/
iostream.cpp 181 auto_ptr<wfilebuf> result(new basic_filebuf<wchar_t, char_traits<wchar_t> >());
  /external/webkit/Source/WebKit2/UIProcess/Plugins/win/
PluginInfoStoreWin.cpp 289 wchar_t name[256];
294 wchar_t path[MAX_PATH];
  /ndk/sources/cxx-stl/stlport/src/
iostream.cpp 181 auto_ptr<wfilebuf> result(new basic_filebuf<wchar_t, char_traits<wchar_t> >());
  /external/chromium/testing/gmock/test/
gmock-matchers_test.cc     [all...]
  /external/icu4c/test/cintltst/
custrtrn.c     [all...]
  /external/webkit/Tools/DumpRenderTree/win/
DumpRenderTree.cpp 182 static string toUTF8(const wchar_t* wideString, size_t length)
205 Vector<wchar_t> v(CFStringGetLength(cfStr));
544 static wchar_t* layoutTestsString = L"/LayoutTests/";
545 static wchar_t* fileTestString = L"(file test):";
547 wchar_t* result = wcsstr(url, layoutTestsString);
550 wchar_t* start = result + wcslen(layoutTestsString);
858 Vector<wchar_t> urlCharacters(CFStringGetLength(persistentUserStyleSheetLocation.get()));
    [all...]
  /external/gtest/test/
gtest_unittest.cc 275 // Tests in this group require a wchar_t to hold > 16 bits, and thus
276 // are skipped on Windows, Cygwin, and Symbian, where a wchar_t is
    [all...]
  /external/chromium/base/
file_util_unittest.cc 76 const wchar_t* target = target_str.c_str();
113 const wchar_t bogus_content[] = L"I'm cannon fodder.";
174 wchar_t contents[64];
193 const wchar_t* path;
194 const wchar_t* ending;
195 const wchar_t* result;
233 const wchar_t* path;
234 const wchar_t* filename;
259 const wchar_t* path;
260 const wchar_t* extension
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_browsertests_misc.cc 341 static const wchar_t* jscript_feed_title =
347 static const wchar_t* jscript_anchor =
353 static const wchar_t* jscript_desc =
359 static const wchar_t* jscript_error =
    [all...]
  /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/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)) );

Completed in 2371 milliseconds

<<21222324252627282930>>