gecko/intl/uconv/ucvja
Ehsan Akhgari eaa7491d77 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
..
japanese.map Bug 950032 - Part 3: Update jamap.pl to the latest tip. r=smontagu 2013-12-16 01:07:44 +09:00
jis0201.uf
jis0201gl.uf
jis0208.uf
jis0208ext.uf
moz.build Bug 936899 - Build all of the uconv library in unified mode; r=smontagu 2013-11-10 14:41:29 -05:00
nsJapaneseToUnicode.cpp Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc 2014-01-04 10:02:17 -05:00
nsJapaneseToUnicode.h Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc 2014-01-04 10:02:17 -05:00
nsUCVJA2CID.h
nsUCVJACID.h
nsUCVJADll.h
nsUnicodeToEUCJP.cpp Bug 928231 follow-up - Rename the SIZE_OF_TABLES macro 2013-10-22 09:06:22 -04:00
nsUnicodeToEUCJP.h Bug 921472 - Minimize the #includes in intl/; r=smontagu 2013-09-27 12:45:04 -04:00
nsUnicodeToISO2022JP.cpp Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc 2014-01-04 10:02:17 -05:00
nsUnicodeToISO2022JP.h Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc 2014-01-04 10:02:17 -05:00
nsUnicodeToJISx0201.cpp
nsUnicodeToJISx0201.h Bug 921472 - Minimize the #includes in intl/; r=smontagu 2013-09-27 12:45:04 -04:00
nsUnicodeToSJIS.cpp
nsUnicodeToSJIS.h Bug 921472 - Minimize the #includes in intl/; r=smontagu 2013-09-27 12:45:04 -04:00
sjis.uf