Searched refs:UTF_REVERSE_ENDIAN (Results 1 - 2 of 2) sorted by relevance

/xnu-2782.1.97/bsd/sys/
H A Dutfconv.h41 #define UTF_REVERSE_ENDIAN 0x0001 /* reverse UCS-2 byte order */ macro
49 ((BYTE_ORDER == BIG_ENDIAN) ? 0 : UTF_REVERSE_ENDIAN)
52 ((BYTE_ORDER == LITTLE_ENDIAN) ? 0 : UTF_REVERSE_ENDIAN)
83 * UTF_REVERSE_ENDIAN: Unicode byte order is opposite current runtime
112 * UTF_REVERSE_ENDIAN: Unicode byte order is opposite current runtime
/xnu-2782.1.97/bsd/vfs/
H A Dvfs_utfconv.c179 * UTF_REVERSE_ENDIAN: Unicode byte order is opposite current runtime
200 int swapbytes = (flags & UTF_REVERSE_ENDIAN);
244 * UTF_REVERSE_ENDIAN: Unicode byteorder is opposite current runtime
270 int swapbytes = (flags & UTF_REVERSE_ENDIAN);
426 swapbytes = (flags & UTF_REVERSE_ENDIAN);

Completed in 20 milliseconds