Home | History | Annotate | Download | only in unicode

Lines Matching refs:wchar_t

1186  * Convert a UTF-16 string to a wchar_t string.
1187 * If it is known at compile time that wchar_t strings are in UTF-16 or UTF-32, then
1189 * Otherwise, two conversions UTF-16 -> default charset -> wchar_t* are performed.
1193 * @param destCapacity The size of the buffer (number of wchar_t's). If it is 0, then
1207 U_STABLE wchar_t* U_EXPORT2
1208 u_strToWCS(wchar_t *dest,
1215 * Convert a wchar_t string to UTF-16.
1216 * If it is known at compile time that wchar_t strings are in UTF-16 or UTF-32, then
1218 * Otherwise, two conversions wchar_t* -> default charset -> UTF-16 are performed.
1240 const wchar_t *src,