2014-06-30 15:39:45 +00:00
|
|
|
/* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
|
|
|
|
/* vim: set ts=8 sts=2 et sw=2 tw=80: */
|
2012-05-21 11:12:37 +00:00
|
|
|
/* 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/. */
|
2013-09-23 17:23:56 +00:00
|
|
|
// IWYU pragma: private, include "nsString.h"
|
2012-07-13 06:33:42 +00:00
|
|
|
|
2004-02-19 02:44:03 +00:00
|
|
|
#define CharT char
|
|
|
|
#define CharT_is_char 1
|
|
|
|
#define nsTAString_IncompatibleCharT nsAString
|
|
|
|
#define nsTString_CharT nsCString
|
2004-02-20 01:53:23 +00:00
|
|
|
#define nsTFixedString_CharT nsFixedCString
|
2012-09-02 02:35:17 +00:00
|
|
|
#define nsTAutoString_CharT nsAutoCString
|
2005-01-24 16:44:41 +00:00
|
|
|
#define nsTSubstring_CharT nsACString
|
2004-02-19 02:44:03 +00:00
|
|
|
#define nsTSubstringTuple_CharT nsCSubstringTuple
|
|
|
|
#define nsTStringComparator_CharT nsCStringComparator
|
|
|
|
#define nsTDefaultStringComparator_CharT nsDefaultCStringComparator
|
|
|
|
#define nsTDependentString_CharT nsDependentCString
|
|
|
|
#define nsTDependentSubstring_CharT nsDependentCSubstring
|
2014-01-08 20:51:38 +00:00
|
|
|
#define nsTLiteralString_CharT nsLiteralCString
|
2004-02-19 02:44:03 +00:00
|
|
|
#define nsTXPIDLString_CharT nsXPIDLCString
|
|
|
|
#define nsTGetterCopies_CharT nsCGetterCopies
|
2004-02-20 23:23:35 +00:00
|
|
|
#define nsTAdoptingString_CharT nsAdoptingCString
|
2004-02-19 02:44:03 +00:00
|
|
|
#define nsTPromiseFlatString_CharT nsPromiseFlatCString
|
|
|
|
#define TPromiseFlatString_CharT PromiseFlatCString
|