Home | History | Annotate | Download | only in unicode

Lines Matching refs:buffer

47     and make sure that a character that is contained across buffer boundries
63 internal conversion buffer. For example, read the buffer size # of
65 at the end of the last buffer.
70 order to prevent buffer overruns. (e.g. %256.256d).
76 better testing. This prevents buffer overflows.
757 * @param buffer The Unicode String to which to write.
760 * @return The number of Unicode code units written to <TT>buffer</TT>. This
765 u_sprintf(UChar *buffer,
772 * units of data are stored in <TT>buffer</TT> and a negative value is
777 * @param buffer The Unicode String to which to write.
782 * <TT>buffer</TT> had count been sufficiently large. This does not include
787 u_snprintf(UChar *buffer,
797 * @param buffer The Unicode string to which to write.
801 * @return The number of Unicode characters written to <TT>buffer</TT>.
806 u_vsprintf(UChar *buffer,
816 * <TT>buffer</TT> and a negative value is returned. When the number of code
820 * @param buffer The Unicode string to which to write.
826 * <TT>buffer</TT> had count been sufficiently large.
831 u_vsnprintf(UChar *buffer,
839 * @param buffer
842 * @return The number of Unicode characters written to <TT>buffer</TT>.
846 u_sprintf_u(UChar *buffer,
853 * units of data are stored in <TT>buffer</TT> and a negative value is
858 * @param buffer The Unicode string to which to write.
863 * <TT>buffer</TT> had count been sufficiently large.
867 u_snprintf_u(UChar *buffer,
877 * @param buffer The Unicode string to which to write.
886 u_vsprintf_u(UChar *buffer,
896 * <TT>buffer</TT> and a negative value is returned. When the number of code
900 * @param buffer The Unicode string to which to write.
911 u_vsnprintf_u(UChar *buffer,
921 * @param buffer The Unicode string from which to read.
929 u_sscanf(const UChar *buffer,
938 * @param buffer The Unicode string from which to read.
948 u_vsscanf(const UChar *buffer,
955 * @param buffer The Unicode string from which to read.
963 u_sscanf_u(const UChar *buffer,
972 * @param buffer The Unicode string from which to read.
982 u_vsscanf_u(const UChar *buffer,