gecko-dev/security/manager/pki/src
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
..
Makefile.in Bug 900980 - Part a: Move unconditional assignments to EXPORT_LIBRARY to moz.build; rs=gps 2013-10-03 09:11:13 +02:00
moz.build Bug 942033 - Build security/manager in unified mode; r=bsmith 2013-11-26 13:18:21 -05:00
nsASN1Tree.cpp Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc 2014-01-04 10:02:17 -05:00
nsASN1Tree.h Bug 884061 - Part 3s: Use NS_DECL_THREADSAFE_ISUPPORTS in security/, r=bsmith 2013-07-18 21:24:14 -05:00
nsFormSigningDialog.cpp Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc 2014-01-04 10:02:17 -05:00
nsFormSigningDialog.h Bug 884061 - Part 3s: Use NS_DECL_THREADSAFE_ISUPPORTS in security/, r=bsmith 2013-07-18 21:24:14 -05:00
nsNSSDialogHelper.cpp Bug 937317 - Replace all instance of null cx pushing with AutoSystemCaller. r=bz 2013-12-11 17:51:58 -08:00
nsNSSDialogHelper.h Bug 942033 - Build security/manager in unified mode; r=bsmith 2013-11-26 13:18:21 -05:00
nsNSSDialogs.cpp Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc 2014-01-04 10:02:17 -05:00
nsNSSDialogs.h Bug 884061 - Part 3s: Use NS_DECL_THREADSAFE_ISUPPORTS in security/, r=bsmith 2013-07-18 21:24:14 -05:00
nsPKIModule.cpp Bug 802378: Make PSM coding patterns more consistent, and more consistent with Mozilla Coding Style, r=keeler 2012-10-17 13:48:36 -07:00
nsPKIParamBlock.cpp Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc 2014-01-04 10:02:17 -05:00
nsPKIParamBlock.h Bug 884061 - Part 3s: Use NS_DECL_THREADSAFE_ISUPPORTS in security/, r=bsmith 2013-07-18 21:24:14 -05:00