Lines Matching full:string

73 Convert an UCS4 string to a puny-coded DNS label string suitable when combined with delimiters and …
77 \fIin\fP an UCS4 string to convert
81 \fIout\fP the resulting puny-coded string. The string is not NUL terminatied.
83 …should be the length of the out variable, after processing it will be the length of the out string.
94 Process a input UCS4 string according a string-prep profile.
98 \fIin\fP input UCS4 string to process
100 \fIin_len\fP length of the input string
102 \fIout\fP output UCS4 string
104 \fIout_len\fP length of the output string.
146 Convert an UCS2 string to a UTF-8 string.
150 \fIin\fP an UCS2 string to convert.
152 \fIin_len\fP the length of the in UCS2 string.
156 …should be the length of the out variable, after processing it will be the length of the out string.
167 Calculate the length of from converting a UCS2 string to an UTF-8 string.
171 \fIin\fP an UCS2 string to convert.
173 \fIin_len\fP an UCS2 string length to convert.
175 \fIout_len\fP the length of the resulting UTF-8 string.
186 Write an UCS2 string to a buffer.
190 \fIin\fP The input UCS2 string.
217 Convert an UCS4 string to a UTF-8 string.
221 \fIin\fP an UCS4 string to convert.
227 …should be the length of the out variable, after processing it will be the length of the out string.
238 Calculate the length of from converting a UCS4 string to an UTF-8 string.
242 \fIin\fP an UCS4 string to convert.
244 \fIin_len\fP the length of UCS4 string to convert.
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.
265 …should be the length of the out variable, after processing it will be the length of the out string.
276 Calculate the length of from converting a UTF-8 string to a UCS2 string.
280 \fIin\fP an UTF-8 string to convert.
282 \fIout_len\fP the length of the resulting UCS4 string.
293 Convert an UTF-8 string to an UCS4 string.
297 \fIin\fP an UTF-8 string to convert.
301 …should be the length of the out variable, after processing it will be the length of the out string.
312 Calculate the length of from converting a UTF-8 string to a UCS4 string.
316 \fIin\fP an UTF-8 string to convert.
318 \fIout_len\fP the length of the resulting UCS4 string.