Home | History | Annotate | Download | only in common

Lines Matching full:param

41  * @param src Input Unicode string.
45 * @param srcLength Number of UChars in src, or -1 if NUL-terminated.
46 * @param dest Output Punycode array.
47 * @param destCapacity Size of dest.
48 * @param caseFlags Vector of boolean values, one per input UChar,
57 * @param pErrorCode ICU in/out error code parameter.
77 * @param src Input Punycode string.
78 * @param srcLength Length of puny, or -1 if NUL-terminated
79 * @param dest Output Unicode string buffer.
80 * @param destCapacity Size of dest in number of UChars,
82 * @param caseFlags Output array for case flags as
91 * @param pErrorCode ICU in/out error code parameter.