nsDependentSubstring.cpp 633 B

123456789101112131415161718
  1. /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
  2. /* This Source Code Form is subject to the terms of the Mozilla Public
  3. * License, v. 2.0. If a copy of the MPL was not distributed with this
  4. * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
  5. #include "nsDependentSubstring.h"
  6. #include "nsAlgorithm.h"
  7. // define nsDependentSubstring
  8. #include "string-template-def-unichar.h"
  9. #include "nsTDependentSubstring.cpp"
  10. #include "string-template-undef.h"
  11. // define nsDependentCSubstring
  12. #include "string-template-def-char.h"
  13. #include "nsTDependentSubstring.cpp"
  14. #include "string-template-undef.h"