Home | History | Annotate | Download | only in charperf

Lines Matching full:wchar_t

71     if (sizeof(wchar_t) > 2)  {
188 return new StdLibCharPerfFunction(StdLibIsAlpha, (wchar_t)MIN_,
189 (wchar_t)MAX_);
194 return new StdLibCharPerfFunction(StdLibIsUpper, (wchar_t)MIN_,
195 (wchar_t)MAX_);
200 return new StdLibCharPerfFunction(StdLibIsLower, (wchar_t)MIN_,
201 (wchar_t)MAX_);
206 return new StdLibCharPerfFunction(StdLibIsDigit, (wchar_t)MIN_,
207 (wchar_t)MAX_);
212 return new StdLibCharPerfFunction(StdLibIsSpace, (wchar_t)MIN_,
213 (wchar_t)MAX_);
218 return new StdLibCharPerfFunction(StdLibIsAlphaNumeric, (wchar_t)MIN_,
219 (wchar_t)MAX_);
229 return new StdLibCharPerfFunction(StdLibIsPrint, (wchar_t)MIN_,
230 (wchar_t)MAX_);
235 return new StdLibCharPerfFunction(StdLibIsControl, (wchar_t)MIN_,
236 (wchar_t)MAX_);
241 return new StdLibCharPerfFunction(StdLibToLower, (wchar_t)MIN_,
242 (wchar_t)MAX_);
247 return new StdLibCharPerfFunction(StdLibToUpper, (wchar_t)MIN_,
248 (wchar_t)MAX_);
253 return new StdLibCharPerfFunction(StdLibIsWhiteSpace, (wchar_t)MIN_,
254 (wchar_t)MAX_);