1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/xpcom/string/public/string-template-def-unichar.h Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,25 @@ 1.4 +/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ 1.5 +/* vim:set ts=2 sw=2 sts=2 et cindent: */ 1.6 +/* This Source Code Form is subject to the terms of the Mozilla Public 1.7 + * License, v. 2.0. If a copy of the MPL was not distributed with this 1.8 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 1.9 +// IWYU pragma: private, include "nsString.h" 1.10 + 1.11 +#define CharT char16_t 1.12 +#define CharT_is_PRUnichar 1 1.13 +#define nsTAString_IncompatibleCharT nsACString 1.14 +#define nsTString_CharT nsString 1.15 +#define nsTFixedString_CharT nsFixedString 1.16 +#define nsTAutoString_CharT nsAutoString 1.17 +#define nsTSubstring_CharT nsAString 1.18 +#define nsTSubstringTuple_CharT nsSubstringTuple 1.19 +#define nsTStringComparator_CharT nsStringComparator 1.20 +#define nsTDefaultStringComparator_CharT nsDefaultStringComparator 1.21 +#define nsTDependentString_CharT nsDependentString 1.22 +#define nsTDependentSubstring_CharT nsDependentSubstring 1.23 +#define nsTLiteralString_CharT nsLiteralString 1.24 +#define nsTXPIDLString_CharT nsXPIDLString 1.25 +#define nsTGetterCopies_CharT nsGetterCopies 1.26 +#define nsTAdoptingString_CharT nsAdoptingString 1.27 +#define nsTPromiseFlatString_CharT nsPromiseFlatString 1.28 +#define TPromiseFlatString_CharT PromiseFlatString