Home | History | Annotate | Download | only in unicode

Lines Matching refs:UChar

85  * @param src               Input UChar array containing label in Unicode.
87 * @param dest Output UChar array with ASCII (ACE encoded) label.
116 uidna_toASCII(const UChar* src, int32_t srcLength,
117 UChar* dest, int32_t destCapacity,
130 * @param src Input UChar array containing ASCII (ACE encoded) label.
132 * @param dest Output Converted UChar array containing Unicode equivalent of label.
166 uidna_toUnicode(const UChar* src, int32_t srcLength,
167 UChar* dest, int32_t destCapacity,
185 * @param src Input UChar array containing IDN in Unicode.
187 * @param dest Output UChar array with ASCII (ACE encoded) IDN.
216 uidna_IDNToASCII( const UChar* src, int32_t srcLength,
217 UChar* dest, int32_t destCapacity,
231 * @param src Input UChar array containing IDN in ASCII (ACE encoded) form.
233 * @param dest Output UChar array containing Unicode equivalent of source IDN.
262 uidna_IDNToUnicode( const UChar* src, int32_t srcLength,
263 UChar* dest, int32_t destCapacity,
303 uidna_compare( const UChar *s1, int32_t length1,
304 const UChar *s2, int32_t length2,