Home | History | Annotate | Download | only in src

Lines Matching refs:encoding

10  * encoding, though this is not a panacea. More information can be
13 * Where a well grounded discussion of the encoding formats available
54 antlr3FileStreamNew(pANTLR3_UINT8 fileName, ANTLR3_UINT32 encoding)
59 // as just straight 8 bit bytes. Then we will work out the encoding and
70 // the encoding scheme we were given by the user.
72 input->encoding = encoding;
89 antlr3StringStreamNew(pANTLR3_UINT8 data, ANTLR3_UINT32 encoding, ANTLR3_UINT32 size, pANTLR3_UINT8 name)
94 // Then we will work out the encoding and byte order and adjust the API functions that are installed for the
108 // the encoding scheme we were given by the user.
110 input->encoding = encoding;
127 /// API required for the encoding in that format.
140 // encoding endianess is the same as this machine's natural byte order
152 // What encoding did the user tell us {s}he thought it was? I am going
155 switch (input->encoding)
183 // machine (or it is really UCS2). If there is a BOM we determine if the encoding
218 // machine. If there is we determine if the encoding
255 // Encoding is definately Big Endian with no BOM
262 // Encoding is definately Little Endian with no BOM
269 // Encoding is definately Big Endian with no BOM
276 // Encoding is definately Little Endian with no BOM
386 * the internal ANTLR encoding until they are read from the buffer