Lines Matching refs:buffer
46 and make sure that a character that is contained across buffer boundries
62 internal conversion buffer. For example, read the buffer size # of
64 at the end of the last buffer.
69 order to prevent buffer overruns. (e.g. %256.256d).
75 better testing. This prevents buffer overflows.
749 * @param buffer The Unicode String to which to write.
752 * @return The number of Unicode code units written to <TT>buffer</TT>. This
757 u_sprintf(UChar *buffer,
764 * units of data are stored in <TT>buffer</TT> and a negative value is
769 * @param buffer The Unicode String to which to write.
774 * <TT>buffer</TT> had count been sufficiently large. This does not include
779 u_snprintf(UChar *buffer,
789 * @param buffer The Unicode string to which to write.
793 * @return The number of Unicode characters written to <TT>buffer</TT>.
798 u_vsprintf(UChar *buffer,
808 * <TT>buffer</TT> and a negative value is returned. When the number of code
812 * @param buffer The Unicode string to which to write.
818 * <TT>buffer</TT> had count been sufficiently large.
823 u_vsnprintf(UChar *buffer,
831 * @param buffer The Unicode string to which to write.
834 * @return The number of Unicode characters written to <TT>buffer</TT>.
838 u_sprintf_u(UChar *buffer,
845 * units of data are stored in <TT>buffer</TT> and a negative value is
850 * @param buffer The Unicode string to which to write.
855 * <TT>buffer</TT> had count been sufficiently large.
859 u_snprintf_u(UChar *buffer,
869 * @param buffer The Unicode string to which to write.
878 u_vsprintf_u(UChar *buffer,
888 * <TT>buffer</TT> and a negative value is returned. When the number of code
892 * @param buffer The Unicode string to which to write.
903 u_vsnprintf_u(UChar *buffer,
913 * @param buffer The Unicode string from which to read.
921 u_sscanf(const UChar *buffer,
930 * @param buffer The Unicode string from which to read.
940 u_vsscanf(const UChar *buffer,
947 * @param buffer The Unicode string from which to read.
955 u_sscanf_u(const UChar *buffer,
964 * @param buffer The Unicode string from which to read.
974 u_vsscanf_u(const UChar *buffer,