gecko/netwerk/test
Ehsan Akhgari ebd358dfd7 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
..
browser
httpserver Bug 774572 - Part 2: Define JAR_MANIFESTS in moz.build files; r=glandium 2013-12-10 16:18:11 +09:00
mochitests
reftest
unit Backed out changesets 58db1fb509be and 7301ccf7e0be (bug 947391) for Android xpcshell orange. 2013-12-18 19:41:29 -05:00
unit_ipc Bug 945066: remote nsIDNSService to child. r=jdm 2013-12-11 11:03:51 -08:00
Makefile.in
moz.build
neckoTiming.pl
PageList.txt
PropertiesTest.cpp
ReadNTLM.cpp
sites.txt
TestAsyncCache.js
TestBlockingSocket.cpp
TestCacheBlockFiles.cpp
TestCacheCollisions.js
TestCachePerformance.js
TestCacheService.cpp
TestCacheVisitor.js
TestCallbacks.cpp
TestCommon.h
TestCookie.cpp
TestDiskCache.js
TestDNS.cpp
TestDNSDaemon.cpp
TestFileInput2.cpp
TestHttp.cpp Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc 2014-01-04 10:02:17 -05:00
TestIDN.cpp Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc 2014-01-04 10:02:17 -05:00
TestIncrementalDownload.cpp Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc 2014-01-04 10:02:17 -05:00
TestIOThreads.cpp
TestMakeAbs.cpp
TestMCTransport.cpp
TestObjectCache.js
TestOpen.cpp
TestOverlappedIO.cpp
TestPageLoad.cpp Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc 2014-01-04 10:02:17 -05:00
TestPerf.cpp
TestProtocols.cpp Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc 2014-01-04 10:02:17 -05:00
TestRes.cpp
TestServ.cpp
TestServ.js
TestSocketInput.cpp
TestSocketIO.cpp
TestSocketTransport.cpp
TestStandardURL.cpp
TestStreamChannel.cpp Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc 2014-01-04 10:02:17 -05:00
TestStreamLoader.cpp
TestStreamPump.cpp
TestStreamTransport.cpp
TestSTSParser.cpp
TestSyncHTTP.cpp
TestThreadedIO.cpp Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc 2014-01-04 10:02:17 -05:00
TestUDPSocket.cpp
TestUDPSocketProvider.cpp
TestUpload.cpp
TestURLManipulation.html
TestURLParser.cpp
TestWriteSpeed.cpp
urlparse_mac.dat
urlparse_unx.dat
urlparse_win.dat
urlparse.dat
urltest.cpp
urltests.dat