Lines Matching +full:least +full:-

1 .TH "Heimdal wind library" 3 "11 Jan 2012" "Version 1.5.2" "Heimdalwindlibrary" \" -*- nroff -*-
5 Heimdal wind library \-
73 Convert an UCS4 string to a puny-coded DNS label string suitable when combined with delimiters and …
81 \fIout\fP the resulting puny-coded string. The string is not NUL terminatied.
94 Process a input UCS4 string according a string-prep profile.
127 \fIout\fP the output UCS2, the array must be at least out/2 long.
146 Convert an UCS2 string to a UTF-8 string.
154 \fIout\fP the resulting UTF-8 strint, must be at least \fBwind_ucs2utf8_length()\fP long. If out is…
167 Calculate the length of from converting a UCS2 string to an UTF-8 string.
175 \fIout_len\fP the length of the resulting UTF-8 string.
196 \fIptr\fP The input buffer to write to, the array must be at least (in + 1) * 2 bytes long.
217 Convert an UCS4 string to a UTF-8 string.
225 \fIout\fP the resulting UTF-8 strint, must be at least \fBwind_ucs4utf8_length()\fP + 1 long (the e…
238 Calculate the length of from converting a UCS4 string to an UTF-8 string.
246 \fIout_len\fP the length of the resulting UTF-8 string.
257 Convert an UTF-8 string to an UCS2 string.
261 \fIin\fP an UTF-8 string to convert.
263 \fIout\fP the resulting UCS2 strint, must be at least \fBwind_utf8ucs2_length()\fP long. If out is …
276 Calculate the length of from converting a UTF-8 string to a UCS2 string.
280 \fIin\fP an UTF-8 string to convert.
293 Convert an UTF-8 string to an UCS4 string.
297 \fIin\fP an UTF-8 string to convert.
299 \fIout\fP the resulting UCS4 strint, must be at least \fBwind_utf8ucs4_length()\fP long. If out is …
312 Calculate the length of from converting a UTF-8 string to a UCS4 string.
316 \fIin\fP an UTF-8 string to convert.