Home
last modified time | relevance | path

Searched refs:UTF16_BOM (Results 1 – 1 of 1) sorted by relevance

/picolibc-latest/newlib/libc/iconv/ces/
Dutf-16.c52 #define UTF16_BOM 0xFEFF macro
114 *cp++ = UTF16_BOM; in utf_16_convert_from_ucs()
207 if (*cp == ICONV_HTOLES(UTF16_BOM)) in utf_16_convert_to_ucs()
212 if ( *cp == ICONV_HTOBES (UTF16_BOM) in utf_16_convert_to_ucs()
213 || *cp == ICONV_HTOLES (UTF16_BOM)) in utf_16_convert_to_ucs()