Home | History | Annotate | Download | only in unicode

Lines Matching full:param

75  * @param args callback fromUnicode arguments
76 * @param source source bytes to write
77 * @param length length of bytes to write
78 * @param offsetIndex the relative offset index from callback.
79 * @param err error status. If <TT>U_BUFFER_OVERFLOW</TT> is returned, then U_BUFFER_OVERFLOW <STRONG>must</STRONG>
97 * @param args callback fromUnicode arguments
98 * @param offsetIndex the relative offset index from the current source pointer to be used
99 * @param err error status. If <TT>U_BUFFER_OVERFLOW</TT> is returned, then U_BUFFER_OVERFLOW <STRONG>must</STRONG>
114 * @param args callback fromUnicode arguments
115 * @param source pointer to pointer to first UChar to write [on exit: 1 after last UChar processed]
116 * @param sourceLimit pointer after last UChar to write
117 * @param offsetIndex the relative offset index from callback which will be set
118 * @param err error status <TT>U_BUFFER_OVERFLOW</TT>
133 * @param args callback toUnicode arguments
134 * @param source source string to write
135 * @param length the length of source string
136 * @param offsetIndex the relative offset index which will be written.
137 * @param err error status <TT>U_BUFFER_OVERFLOW</TT>
151 * @param args callback fromUnicode arguments
152 * @param offsetIndex the relative offset index from callback.
153 * @param err error status <TT>U_BUFFER_OVERFLOW</TT>