Home
last modified time | relevance | path

Searched refs:wchar_t (Results 1 – 25 of 103) sorted by relevance

12345

/external/icu4c/common/
Dcwchar.c23 U_CAPI wchar_t *uprv_wcscat(wchar_t *dst, const wchar_t *src) { in uprv_wcscat()
24 wchar_t *start=dst; in uprv_wcscat()
35 U_CAPI wchar_t *uprv_wcscpy(wchar_t *dst, const wchar_t *src) { in uprv_wcscpy()
36 wchar_t *start=dst; in uprv_wcscpy()
44 U_CAPI size_t uprv_wcslen(const wchar_t *src) { in uprv_wcslen()
45 const wchar_t *start=src; in uprv_wcslen()
Dustr_wcs.c64 static wchar_t*
65 _strToWCS(wchar_t *dest, in _strToWCS()
78 wchar_t* intTarget=NULL; in _strToWCS()
147 intTarget = (wchar_t*)uprv_malloc( intTargetCapacity * sizeof(wchar_t) ); in _strToWCS()
153 wchar_t* pIntTarget=intTarget; in _strToWCS()
173 sizeof(wchar_t)); in _strToWCS()
201 uprv_memcpy(dest,intTarget,count*sizeof(wchar_t)); in _strToWCS()
227 U_CAPI wchar_t* U_EXPORT2
228 u_strToWCS(wchar_t *dest, in u_strToWCS()
263 return (wchar_t*)u_strToUTF32((UChar32*)dest, destCapacity, pDestLength, in u_strToWCS()
[all …]
Dcwchar.h43 U_CAPI wchar_t* U_EXPORT2
44 uprv_wcscpy(wchar_t *dst, const wchar_t *src);
45 U_CAPI wchar_t* U_EXPORT2
46 uprv_wcscat(wchar_t *dst, const wchar_t *src);
48 uprv_wcslen(const wchar_t *src);
Dnoser.c21 return (size_t) sizeof(wchar_t); in __ctype_get_mb_cur_max()
52 size_t mbstowcs(wchar_t *pwcs, const char *s, size_t n) in mbstowcs()
105 size_t wcstombs(char *s, const wchar_t *pwcs, size_t n) in wcstombs()
Dnoser.h8 size_t mbstowcs(wchar_t *pwcs, const char *s, size_t n);
9 size_t wcstombs(char *s, const wchar_t *pwcs, size_t n);
/external/icu4c/test/perf/charperf/
Dcharperf.h20 typedef void (*StdLibCharPerfFn)(wchar_t ch);
56 for (wchar_t i = MIN_; i < MAX_; i ++) { in call()
66 StdLibCharPerfFunction(StdLibCharPerfFn func, wchar_t min, wchar_t max) in StdLibCharPerfFunction()
79 wchar_t MIN_;
80 wchar_t MAX_;
179 inline void StdLibIsAlpha(wchar_t ch) in StdLibIsAlpha()
184 inline void StdLibIsUpper(wchar_t ch) in StdLibIsUpper()
189 inline void StdLibIsLower(wchar_t ch) in StdLibIsLower()
194 inline void StdLibIsDigit(wchar_t ch) in StdLibIsDigit()
199 inline void StdLibIsSpace(wchar_t ch) in StdLibIsSpace()
[all …]
/external/webkit/JavaScriptCore/wtf/
DASCIICType.h50 inline bool isASCII(wchar_t c) { return !(c & ~0x7F); } in isASCII()
57 inline bool isASCIIAlpha(wchar_t c) { return (c | 0x20) >= 'a' && (c | 0x20) <= 'z'; } in isASCIIAlpha()
64 …inline bool isASCIIAlphanumeric(wchar_t c) { return (c >= '0' && c <= '9') || ((c | 0x20) >= 'a' &… in isASCIIAlphanumeric()
71 inline bool isASCIIDigit(wchar_t c) { return (c >= '0') & (c <= '9'); } in isASCIIDigit()
78 …inline bool isASCIIHexDigit(wchar_t c) { return (c >= '0' && c <= '9') || ((c | 0x20) >= 'a' && (c… in isASCIIHexDigit()
85 inline bool isASCIIOctalDigit(wchar_t c) { return (c >= '0') & (c <= '7'); } in isASCIIOctalDigit()
92 inline bool isASCIILower(wchar_t c) { return c >= 'a' && c <= 'z'; } in isASCIILower()
99 inline bool isASCIIUpper(wchar_t c) { return c >= 'A' && c <= 'Z'; } in isASCIIUpper()
119 inline bool isASCIISpace(wchar_t c) { return c <= ' ' && (c == ' ' || (c <= 0xD && c >= 0x9)); } in isASCIISpace()
126 inline wchar_t toASCIILower(wchar_t c) { return c | ((c >= 'A' && c <= 'Z') << 5); } in toASCIILower()
[all …]
/external/e2fsprogs/intl/
Dwprintf-parse.h39 const wchar_t* dir_start;
40 const wchar_t* dir_end;
42 const wchar_t* width_start;
43 const wchar_t* width_end;
45 const wchar_t* precision_start;
46 const wchar_t* precision_end;
48 wchar_t conversion; /* d i o u x X f e E g G c s p n U % but not C S */
73 int wprintf_parse (const wchar_t *format, wchar_t_directives *d, arguments *a);
Dvasnwprintf.h39 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 a…
Dprintf.c273 libintl_vfwprintf (FILE *stream, const wchar_t *format, va_list args) in libintl_vfwprintf()
280 wchar_t *result = libintl_vasnwprintf (NULL, &length, format, args); in libintl_vfwprintf()
298 libintl_fwprintf (FILE *stream, const wchar_t *format, ...) in libintl_fwprintf()
311 libintl_vwprintf (const wchar_t *format, va_list args) in libintl_vwprintf()
318 libintl_wprintf (const wchar_t *format, ...) in libintl_wprintf()
331 libintl_vswprintf (wchar_t *resultbuf, size_t length, const wchar_t *format, va_list args) in libintl_vswprintf()
338 wchar_t *result = libintl_vasnwprintf (resultbuf, &length, format, args); in libintl_vswprintf()
345 memcpy (resultbuf, result, (maxlength - 1) * sizeof (wchar_t)); in libintl_vswprintf()
358 libintl_swprintf (wchar_t *resultbuf, size_t length, const wchar_t *format, ...) in libintl_swprintf()
/external/elfutils/libebl/
Deblwstrtab.c39 const wchar_t *string;
45 wchar_t reverse[0];
136 newstring (struct Ebl_WStrtab *st, const wchar_t *str, size_t len) in newstring()
149 if (st->left < align + sizeof (struct Ebl_WStrent) + len * sizeof (wchar_t)) in newstring()
152 sizeof (struct Ebl_WStrent) + len * sizeof (wchar_t))) in newstring()
169 st->backp += align + sizeof (struct Ebl_WStrent) + len * sizeof (wchar_t); in newstring()
170 st->left -= align + sizeof (struct Ebl_WStrent) + len * sizeof (wchar_t); in newstring()
206 ebl_wstrtabadd (struct Ebl_WStrtab *st, const wchar_t *str, size_t len) in ebl_wstrtabadd()
284 copystrings (struct Ebl_WStrent *nodep, wchar_t **freep, size_t *offsetp) in copystrings()
294 *offsetp += nodep->len * sizeof (wchar_t); in copystrings()
[all …]
/external/icu4c/test/perf/ustrperf/
Dstringperf.h27 const wchar_t wTESTCHAR1 = 'a';
33 wchar_t simulate[2]={wTESTCHAR1, 0};
50 wchar_t name[100];
57 typedef void (*StdStringPerfFn)(const wchar_t* src,int32_t srcLen, stlstring s0);
242 wchar_t ws[100]; in prepareLinesForStd()
245 wchar_t* wcs; in prepareLinesForStd()
251 memcpy(wlines_[i].name, wcs, wl * sizeof(wchar_t)); in prepareLinesForStd()
256 memcpy(wlines_[i].name, wcs, wl*sizeof(wchar_t)); in prepareLinesForStd()
274 wchar_t* wDest = NULL; in prepareBulkForStd()
284 wDest =(wchar_t*) malloc(sizeof(wchar_t) * (reqLen)); in prepareBulkForStd()
[all …]
/external/qemu/distrib/sdl-1.2.12/src/loadso/win32/
DSDL_sysloadso.c42 wchar_t *errbuf_t = SDL_malloc(512 * sizeof(wchar_t)); in SDL_LoadObject()
43 wchar_t *sofile_t = SDL_malloc((MAX_PATH+1) * sizeof(wchar_t)); in SDL_LoadObject()
93 wchar_t *name_t = SDL_malloc((length + 1) * sizeof(wchar_t)); in SDL_LoadFunction()
94 wchar_t *errbuf_t = SDL_malloc(512 * sizeof(wchar_t)); in SDL_LoadFunction()
/external/gtest/include/gtest/internal/
Dgtest-string.h151 static String ShowWideCString(const wchar_t* wide_c_str);
155 static String ShowWideCStringQuoted(const wchar_t* wide_c_str);
163 static bool WideCStringEquals(const wchar_t* lhs, const wchar_t* rhs);
186 static bool CaseInsensitiveWideCStringEquals(const wchar_t* lhs,
187 const wchar_t* rhs);
/external/webkit/WebCore/platform/win/
DBString.h33 typedef wchar_t* BSTR;
48 BString(const wchar_t*);
49 BString(const wchar_t*, size_t length);
/external/dropbear/libtomcrypt/src/pk/asn1/der/utf8/
Dder_decode_utf8_string.c30 wchar_t *out, unsigned long *outlen) in der_decode_utf8_string()
32 wchar_t tmp; in der_decode_utf8_string()
93 tmp = (tmp << 6) | ((wchar_t)in[x++] & 0x3F); in der_decode_utf8_string()
Dder_length_utf8_string.c24 unsigned long der_utf8_charsize(const wchar_t c) in der_utf8_charsize()
44 int der_length_utf8_string(const wchar_t *in, unsigned long noctets, unsigned long *outlen) in der_length_utf8_string()
/external/elfutils/
Dconfig-compat-darwin.h57 static inline wchar_t *wmempcpy (wchar_t *__restrict __s1, __const wchar_t *__restrict __s2, size_t… in wmempcpy()
/external/expat/xmlwf/
Dfilemap.h8 int filemap(const wchar_t *name,
10 const wchar_t *, void *arg),
/external/qemu/distrib/sdl-1.2.12/src/main/win32/
DSDL_win32_main.c43 static wchar_t stdoutPath[MAX_PATH];
44 static wchar_t stderrPath[MAX_PATH];
238 wchar_t *bufp; in WinMain()
247 wchar_t path[MAX_PATH]; in WinMain()
322 bufp = SDL_stack_alloc(wchar_t, nLen*2); in WinMain()
/external/gtest/include/gtest/
Dgtest.h605 void InitGoogleTest(int* argc, wchar_t** argv);
831 const wchar_t* expected,
832 const wchar_t* actual);
839 const wchar_t* s1,
840 const wchar_t* s2);
857 const wchar_t* needle, const wchar_t* haystack);
863 const wchar_t* needle, const wchar_t* haystack);
/external/bison/lib/
Dstrtol.c203 # define STRING_TYPE wchar_t
269 wchar_t thousands = L'\0'; in INTERNAL()
346 if ((wchar_t) c != thousands in INTERNAL()
347 && ((wchar_t) c < L_('0') || (wchar_t) c > L_('9')) in INTERNAL()
/external/icu4c/test/cintltst/
Dcustrtrn.c871 wchar_t* wDest = NULL; in Test_UChar_WCHART_API()
905 wDest =(wchar_t*) malloc(sizeof(wchar_t) * (reqLen+1)); in Test_UChar_WCHART_API()
954 wDest =(wchar_t*) malloc(sizeof(wchar_t) * (reqLen+1)); in Test_UChar_WCHART_API()
1002 wDest =(wchar_t*) malloc(sizeof(wchar_t) * (reqLen+1)); in Test_UChar_WCHART_API()
1041 wchar_t buffer[10]; in Test_UChar_WCHART_API()
1083 wchar_t ws[100]; in Test_widestrs()
1089 wchar_t *wcs; in Test_widestrs()
1134 wchar_t* wDest = NULL; in Test_WCHART_LongString()
1148 wDest =(wchar_t*) malloc(sizeof(wchar_t) * (reqLen+1)); in Test_WCHART_LongString()
/external/expat/lib/
Dexpat_external.h87 typedef wchar_t XML_Char;
88 typedef wchar_t XML_LChar;
/external/srec/srec/EventLog/include/
Driff.h227 wchar_t *audio_type,
238 const wchar_t **audio_type,

12345