HomeSort by relevance Sort by last modified time
    Searched full:wchar_t (Results 101 - 125 of 1732) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_cwchar.h 87 extern wchar_t *wcsstr();
89 extern wchar_t *wmemchr();
91 extern wchar_t *wmemcpy();
92 extern wchar_t *wmemmove();
93 extern wchar_t *wmemset();
102 extern "C" size_t wcsftime(wchar_t * str, size_t max_size, const wchar_t * format_str, const struct tm * timeptr);
119 /* SUNpro has some bugs with casts. wchar_t is size of int there anyway. */
123 # define WCHAR_MAX ((wchar_t)~0)
136 * as gcc consider wchar_t as an unsigned type but WCHAR_MIN is defined a
    [all...]
_monetary.h 168 class _STLP_CLASS_DECLSPEC moneypunct<wchar_t, true> : public locale::facet, public money_base {
170 typedef wchar_t char_type;
172 explicit moneypunct _STLP_PSPEC2(wchar_t, true) (size_t __refs = 0);
173 wchar_t decimal_point() const { return do_decimal_point(); }
174 wchar_t thousands_sep() const { return do_thousands_sep(); }
190 ~moneypunct _STLP_PSPEC2(wchar_t, true) ();
192 virtual wchar_t do_decimal_point() const;
193 virtual wchar_t do_thousands_sep() const;
207 class _STLP_CLASS_DECLSPEC moneypunct<wchar_t, false> : public locale::facet, public money_base {
209 typedef wchar_t char_type
    [all...]
_numpunct.h 77 class _STLP_CLASS_DECLSPEC numpunct<wchar_t> : public locale::facet {
79 typedef wchar_t char_type;
85 wchar_t decimal_point() const { return do_decimal_point(); }
86 wchar_t thousands_sep() const { return do_thousands_sep(); }
96 virtual wchar_t do_decimal_point() const;
97 virtual wchar_t do_thousands_sep() const;
103 # endif /* WCHAR_T */
138 class _STLP_CLASS_DECLSPEC numpunct_byname<wchar_t>: public numpunct<wchar_t> {
141 typedef wchar_t char_type
    [all...]
  /prebuilt/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/
_cwchar.h 87 extern wchar_t *wcsstr();
89 extern wchar_t *wmemchr();
91 extern wchar_t *wmemcpy();
92 extern wchar_t *wmemmove();
93 extern wchar_t *wmemset();
102 extern "C" size_t wcsftime(wchar_t * str, size_t max_size, const wchar_t * format_str, const struct tm * timeptr);
119 /* SUNpro has some bugs with casts. wchar_t is size of int there anyway. */
123 # define WCHAR_MAX ((wchar_t)~0)
136 * as gcc consider wchar_t as an unsigned type but WCHAR_MIN is defined a
    [all...]
_monetary.h 168 class _STLP_CLASS_DECLSPEC moneypunct<wchar_t, true> : public locale::facet, public money_base {
170 typedef wchar_t char_type;
172 explicit moneypunct _STLP_PSPEC2(wchar_t, true) (size_t __refs = 0);
173 wchar_t decimal_point() const { return do_decimal_point(); }
174 wchar_t thousands_sep() const { return do_thousands_sep(); }
190 ~moneypunct _STLP_PSPEC2(wchar_t, true) ();
192 virtual wchar_t do_decimal_point() const;
193 virtual wchar_t do_thousands_sep() const;
207 class _STLP_CLASS_DECLSPEC moneypunct<wchar_t, false> : public locale::facet, public money_base {
209 typedef wchar_t char_type
    [all...]
_numpunct.h 77 class _STLP_CLASS_DECLSPEC numpunct<wchar_t> : public locale::facet {
79 typedef wchar_t char_type;
85 wchar_t decimal_point() const { return do_decimal_point(); }
86 wchar_t thousands_sep() const { return do_thousands_sep(); }
96 virtual wchar_t do_decimal_point() const;
97 virtual wchar_t do_thousands_sep() const;
103 # endif /* WCHAR_T */
138 class _STLP_CLASS_DECLSPEC numpunct_byname<wchar_t>: public numpunct<wchar_t> {
141 typedef wchar_t char_type
    [all...]
  /external/chromium/third_party/libjingle/source/talk/base/
stringutils.h 75 // platforms and between char and wchar_t variants.
81 // It's not clear if we will ever use wchar_t strings on unix. In theory,
92 inline size_t strlen(const wchar_t* s) {
95 inline int strcmp(const wchar_t* s1, const wchar_t* s2) {
98 inline int stricmp(const wchar_t* s1, const wchar_t* s2) {
101 inline int strncmp(const wchar_t* s1, const wchar_t* s2, size_t n) {
104 inline int strnicmp(const wchar_t* s1, const wchar_t* s2, size_t n)
    [all...]
  /external/chromium/base/win/
event_trace_controller.cc 20 sizeof(wchar_t) * kMaxStringLen;
23 HRESULT EtwTraceProperties::SetLoggerName(const wchar_t* logger_name) {
30 sizeof(wchar_t) * len);
34 HRESULT EtwTraceProperties::SetLoggerFileName(const wchar_t* logger_file_name) {
41 sizeof(wchar_t) * len);
52 HRESULT EtwTraceController::Start(const wchar_t* session_name,
66 HRESULT EtwTraceController::StartFileSession(const wchar_t* session_name,
67 const wchar_t* logfile_path, bool realtime) {
83 HRESULT EtwTraceController::StartRealtimeSession(const wchar_t* session_name,
134 HRESULT EtwTraceController::Start(const wchar_t* session_name
    [all...]
  /external/stlport/stlport/stl/
_numpunct.h 77 class _STLP_CLASS_DECLSPEC numpunct<wchar_t> : public locale::facet {
79 typedef wchar_t char_type;
85 wchar_t decimal_point() const { return do_decimal_point(); }
86 wchar_t thousands_sep() const { return do_thousands_sep(); }
96 virtual wchar_t do_decimal_point() const;
97 virtual wchar_t do_thousands_sep() const;
103 # endif /* WCHAR_T */
138 class _STLP_CLASS_DECLSPEC numpunct_byname<wchar_t>: public numpunct<wchar_t> {
141 typedef wchar_t char_type
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_numpunct.h 77 class _STLP_CLASS_DECLSPEC numpunct<wchar_t> : public locale::facet {
79 typedef wchar_t char_type;
85 wchar_t decimal_point() const { return do_decimal_point(); }
86 wchar_t thousands_sep() const { return do_thousands_sep(); }
96 virtual wchar_t do_decimal_point() const;
97 virtual wchar_t do_thousands_sep() const;
103 # endif /* WCHAR_T */
138 class _STLP_CLASS_DECLSPEC numpunct_byname<wchar_t>: public numpunct<wchar_t> {
141 typedef wchar_t char_type
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_numpunct.h 77 class _STLP_CLASS_DECLSPEC numpunct<wchar_t> : public locale::facet {
79 typedef wchar_t char_type;
85 wchar_t decimal_point() const { return do_decimal_point(); }
86 wchar_t thousands_sep() const { return do_thousands_sep(); }
96 virtual wchar_t do_decimal_point() const;
97 virtual wchar_t do_thousands_sep() const;
103 # endif /* WCHAR_T */
138 class _STLP_CLASS_DECLSPEC numpunct_byname<wchar_t>: public numpunct<wchar_t> {
141 typedef wchar_t char_type
    [all...]
  /external/dbus/dbus/
dbus-sysdeps-win.h 55 dbus_bool_t _dbus_win_account_to_sid (const wchar_t *waccount,
61 wchar_t **wname,
62 wchar_t **wdomain,
68 wchar_t *_dbus_win_utf8_to_utf16 (const char *str,
70 char *_dbus_win_utf16_to_utf8 (const wchar_t *str,
77 wchar_t **wname,
78 wchar_t **wdomain,
  /external/e2fsprogs/intl/
vasnwprintf.h 25 /* Get wchar_t, size_t. */
39 extern wchar_t * asnwprintf (wchar_t *resultbuf, size_t *lengthp, const wchar_t *format, ...);
40 extern wchar_t * vasnwprintf (wchar_t *resultbuf, size_t *lengthp, const wchar_t *format, va_list args);
  /external/stlport/src/
facets_byname.cpp 95 // ctype_byname<wchar_t>
97 struct _Ctype_byname_w_is_mask : public unary_function<wchar_t, bool> {
103 bool operator()(wchar_t c) const
112 ctype_byname<wchar_t>::ctype_byname(const char* name, size_t refs)
113 : ctype<wchar_t>(refs) {
124 ctype_byname<wchar_t>::~ctype_byname()
127 bool ctype_byname<wchar_t>::do_is(ctype_base::mask m, wchar_t c) const
130 const wchar_t*
131 ctype_byname<wchar_t>::do_is(const wchar_t* low, const wchar_t* high
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
facets_byname.cpp 95 // ctype_byname<wchar_t>
97 struct _Ctype_byname_w_is_mask : public unary_function<wchar_t, bool> {
103 bool operator()(wchar_t c) const
112 ctype_byname<wchar_t>::ctype_byname(const char* name, size_t refs)
113 : ctype<wchar_t>(refs) {
124 ctype_byname<wchar_t>::~ctype_byname()
127 bool ctype_byname<wchar_t>::do_is(ctype_base::mask m, wchar_t c) const
130 const wchar_t*
131 ctype_byname<wchar_t>::do_is(const wchar_t* low, const wchar_t* high
    [all...]
  /external/chromium/base/debug/
debugger_win.cc 20 bool RegReadString(HKEY root, const wchar_t* subkey,
21 const wchar_t* value_name, wchar_t* buffer, int* len) {
28 DWORD buffer_size = *len * sizeof(wchar_t);
45 bool StringReplace(const wchar_t* input, int value, wchar_t* output,
47 memset(output, 0, output_len*sizeof(wchar_t));
74 wchar_t reg_value[1026];
79 wchar_t command_line[1026];
  /bionic/libc/wchar/
wcsrchr.c 32 wchar_t *
33 wcsrchr(const wchar_t *s, wchar_t c)
35 const wchar_t *last;
46 return ((wchar_t *)last);
wcsncat.c 39 wchar_t *
40 wcsncat(wchar_t * __restrict s1, const wchar_t * __restrict s2, size_t n)
42 wchar_t *p;
43 wchar_t *q;
44 const wchar_t *r;
wcspbrk.c 39 wchar_t *
40 wcspbrk(const wchar_t *s, const wchar_t *set)
42 const wchar_t *p;
43 const wchar_t *q;
51 return (wchar_t *)p;
  /external/chromium/chrome/browser/password_manager/
password_form_data.h 19 const wchar_t* submit_element;
20 const wchar_t* username_element;
21 const wchar_t* password_element;
22 const wchar_t* username_value; // Set to NULL for a blacklist entry.
23 const wchar_t* password_value;
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/libs/armeabi/
libstlport_shared.so 
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/libs/armeabi-v7a/
libstlport_shared.so 
  /external/clang/test/CodeGen/
pascal-wchar-string.c 36 // PR8856 - -fshort-wchar makes wchar_t be unsigned.
40 volatile int isUnsigned = (wchar_t)-1 > (wchar_t)0;
  /external/chromium/chrome/browser/rlz/
rlz_unittest.cc 17 bool CleanValue(const wchar_t* key_name, const wchar_t* value) {
27 const wchar_t kKeyName[] = L"Software\\Google\\Common\\Rlz\\Events\\C";
35 const wchar_t kEvent1[] = L"C1F";
44 const wchar_t kEvent2[] = L"C2S";
57 const wchar_t kEvent1[] = L"C1F";
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/lib/
libstdc++.so 

Completed in 2471 milliseconds

1 2 3 45 6 7 8 91011>>