Update contrib.
1 // Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies).
2 // All rights reserved.
3 // This component and the accompanying materials are made available
4 // under the terms of the License "Eclipse Public License v1.0"
5 // which accompanies this distribution, and is available
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
14 // f32test\locl\t_unic.cpp
15 // The LCharSet object used by the default locale in the Unicode build.
19 #include <kernel/localise.h>
22 The whole file is protected by #ifdef _UNICODE so that it can be safely added to the non-Unicode build.
23 This is done after the include files so that _UNICODE is defined if necessary.
28 static const TCollationMethod TheCollationMethod[] =
31 KUidBasicCollationMethod, // this is the standard unlocalised method
32 NULL, // null means use the standard table
33 NULL, // there's no override table
34 0 // the flags are standard
38 static const TCollationDataSet TheCollationDataSet =
44 // The one and only locale character set object.
45 const LCharSet TheCharSet =