Lines Matching defs:endianness

494 enum endianness {
499 bool match_system(endianness e);
936 * Using native endianness; Validate the UTF-16 string.
981 * Using native endianness; Validate the UTF-16 string and stop on error.
1114 * Using native endianness, convert possibly broken UTF-8 string into a UTF-16 string.
1128 * Using native endianness, convert a Latin1 string into a UTF-16 string.
1178 * Using native endianness, convert possibly broken UTF-8 string into UTF-16
1259 * Using native endianness, convert valid UTF-8 string into a UTF-16 string.
1358 * Using native endianness, convert possibly broken UTF-16 string into UTF-8 string.
1375 * Using native endianness, convert possibly broken UTF-16 string into Latin1 string.
1451 * Using native endianness, convert possibly broken UTF-16 string into Latin1 string.
1494 * Using native endianness, convert possibly broken UTF-16 string into UTF-8 string and stop on error.
1539 * Using native endianness, convert valid UTF-16 string into UTF-8 string.
1554 * Using native endianness, convert UTF-16 string into Latin1 string.
1625 * Using native endianness, convert possibly broken UTF-16 string into UTF-32 string.
1670 * Using native endianness, convert possibly broken UTF-16 string into
1716 * Using native endianness, convert valid UTF-16 string into UTF-32 string.
1718 * This function assumes that the input string is valid UTF-16 (native endianness).
1772 * Using native endianness; Compute the number of bytes that this UTF-16
1850 * Using native endianness, convert possibly broken UTF-32 string into a UTF-16 string.
1940 * Using native endianness, convert possibly broken UTF-32 string into UTF-16
1986 * Using native endianness, convert valid UTF-32 string into a UTF-16 string.
2028 * Change the endianness of the input. Can be used to go from UTF-16LE to UTF-16BE or
2064 * Using native endianness; Compute the number of bytes that this UTF-16
2113 * This function assumes that the input string is valid UTF-16 (native endianness).
2217 * We use the native endianness.
3124 * Change the endianness of the input. Can be used to go from UTF-16LE to UTF-16BE or