Name Description Size
moz.build 836
test
TextDecoder.cpp 4300
TextDecoder.h Decodes incoming byte stream of characters in charset indicated by encoding. The encoding algorithm state is reset if aOptions.mStream is not set. If the fatal flag is set then a decoding error will throw EncodingError. Else the decoder will return a decoded string with replacement character(s) for unidentified character(s). @param aInput, incoming byte stream of characters to be decoded to to UTF-16 code points. @param aStream, indicates if streaming or not. @param aOutDecodedString, decoded string of UTF-16 code points. @param aRv, error result. 3759
TextDecoderStream.cpp 8045
TextDecoderStream.h 2252
TextEncoder.cpp 1688
TextEncoder.h Return the encoding name. @param aEncoding, current encoding. 2061
TextEncoderStream.cpp 8779
TextEncoderStream.h 1900