gecko-dev/xpcom/string
2017-03-06 10:31:02 +00:00
..
crashtests
moz.build Bug 1332639 - Remove the external string API: nsStringAPI.h/cpp and nsEmbedString.h, r=glandium 2017-02-27 11:41:52 -05:00
nsAString.h
nsCharTraits.h
nsDependentString.cpp
nsDependentString.h
nsDependentSubstring.cpp
nsDependentSubstring.h
nsLiteralString.h Bug 1339968 - Remove NS_MULTILINE_LITERAL_STRING. r=froydnj 2017-02-17 15:24:11 +13:00
nsPrintfCString.h Bug 1060419 - make AppendPrintf and nsPrintfCString use Printf.h, r=froydnj 2016-12-14 09:32:21 -07:00
nsPromiseFlatString.cpp
nsPromiseFlatString.h
nsReadableUtils.cpp Bug 1306616 - part 1 - don't use write() method of nsWritingIterator in nsReadableUtils; r=erahm 2016-10-03 17:21:52 -04:00
nsReadableUtils.h
nsReadableUtilsImpl.h Bug 1301742 - Improve UTF-16 to UTF-8 conversion speed. r=froydnj 2016-09-15 15:46:29 -07:00
nsReadableUtilsSSE2.cpp Bug 1301742 - Improve UTF-16 to UTF-8 conversion speed. r=froydnj 2016-09-15 15:46:29 -07:00
nsString.cpp
nsString.h Bug 1332648 - remove bogus string radix/case #defines; r=erahm 2017-01-20 16:37:35 -05:00
nsStringBuffer.h
nsStringComparator.cpp
nsStringFwd.h
nsStringIterator.h Bug 1306616 - part 2 - remove nsWritingIterator<T>::write; r=erahm 2016-10-03 17:21:52 -04:00
nsStringObsolete.cpp
nsSubstring.cpp Bug 1335203 - Synchronize rust debug-assertions with C++ DEBUG, r=froydnj 2017-02-01 13:54:22 -05:00
nsSubstring.h
nsSubstringTuple.cpp
nsSubstringTuple.h
nsTDependentString.cpp Bug 1340577 - Add release-grade assertions to various XPCOM string API implementations to avoid input causing an overflow. r=froydnj 2017-02-21 11:38:00 -05:00
nsTDependentString.h Bug 1340577 - Add release-grade assertions to various XPCOM string API implementations to avoid input causing an overflow. r=froydnj 2017-02-21 11:38:00 -05:00
nsTDependentSubstring.cpp Bug 1340577 - Add release-grade assertions to various XPCOM string API implementations to avoid input causing an overflow. r=froydnj 2017-02-21 11:38:00 -05:00
nsTDependentSubstring.h Bug 1340577 - Add release-grade assertions to various XPCOM string API implementations to avoid input causing an overflow. r=froydnj 2017-02-21 11:38:00 -05:00
nsTextFormatter.cpp Bug 1060419 - remove SprintfState typedef; r=froydnj 2017-01-13 14:54:14 -07:00
nsTextFormatter.h Bug 1332631 part E - file moves from xpcom/glue to xpcom/string, r=froydnj 2017-01-20 14:19:22 -05:00
nsTLiteralString.h
nsTPromiseFlatString.cpp
nsTPromiseFlatString.h
nsTString.cpp
nsTString.h Bug 1329243 - Fix nsAdoptingString -Wextra copy constructor warning; r=froydnj 2017-01-23 20:50:01 +01:00
nsTStringComparator.cpp Bug 1305422 - part 3 - don't call size_forward in nsTStringComparator.cpp; r=erahm 2016-09-29 22:33:58 -04:00
nsTStringObsolete.cpp Bug 1317545 - Check new length in ReplaceSubstring. r=froydnj 2016-11-28 13:29:04 -08:00
nsTSubstring.cpp Bug 1344555 - Make nsTSubstring::Split a const method. r=gcp 2017-03-06 10:31:02 +00:00
nsTSubstring.h Bug 1344555 - Make nsTSubstring::Split a const method. r=gcp 2017-03-06 10:31:02 +00:00
nsTSubstringTuple.cpp Bug 1318766 - Validate length in SubstringTuple. r=froydnj 2016-12-02 10:35:35 -08:00
nsTSubstringTuple.h
nsUTF8Utils.h Bug 1306329 part A - nsUTF8Utils is used from outside libxul, and NS_WARNING now only works from within libxul, so make its usage conditional, r=froydnj 2016-11-04 14:12:15 -04:00
nsUTF8UtilsSSE2.cpp
nsXPCOMStrings.h Bug 1295053 (part 4) - Don't use NS_METHOD for remaining xpcom functions. r=froydnj. 2016-08-15 14:49:26 +10:00
nsXPIDLString.h
README.html
string-template-def-char.h Bug 1060419 - make AppendPrintf and nsPrintfCString use Printf.h, r=froydnj 2016-12-14 09:32:21 -07:00
string-template-def-unichar.h Bug 1060419 - make AppendPrintf and nsPrintfCString use Printf.h, r=froydnj 2016-12-14 09:32:21 -07:00
string-template-undef.h Bug 1060419 - make AppendPrintf and nsPrintfCString use Printf.h, r=froydnj 2016-12-14 09:32:21 -07:00

<html>
<!-- This Source Code Form is subject to the terms of the Mozilla Public
   - License, v. 2.0. If a copy of the MPL was not distributed with this
   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<body>
  <h1><span class="LXRSHORTDESC">managing sequences of characters</span></h1>
<p>
  <span class="LXRLONGDESC"></span>
</p>
</body>
</html>