Home | History | Annotate | Download | only in src

Lines Matching refs:Encoding

323 // mirror their encoding in the instance_type field of the map.  The default
324 // encoding is considered TWO_BYTE. It is not mentioned in the name. ONE_BYTE
325 // encoding is mentioned explicitly in the name. Likewise, the default
8591 enum Encoding { ONE_BYTE_ENCODING, TWO_BYTE_ENCODING };
8691 // Cons and slices have an encoding flag that may not represent the actual
8692 // encoding of the underlying string. This is taken into account here.