/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* 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/. */ #ifndef nsUCvTW2Dll_h___ #define nsUCvTW2Dll_h___ #include "prtypes.h" extern const PRUint16 g_ASCIIMappingTable[] ; extern const PRUint16 g_ufCNS1MappingTable[]; extern const PRUint16 g_ufCNS2MappingTable[]; extern const PRUint16 g_ufCNS3MappingTable[]; extern const PRUint16 g_ufCNS4MappingTable[]; extern const PRUint16 g_ufCNS5MappingTable[]; extern const PRUint16 g_ufCNS6MappingTable[]; extern const PRUint16 g_ufCNS7MappingTable[]; extern const PRUint16 g_utCNS1MappingTable[]; extern const PRUint16 g_utCNS2MappingTable[]; extern const PRUint16 g_utCNS3MappingTable[]; extern const PRUint16 g_utCNS4MappingTable[]; extern const PRUint16 g_utCNS5MappingTable[]; extern const PRUint16 g_utCNS6MappingTable[]; extern const PRUint16 g_utCNS7MappingTable[]; #endif /* nsUCvTW2Dll_h___ */