Home | History | Annotate | Download | only in unicode

Lines Matching full:terminated

140 When width is specified for scanf, this acts like a non-NULL-terminated char * string.<br>
142 <tr><td>%S</td><td>UChar *</td><td>UChar *</td><td>Null terminated UTF-16 string</td></tr>
144 When width is specified for scanf, this acts like a non-NULL-terminated UChar * string<br>
146 <tr><td>%[]</td><td>&nbsp;</td><td>UChar *</td><td>Null terminated UTF-16 string which contains the filtered set of characters specified by the UnicodeSet</td></tr>
158 <tr><td>%h</td><td>S</td><td>char *</td><td><b>(Unimplemented)</b> Null terminated UTF-8 string</td></tr>
164 <tr><td>%l</td><td>S</td><td>UChar32 *</td><td><b>(Unimplemented)</b> Null terminated UTF-32 string</td></tr>
505 * Write a Unicode to a UFILE. The null (U+0000) terminated UChar*
617 * null terminated
674 * subsequent conversion to Unicode. The data will not be NULL terminated.
736 * <TT>count</TT>, the string is not null terminated and <TT>count</TT> is
780 * null terminated and <TT>count</TT> is returned.
817 * <TT>count</TT>, the string is not null terminated and <TT>count</TT> is
860 * null terminated and <TT>count</TT> is returned.