Home | History | Annotate | Download | only in src

Lines Matching refs:UTF16

125     // UTF16 and 8Bit if I am going to support those encodings in the STRING stuff.
304 /* API for UTF16 strings */
354 // Convert a UTF16 string into a UTF8 representation using the Unicode.org
357 // UCS2 has the same encoding as UTF16 so we can use UTF16 converter.
364 UTF16 * inputEnd;
387 inputEnd = (UTF16 *) (string->chars);
394 (const UTF16**)&inputEnd,
395 ((const UTF16 *)(string->chars)) + string->len,
442 * Creates a new string with enough capacity for size UTF16 characters plus a terminator.
502 /** Creates a new UTF16 string initialized with the 8 bit characters at the
550 /** Creates a new UTF16 string initialized with the UTF16 characters at the
553 * \param[in] ptr - Pointer to UTF16 encoded characters
597 /** Create a new UTF16 string from the supplied, null terminated, 8 bit string pointer.
608 /** Create a new UTF16 string from the supplied, null terminated, UTF16 string pointer.
610 * \param[in] ptr - Pointer to the UTF16 encoded string
1361 * which in this case is returning all the UTF16 characters
1385 /* Now copy each UTF16 charActer , making it an 8 bit character of