gecko/intl/uconv
Ehsan Akhgari 5cccea6f0f Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj
This patch was automatically generated using the following script:

function convert() {
echo "Converting $1 to $2..."
find . \
       ! -wholename "*/.git*" \
       ! -wholename "obj-ff-dbg*" \
         -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 MOZ_OVERRIDE override
convert MOZ_FINAL final
2015-03-21 12:28:04 -04:00
..
crashtests
tests Bug 1087733: Make JS callers of ios.newChannel call ios.newChannel2 in intl/ (r=smontagu) 2014-10-24 14:55:14 -07:00
tools
ucvcn
ucvja
ucvko
ucvlatin
ucvth
ucvtw
util Bug 1127201 (attempt 2, part 1) - Replace most NS_ABORT_IF_FALSE calls with MOZ_ASSERT. r=Waldo. 2015-02-09 14:34:50 -08:00
8859-1.uf
cp1252.uf
cp1252.ut
directory.txt
macroman.uf
macroman.ut
moz.build
nsConverterInputStream.cpp
nsConverterInputStream.h
nsConverterOutputStream.cpp
nsConverterOutputStream.h Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj 2015-03-21 12:28:04 -04:00
nsCP1252ToUnicode.cpp
nsCP1252ToUnicode.h
nsEncoderDecoderUtils.h
nsICurrentCharsetListener.idl
nsIScriptableUConv.idl
nsISO88591ToUnicode.h
nsITextToSubURI.idl Bug 1101625 part 1 - Don't escape all non-ASCII characters when unsafe characters are found, just escape the unsafe characters. r=smontagu 2014-12-01 15:55:15 +00:00
nsIUnicodeDecoder.h
nsIUnicodeEncoder.h
nsIUTF8ConverterService.idl
nsMacRomanToUnicode.cpp
nsMacRomanToUnicode.h
nsReplacementToUnicode.cpp
nsReplacementToUnicode.h
nsScriptableUConv.cpp Bug 1126593 - Add a global fallible instance, so that using fallible works directly, everywhere. r=njn 2015-02-02 09:56:13 +09:00
nsScriptableUConv.h
nsTextToSubURI.cpp Bug 1101625 - mingw fixup. 2014-12-20 22:05:49 +01:00
nsTextToSubURI.h Bug 1101625 part 2 - Remove the aIRI param since it's always true. And some minor code cleanup. r=smontagu 2014-12-01 15:55:15 +00:00
nsUConvCID.h
nsUConvModule.cpp
nsUCSupport.h Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj 2015-03-21 12:28:04 -04:00
nsUnicodeToCP1252.cpp
nsUnicodeToCP1252.h
nsUnicodeToISO88591.cpp
nsUnicodeToISO88591.h
nsUnicodeToMacRoman.cpp
nsUnicodeToMacRoman.h
nsUnicodeToUTF8.cpp
nsUnicodeToUTF8.h Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj 2015-03-21 12:28:04 -04:00
nsUTF8ConverterService.cpp
nsUTF8ConverterService.h
nsUTF8ToUnicode.cpp
nsUTF8ToUnicode.h
nsUTF8ToUnicodeSSE2.cpp
uconvutil.h