locales/loce32/collation/src/collation_en.cpp
changeset 53 8f0f421d3d0f
equal deleted inserted replaced
50:c6286dcf6040 53:8f0f421d3d0f
       
     1 /*
       
     2 * Copyright (c) 2000 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description: 
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 /*
       
    21 The LCharSet object used by the Coleng locale.
       
    22 Generated by COLTAB.
       
    23 */
       
    24 
       
    25 #include <kernel/ls_std.h>
       
    26 #include <collate.h>
       
    27 
       
    28 const TUint KUidColengCollationMethod = 0x100059DD;
       
    29 
       
    30 static const TUint32 TheColengKey[] = 
       
    31 	{
       
    32 	0x85d0109,
       
    33 	};
       
    34 
       
    35 static const TUint32 TheColengIndex[] = 
       
    36 	{
       
    37 	0xdf0000,
       
    38 	};
       
    39 
       
    40 static const TCollationKeyTable TheColengTable = 
       
    41 	{ TheColengKey, TheColengIndex, 1, 0, 0, 0 };
       
    42 
       
    43 static const TCollationMethod TheCollationMethod[] = 
       
    44 	{
       
    45 		{
       
    46 		KUidColengCollationMethod, // the method for the locale
       
    47 		NULL, // use the standard table as the main table
       
    48 		&TheColengTable, // the locale values override the standard values
       
    49 		0 // the flags are standard
       
    50 		},
       
    51 		{
       
    52 		KUidBasicCollationMethod, // the standard unlocalised method
       
    53 		NULL, // null means use the standard table
       
    54 		NULL, // there's no override table
       
    55 		0 // the flags are standard
       
    56 		}
       
    57 	};
       
    58 
       
    59 static const TCollationDataSet TheCollationDataSet =
       
    60 	{
       
    61 	TheCollationMethod,
       
    62 	2
       
    63 	};
       
    64 
       
    65 // The one and only locale character set object.
       
    66 const LCharSet TheCharSet =
       
    67 	{
       
    68 	NULL,
       
    69 	&TheCollationDataSet
       
    70 	};