Home | History | Annotate | Download | only in unicode

Lines Matching refs:wchar_t

917 #   define U_STRING_DECL(var, cs, length) static const wchar_t var[(length)+1]={ L ## cs }
1161 * Converts a sequence of UChars to wchar_t units.
1165 * @param destCapacity The size of the buffer (number of wchar_t's). If it is 0, then
1179 U_STABLE wchar_t* U_EXPORT2
1180 u_strToWCS(wchar_t *dest,
1187 * Converts a sequence of wchar_t units to UChars
1209 const wchar_t *src,