gecko/intl/uconv/ucvlatin
Ehsan Akhgari 8c296bbcd4 Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg
This patch was generated by a script.  Here's the source of the script for
future reference:

function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
       ! -wholename "*security/nss*" \
       ! -wholename "*/.hg*" \
       ! -wholename "obj-ff-dbg*" \
       ! -name nsXPCOMCID.h \
       ! -name prtypes.h \
         -type f \
      \( -iname "*.cpp" \
         -o -iname "*.h" \
         -o -iname "*.c" \
         -o -iname "*.cc" \
         -o -iname "*.idl" \
         -o -iname "*.ipdl" \
         -o -iname "*.ipdlh" \
         -o -iname "*.mm" \) | \
    xargs -n 1 sed -i -e "s/\b$1\b/$2/g"
}

convert PRInt8 int8_t
convert PRUint8 uint8_t
convert PRInt16 int16_t
convert PRUint16 uint16_t
convert PRInt32 int32_t
convert PRUint32 uint32_t
convert PRInt64 int64_t
convert PRUint64 uint64_t

convert PRIntn int
convert PRUintn unsigned

convert PRSize size_t

convert PROffset32 int32_t
convert PROffset64 int64_t

convert PRPtrdiff ptrdiff_t

convert PRFloat64 double
2012-08-22 11:56:38 -04:00
..
8859-2.uf Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
8859-2.ut Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
8859-3.uf Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
8859-3.ut Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
8859-4.uf Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
8859-4.ut Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
8859-5.uf Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
8859-5.ut Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
8859-6.uf Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
8859-6.ut Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
8859-7.uf Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
8859-7.ut Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
8859-8.uf Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
8859-8.ut Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
8859-9.uf Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
8859-10.uf Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
8859-10.ut Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
8859-11.uf Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
8859-13.uf Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
8859-13.ut Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
8859-14.uf Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
8859-14.ut Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
8859-15.uf Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
8859-15.ut Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
8859-16.uf Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
8859-16.ut Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
adobeeuro.uf Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
adobestdenc.uf Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
adobesymbol.uf Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
adobezingbat.uf Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
armscii.uf Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
armscii.ut Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
cp866.uf Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
cp866.ut Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
cp874.uf Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
cp874.ut Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
cp1250.uf Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
cp1250.ut Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
cp1251.uf Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
cp1251.ut Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
cp1253.uf Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
cp1253.ut Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
cp1254.uf Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
cp1254.ut Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
cp1255.uf Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
cp1255.ut Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
cp1256.uf Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
cp1256.ut Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
cp1257.uf Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
cp1257.ut Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
cp1258.uf Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
cp1258.ut Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
iso-ir-111.uf Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
iso-ir-111.ut Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
koi8r.uf Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
koi8r.ut Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
koi8u.uf Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
koi8u.ut Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
macarabic.uf Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
macarabic.ut Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
macce.uf Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
macce.ut Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
maccroat.uf Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
maccroat.ut Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
maccyril.uf Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
maccyril.ut Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
macdevanaga.uf Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
macdevanaga.ut Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
macfarsi.uf Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
macfarsi.ut Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
macgreek.uf Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
macgreek.ut Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
macgujarati.uf Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
macgujarati.ut Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
macgurmukhi.uf Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
macgurmukhi.ut Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
machebrew.uf Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
machebrew.ut Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
macicela.uf Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
macicela.ut Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
macro.uf Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
macro.ut Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
macturki.uf Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
macturki.ut Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
Makefile.in Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted 2012-08-04 20:26:44 +02:00
nsARMSCII8ToUnicode.cpp Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsARMSCII8ToUnicode.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsAsciiToUnicode.cpp Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsAsciiToUnicode.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsCP866ToUnicode.cpp Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsCP866ToUnicode.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsCP874ToUnicode.cpp Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsCP874ToUnicode.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsCP1250ToUnicode.cpp Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsCP1250ToUnicode.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsCP1251ToUnicode.cpp Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsCP1251ToUnicode.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsCP1253ToUnicode.cpp Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsCP1253ToUnicode.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsCP1254ToUnicode.cpp Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsCP1254ToUnicode.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsCP1255ToUnicode.cpp Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsCP1255ToUnicode.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsCP1256ToUnicode.cpp Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsCP1256ToUnicode.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsCP1257ToUnicode.cpp Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsCP1257ToUnicode.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsCP1258ToUnicode.cpp Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsCP1258ToUnicode.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsISO88592ToUnicode.cpp Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsISO88592ToUnicode.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsISO88593ToUnicode.cpp Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsISO88593ToUnicode.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsISO88594ToUnicode.cpp Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsISO88594ToUnicode.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsISO88595ToUnicode.cpp Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsISO88595ToUnicode.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsISO88596EToUnicode.cpp Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsISO88596EToUnicode.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsISO88596IToUnicode.cpp Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsISO88596IToUnicode.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsISO88596ToUnicode.cpp Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsISO88596ToUnicode.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsISO88597ToUnicode.cpp Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsISO88597ToUnicode.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsISO88598EToUnicode.cpp Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsISO88598EToUnicode.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsISO88598IToUnicode.cpp Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsISO88598IToUnicode.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsISO88598ToUnicode.cpp Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsISO88598ToUnicode.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsISO88599ToUnicode.cpp Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsISO88599ToUnicode.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsISO885910ToUnicode.cpp Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsISO885910ToUnicode.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsISO885911ToUnicode.cpp Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsISO885911ToUnicode.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsISO885913ToUnicode.cpp Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsISO885913ToUnicode.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsISO885914ToUnicode.cpp Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsISO885914ToUnicode.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsISO885915ToUnicode.cpp Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsISO885915ToUnicode.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsISO885916ToUnicode.cpp Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsISO885916ToUnicode.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsISOIR111ToUnicode.cpp Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsISOIR111ToUnicode.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsKOI8RToUnicode.cpp Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsKOI8RToUnicode.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsKOI8UToUnicode.cpp Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsKOI8UToUnicode.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsMacArabicToUnicode.cpp Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsMacArabicToUnicode.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsMacCEToUnicode.cpp Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsMacCEToUnicode.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsMacCroatianToUnicode.cpp Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsMacCroatianToUnicode.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsMacCyrillicToUnicode.cpp Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsMacCyrillicToUnicode.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsMacDevanagariToUnicode.cpp Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsMacDevanagariToUnicode.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsMacFarsiToUnicode.cpp Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsMacFarsiToUnicode.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsMacGreekToUnicode.cpp Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsMacGreekToUnicode.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsMacGujaratiToUnicode.cpp Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsMacGujaratiToUnicode.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsMacGurmukhiToUnicode.cpp Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsMacGurmukhiToUnicode.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsMacHebrewToUnicode.cpp Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsMacHebrewToUnicode.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsMacIcelandicToUnicode.cpp Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsMacIcelandicToUnicode.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsMacRomanianToUnicode.cpp Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsMacRomanianToUnicode.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsMacTurkishToUnicode.cpp Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsMacTurkishToUnicode.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsMUTF7ToUnicode.cpp Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsMUTF7ToUnicode.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsT61ToUnicode.cpp Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsT61ToUnicode.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsTCVN5712ToUnicode.cpp Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsTCVN5712ToUnicode.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsTIS620ToUnicode.cpp Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsTIS620ToUnicode.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsUCS2BEToUnicode.cpp Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsUCS2BEToUnicode.h Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsUCvLatinCID.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsUCvLatinDll.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsUnicodeToAdobeEuro.cpp Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsUnicodeToAdobeEuro.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsUnicodeToARMSCII8.cpp Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsUnicodeToARMSCII8.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsUnicodeToAscii.cpp Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsUnicodeToAscii.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsUnicodeToCP866.cpp Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsUnicodeToCP866.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsUnicodeToCP874.cpp Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsUnicodeToCP874.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsUnicodeToCP1250.cpp Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsUnicodeToCP1250.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsUnicodeToCP1251.cpp Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsUnicodeToCP1251.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsUnicodeToCP1253.cpp Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsUnicodeToCP1253.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsUnicodeToCP1254.cpp Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsUnicodeToCP1254.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsUnicodeToCP1255.cpp Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsUnicodeToCP1255.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsUnicodeToCP1256.cpp Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsUnicodeToCP1256.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsUnicodeToCP1257.cpp Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsUnicodeToCP1257.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsUnicodeToCP1258.cpp Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsUnicodeToCP1258.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsUnicodeToISO88592.cpp Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsUnicodeToISO88592.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsUnicodeToISO88593.cpp Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsUnicodeToISO88593.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsUnicodeToISO88594.cpp Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsUnicodeToISO88594.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsUnicodeToISO88595.cpp Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsUnicodeToISO88595.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsUnicodeToISO88596.cpp Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsUnicodeToISO88596.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsUnicodeToISO88596E.cpp Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsUnicodeToISO88596E.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsUnicodeToISO88596I.cpp Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsUnicodeToISO88596I.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsUnicodeToISO88597.cpp Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsUnicodeToISO88597.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsUnicodeToISO88598.cpp Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsUnicodeToISO88598.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsUnicodeToISO88598E.cpp Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsUnicodeToISO88598E.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsUnicodeToISO88598I.cpp Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsUnicodeToISO88598I.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsUnicodeToISO88599.cpp Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsUnicodeToISO88599.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsUnicodeToISO885910.cpp Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsUnicodeToISO885910.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsUnicodeToISO885911.cpp Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsUnicodeToISO885911.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsUnicodeToISO885913.cpp Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsUnicodeToISO885913.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsUnicodeToISO885914.cpp Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsUnicodeToISO885914.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsUnicodeToISO885915.cpp Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsUnicodeToISO885915.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsUnicodeToISO885916.cpp Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsUnicodeToISO885916.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsUnicodeToISOIR111.cpp Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsUnicodeToISOIR111.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsUnicodeToKOI8R.cpp Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsUnicodeToKOI8R.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsUnicodeToKOI8U.cpp Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsUnicodeToKOI8U.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsUnicodeToMacArabic.cpp Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsUnicodeToMacArabic.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsUnicodeToMacCE.cpp Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsUnicodeToMacCE.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsUnicodeToMacCroatian.cpp Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsUnicodeToMacCroatian.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsUnicodeToMacCyrillic.cpp Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsUnicodeToMacCyrillic.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsUnicodeToMacDevanagari.cpp Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsUnicodeToMacDevanagari.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsUnicodeToMacFarsi.cpp Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsUnicodeToMacFarsi.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsUnicodeToMacGreek.cpp Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsUnicodeToMacGreek.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsUnicodeToMacGujarati.cpp Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsUnicodeToMacGujarati.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsUnicodeToMacGurmukhi.cpp Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsUnicodeToMacGurmukhi.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsUnicodeToMacHebrew.cpp Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsUnicodeToMacHebrew.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsUnicodeToMacIcelandic.cpp Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsUnicodeToMacIcelandic.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsUnicodeToMacRomanian.cpp Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsUnicodeToMacRomanian.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsUnicodeToMacTurkish.cpp Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsUnicodeToMacTurkish.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsUnicodeToMUTF7.cpp Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsUnicodeToMUTF7.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsUnicodeToSymbol.cpp Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsUnicodeToSymbol.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsUnicodeToT61.cpp Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsUnicodeToT61.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsUnicodeToTCVN5712.cpp Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsUnicodeToTCVN5712.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsUnicodeToTIS620.cpp Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsUnicodeToTIS620.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsUnicodeToTSCII.cpp Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsUnicodeToTSCII.h Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsUnicodeToUCS2BE.cpp Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsUnicodeToUCS2BE.h Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsUnicodeToUserDefined.cpp Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsUnicodeToUserDefined.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsUnicodeToUTF7.cpp Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsUnicodeToUTF7.h Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsUnicodeToVISCII.cpp Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsUnicodeToVISCII.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsUnicodeToVPS.cpp Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsUnicodeToVPS.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsUnicodeToZapfDingbat.cpp Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsUnicodeToZapfDingbat.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsUserDefinedToUnicode.cpp Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsUserDefinedToUnicode.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsUTF7ToUnicode.cpp Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsUTF7ToUnicode.h Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsVISCIIToUnicode.cpp Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsVISCIIToUnicode.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsVPSToUnicode.cpp Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsVPSToUnicode.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
t61.uf Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
t61.ut Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
tamil.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
tcvn5712.uf Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
tcvn5712.ut Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
tis620.uf Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
userdefined.uf Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
userdefined.ut Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
viscii.uf Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
viscii.ut Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
vps.uf Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
vps.ut Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00