Home | History | Annotate | Download | only in unicode

Lines Matching full:param

52  * @param converterList a pointer to encoding names needed to be involved. 
56 * @param converterListSize number of encodings in above list.
58 * @param excludedCodePoints a set of code points to be excluded from consideration.
62 * @param whichSet what converter set to use? Use this to determine whether
64 * @param status an in/out ICU UErrorCode
83 * @param sel selector to close
96 * @param buffer pointer to the serialized form of a converter selector;
98 * @param length the capacity of this buffer (can be equal to or larger than
100 * @param status an in/out ICU UErrorCode
112 * @param sel selector to consider
113 * @param buffer pointer to 32-bit-aligned memory to be filled with the
115 * @param bufferCapacity the capacity of this buffer
116 * @param status an in/out ICU UErrorCode
130 * @param sel a selector
131 * @param s UTF-16 string
132 * @param length length of the string, or -1 if NUL-terminated
133 * @param status an in/out ICU UErrorCode
148 * @param sel a selector
149 * @param s UTF-8 string
150 * @param length length of the string, or -1 if NUL-terminated
151 * @param status an in/out ICU UErrorCode