Home | History | Annotate | Download | only in unicode

Lines Matching full:units

267  * @param capacity The number of code units available for use in stringBuf
587 * code units is needed instead of codepoints.
675 * @return The number of Unicode code units written to <TT>buffer</TT>. This
685 * Write formatted data to a Unicode string. When the number of code units
687 * units of data are stored in <TT>buffer</TT> and a negative value is
688 * returned. When the number of code units required to store the data equals
693 * @param count The number of code units to read.
729 * When the number of code units required to store the data exceeds
730 * <TT>count</TT>, then <TT>count</TT> code units of data are stored in
732 * units required to store the data equals <TT>count</TT>, the string is not
736 * @param count The number of code units to read.
766 * Write formatted data to a Unicode string. When the number of code units
768 * units of data are stored in <TT>buffer</TT> and a negative value is
769 * returned. When the number of code units required to store the data equals
774 * @param count The number of code units to read.
809 * When the number of code units required to store the data exceeds
810 * <TT>count</TT>, then <TT>count</TT> code units of data are stored in
812 * units required to store the data equals <TT>count</TT>, the string is not
816 * @param count The number of code units to read.