HomeSort by relevance Sort by last modified time
    Searched refs:wchar_t (Results 226 - 250 of 294) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/stlport/stlport/stl/debug/
_string.h 803 _STLP_EXPORT_TEMPLATE_CLASS __construct_checker<_STLP_NON_DBG_STRING_NAME <wchar_t, char_traits<wchar_t>, allocator<wchar_t> > >;
805 _STLP_EXPORT_TEMPLATE_CLASS basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >;
  /external/bluetooth/glib/gio/
glocalfileinfo.c 1320 wchar_t *wfilename = g_utf8_to_utf16 (filename, -1, NULL, NULL, NULL);
    [all...]
gwin32mount.c 219 wchar_t *wfn = g_utf8_to_utf16 (win32_mount->mount_path, -1, NULL, NULL, NULL);
  /external/icu4c/config/
mh-cygwin-msvc 46 # /Zc:wchar_t makes wchar_t a native type. Required for C++ ABI compatibility.
49 CXXFLAGS+=/GF /nologo /EHsc /Zc:wchar_t
  /external/kernel-headers/original/linux/
msdos_fs.h 318 static inline void fat16_towchar(wchar_t *dst, const __u8 *src, size_t len)
330 static inline void fatwchar_to16(__u8 *dst, const wchar_t *src, size_t len)
  /external/stlport/stlport/stl/
_limits.h 216 class numeric_limits<wchar_t>
217 : public _STLP_PRIV _Integer_limits<wchar_t, WCHAR_MIN, WCHAR_MAX, -1, true>
type_traits.h 99 _STLP_TEMPLATE_NULL struct _IsIntegral<wchar_t>
292 _STLP_DEFINE_TYPE_TRAITS_FOR(wchar_t);
  /external/webkit/WebCore/platform/graphics/chromium/
FontChromiumWin.cpp 288 ExtTextOut(m_hdc, x + shadowSize.width(), y + shadowSize.height(), ETO_GLYPH_INDEX, 0, reinterpret_cast<const wchar_t*>(&glyphs[0]), numGlyphs, &advances[0]);
292 return !!ExtTextOut(m_hdc, x, y, ETO_GLYPH_INDEX, 0, reinterpret_cast<const wchar_t*>(&glyphs[0]), numGlyphs, &advances[0]);
  /external/webkit/WebCore/platform/win/
ClipboardUtilitiesWin.cpp 327 wchar_t* data = (wchar_t*)GlobalLock(store.hGlobal);
  /external/bluetooth/glib/gio/win32/
gwin32directorymonitor.c 153 wchar_t *wdirname;
  /external/bluetooth/glib/gmodule/
gmodule-win32.c 74 wchar_t *wfilename;
  /external/dropbear/libtomcrypt/src/pk/asn1/der/sequence/
der_decode_sequence_flexi.c 228 if ((l->data = XCALLOC(sizeof(wchar_t), l->size)) == NULL) {
  /external/qemu/distrib/sdl-1.2.12/src/audio/windib/
SDL_dibaudio.c 130 wchar_t werrbuf[MAXERRORLENGTH];
  /external/stlport/test/unit/
limits_test.cpp 282 CPPUNIT_CHECK(test_integral_limits(wchar_t()));
type_traits_test.cpp 301 CPPUNIT_ASSERT( is_integer(wchar_t()) == 1 );
347 CPPUNIT_ASSERT( is_rational(wchar_t()) == 0 );
  /external/v8/src/
log.h 250 static void SharedLibraryEvent(const wchar_t* library_path,
  /external/webkit/WebKitTools/DumpRenderTree/win/
EditingDelegate.cpp 116 wchar_t buffer[1024];
DumpRenderTree.cpp 478 static wchar_t* layoutTestsString = L"/LayoutTests/";
479 static wchar_t* fileTestString = L"(file test):";
481 wchar_t* result = wcsstr(url, layoutTestsString);
484 wchar_t* start = result + wcslen(layoutTestsString);
778 Vector<wchar_t> urlCharacters(CFStringGetLength(persistentUserStyleSheetLocation.get()));
    [all...]
  /frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
mistream.h 253 ISTREAM_OPERATOR(wchar_t)
mostream.h 234 OSTREAM_OPERATOR(wchar_t)
  /external/dropbear/libtomcrypt/testprof/
der_tests.c 535 static const wchar_t utf8_1[] = { 0x0041, 0x2262, 0x0391, 0x002E };
537 static const wchar_t utf8_2[] = { 0xD55C, 0xAD6D, 0xC5B4 };
541 wchar_t utf8_out[32];
820 if (y != (sizeof(utf8_1) / sizeof(utf8_1[0])) || memcmp(utf8_1, utf8_out, y * sizeof(wchar_t))) {
821 fprintf(stderr, "DER UTF8_1 decoded to %lu wchar_t\n", y);
837 if (y != (sizeof(utf8_2) / sizeof(utf8_2[0])) || memcmp(utf8_2, utf8_out, y * sizeof(wchar_t))) {
838 fprintf(stderr, "DER UTF8_2 decoded to %lu wchar_t\n", y);
    [all...]
  /external/gtest/src/
gtest-internal-inl.h 146 // code_point parameter is of type UInt32 because wchar_t may not be
157 // UTF-16 if sizeof(wchar_t) == 2 (on Windows, Cygwin, Symbian OS)
158 // UTF-32 if sizeof(wchar_t) == 4 (on Linux)
161 // of wchar_t characters processed. -1 is used when the entire string
168 String WideStringToUtf8(const wchar_t* str, int num_chars);
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/file/
SDL_rwops.c 91 wchar_t *filenameW = SDL_stack_alloc(wchar_t, size);
  /external/qemu/distrib/sdl-1.2.12/src/video/windib/
SDL_dibevents.c 540 wchar_t *windowid_t = SDL_malloc((SDL_strlen(windowid) + 1) * sizeof(wchar_t));
  /external/bison/lib/
quotearg.c 428 wchar_t w;

Completed in 5860 milliseconds

1 2 3 4 5 6 7 8 91011>>