Home | History | Annotate | Download | only in ustrperf

Lines Matching full:wchar_t

29 const wchar_t wTESTCHAR1 = 'a';
35 wchar_t simulate[2]={wTESTCHAR1, 0};
52 wchar_t name[100];
54 }; //struct to store one line of wchar_t string
59 typedef void (*StdStringPerfFn)(const wchar_t* src,int32_t srcLen, stlstring s0);
244 wchar_t ws[100];
247 wchar_t* wcs;
253 memcpy(wlines_[i].name, wcs, wl * sizeof(wchar_t));
258 memcpy(wlines_[i].name, wcs, wl*sizeof(wchar_t));
276 wchar_t* wDest = NULL;
286 wDest =(wchar_t*) malloc(sizeof(wchar_t) * (reqLen));
303 wDest =(wchar_t*) malloc(sizeof(wchar_t) * (reqLen+1));
330 wchar_t* wsrc_;
470 inline void StdLibCtor(const wchar_t* src,int32_t srcLen, stlstring s0)
475 inline void StdLibCtor1(const wchar_t* src,int32_t srcLen, stlstring s0)
480 inline void StdLibCtor2(const wchar_t* src,int32_t srcLen, stlstring s0)
485 inline void StdLibCtor3(const wchar_t* src,int32_t srcLen, stlstring s0)
494 inline stlstring stl_assign_helper(const wchar_t* src,int32_t srcLen)
500 inline void StdLibAssign(const wchar_t* src,int32_t srcLen, stlstring s0)
505 inline void StdLibAssign1(const wchar_t* src,int32_t srcLen, stlstring s0)
511 inline void StdLibAssign2(const wchar_t* src,int32_t srcLen, stlstring s0)
516 inline void StdLibGetch(const wchar_t* src,int32_t srcLen, stlstring s0)
521 inline void StdLibCatenate(const wchar_t* src,int32_t srcLen, stlstring s0)
535 inline void StdLibScan(const wchar_t* src,int32_t srcLen, stlstring s0)
540 inline void StdLibScan1(const wchar_t* src,int32_t srcLen, stlstring s0)
545 inline void StdLibScan2(const wchar_t* src,int32_t srcLen, stlstring s0)