Lines Matching full:endian
725 // Machine is Big Endian, if the input is also then install the
727 // Otherwise install endian aware methods.
738 // Need to use methods that know that the input is little endian
747 // Machine is Little Endian, if the input is also then install the
749 // Otherwise install endian aware methods.
760 // Need to use methods that know that the input is Big Endian
1051 /// \brief Consume the next character in a UTF16 input stream when the input is Little Endian and the machine is not
1087 // Next char in litle endian form
1129 /// \brief Return the input element assuming a UTF16 input when the input is Little Endian and the machine is not
1158 // Next char in Little Endian byte order
1172 // Next character is in little endian byte order
1235 // Pick up the next 16 character (little endian byte order)
1249 // Next character is in little endian byte order
1274 /// \brief Consume the next character in a UTF16 input stream when the input is Big Endian and the machine is not
1306 // Next char in big endian form
1323 // Big endian
1350 /// \brief Return the input element assuming a UTF16 input when the input is Little Endian and the machine is not
1379 // Next char in Big Endian byte order
1393 // Next character is in big endian byte order
1456 // Pick up the next 16 character (big endian byte order)
1470 // Next character is in big endian byte order
1523 // Machine is Big Endian, if the input is also then install the
1525 // Otherwise install endian aware methods.
1535 // Need to use methods that know that the input is little endian
1543 // Machine is Little Endian, if the input is also then install the
1545 // Otherwise install endian aware methods.
1555 // Need to use methods that know that the input is Big Endian
1683 /** \brief Return the input element assuming a UTF32 input in little endian byte order
1707 // Swap Endianess to Big Endian
1713 /** \brief Return the input element assuming a UTF32 input in big endian byte order
1738 // Swap Endianess to Little Endian