Name Description Size
components.conf 1329
crashtests
directory.txt 1263
moz.build 705
nsConverterInputStream.cpp 8276
nsConverterInputStream.h 1941
nsConverterOutputStream.cpp 3344
nsConverterOutputStream.h ff8780a5-bbb1-4bc5-8ee7-057e7bc5c925 1145
nsIScriptableUConv.idl In new code, please use the WebIDL TextDecoder and TextEncoder instead. They represent bytes as Uint8Array (or as view to such array), which is the current best practice for representing bytes in JavaScript. This interface converts between UTF-16 in JavaScript strings and bytes transported as the unsigned value of each byte transported in a code unit of the same numeric value in a JavaScript string. @created 8/Jun/2000 @author Makoto Kato [m_kato@ga2.so-net.ne.jp] 1738
nsITextToSubURI.idl Unescapes the given URI fragment (for UI purpose only) Note: <ul> <li> escaping back the result (unescaped string) is not guaranteed to give the original escaped string <li> The URI fragment (escaped) is assumed to be in UTF-8 and converted to AString (UTF-16) <li> In case of successful conversion any resulting character listed in netwerk/dns/IDNCharacterBlocklist.inc (except space) is escaped <li> Always succeeeds (callers don't need to do error checking) </ul> @param aURIFragment the URI (or URI fragment) to unescape @param aDontEscape whether to escape IDN blocklisted characters @return Unescaped aURIFragment converted to unicode 2332
nsScriptableUConv.cpp Implementation file 6178
nsScriptableUConv.h 1057
nsTextToSubURI.cpp 6247
nsTextToSubURI.h 1313
tests