gecko-dev/rdf/base/idl
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
..
moz.build Bug 939044 - Rename remaining MODULE definitions to XPIDL_MODULE. r=mshal 2013-11-19 11:47:43 +09:00
nsIRDFCompositeDataSource.idl Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsIRDFContainer.idl Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsIRDFContainerUtils.idl Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsIRDFDataSource.idl Bug 331566 - Change idl interfaces to use @throws instead of @return NS_. r=bsmedberg 2013-05-16 08:26:55 -04:00
nsIRDFDelegateFactory.idl Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsIRDFInMemoryDataSource.idl Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsIRDFInferDataSource.idl Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsIRDFLiteral.idl Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc 2014-01-04 10:02:17 -05:00
nsIRDFNode.idl Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsIRDFObserver.idl Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsIRDFPropagatableDataSource.idl Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsIRDFPurgeableDataSource.idl Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsIRDFRemoteDataSource.idl Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsIRDFResource.idl Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsIRDFService.idl Bug 785738 Part 4: Use PRTime where appropriate under rdf/. r=ehsan 2012-08-30 09:10:40 +02:00
nsIRDFXMLParser.idl Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsIRDFXMLSerializer.idl Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsIRDFXMLSink.idl Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsIRDFXMLSource.idl Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
rdfIDataSource.idl Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
rdfISerializer.idl Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
rdfITripleVisitor.idl Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
xulstubs.idl Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00