locales/loce32/src/ls_coltgl.cpp
branchRCL_3
changeset 107 9f95a5546443
child 108 73fa3ba3e5e0
equal deleted inserted replaced
106:e4e3998ddda2 107:9f95a5546443
       
     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 Coltlg locale.
       
    22 Generated by COLTAB.
       
    23 */
       
    24 
       
    25 #include <kernel/ls_std.h>
       
    26 #include <collate.h>
       
    27 
       
    28 const TUint KUidColtglCollationMethod = 0x100059DD;
       
    29 
       
    30 static const TUint32 TheColtglKey[] = 
       
    31 	{
       
    32 	0x7ee0121,0x7ee0109,0x85d0109,
       
    33 	};
       
    34 
       
    35 static const TUint32 TheColtglIndex[] = 
       
    36 	{
       
    37 	0xdf0002,
       
    38 	};
       
    39 
       
    40 static const TUint16 TheColtglStringElement[] = 
       
    41 	{
       
    42 	0x2,0x4e,0x303,0x2,0x6e,0x303,
       
    43 	};
       
    44 
       
    45 static const TUint32 TheColtglStringIndex[] = 
       
    46 	{
       
    47 	0x0,0x30001,
       
    48 	};
       
    49 
       
    50 static const TCollationKeyTable TheColtglTable = 
       
    51 	{ TheColtglKey, TheColtglIndex, 1, TheColtglStringElement, TheColtglStringIndex, 2 };
       
    52 
       
    53 static const TCollationMethod TheCollationMethod[] = 
       
    54 	{
       
    55 		{
       
    56 		KUidColtglCollationMethod, // the method for the locale
       
    57 		NULL, // use the standard table as the main table
       
    58 		&TheColtglTable, // the locale values override the standard values
       
    59 		0 // the flags are standard
       
    60 		},
       
    61 		{
       
    62 		KUidBasicCollationMethod, // the standard unlocalised method
       
    63 		NULL, // null means use the standard table
       
    64 		NULL, // there's no override table
       
    65 		0 // the flags are standard
       
    66 		}
       
    67 	};
       
    68 
       
    69 static const TCollationDataSet TheCollationDataSet =
       
    70 	{
       
    71 	TheCollationMethod,
       
    72 	2
       
    73 	};
       
    74 
       
    75 // The one and only locale character set object.
       
    76 const LCharSet TheCharSet =
       
    77 	{
       
    78 	NULL,
       
    79 	&TheCollationDataSet
       
    80 	};