gecko-dev/intl/chardet/tools
Ehsan Akhgari 1b83407ce9 Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc
This patch was automatically generated by the following script:

#!/bin/bash
# Command to convert PRUnichar to char16_t

function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
       ! -wholename "*security/nss*" \
       ! -wholename "*modules/libmar*" \
       ! -wholename "*/.hg*" \
       ! -wholename "obj-ff-dbg*" \
       ! -name prtypes.h \
       ! -name Char16.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 PRUnichar char16_t
2014-01-04 10:02:17 -05:00
..
GenCyrillicClass.cpp Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc 2014-01-04 10:02:17 -05:00
charfreq.pl Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
charfreqtostat.pl Bug 759095 - upgrade license to MPL 2, and other licensing cleanups. 2012-05-29 16:52:43 +01:00
gen.cmd Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
genbig5.pl Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
gencp1252.pl Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
gencyrillic.pl Bug 579517 - Part 4: Manually rewrite some parts of the code base not covered by the automated conversion; r=bsmedberg 2012-08-22 11:59:54 -04:00
geneucjp.pl Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
geneuckr.pl Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
geneuctw.pl Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
gengb2312.pl Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
gengb18030.pl Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
genhz.pl Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
geniso2022cn.pl Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
geniso2022jp.pl Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
geniso2022kr.pl Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
gensjis.pl Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
genutf8.pl Fix an error in the UTF-8 state machine table, and clean up the table generally. Bug 811363, r=jfkthame. 2012-11-16 11:33:15 -08:00
genverifier.pm Fix an error in the UTF-8 state machine table, and clean up the table generally. Bug 811363, r=jfkthame. 2012-11-16 11:33:15 -08:00