|
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 Colmay locale. |
|
22 Generated by COLTAB. |
|
23 */ |
|
24 |
|
25 #include <kernel/ls_std.h> |
|
26 #include <collate.h> |
|
27 |
|
28 const TUint KUidColmayCollationMethod = 0x100059DD; |
|
29 |
|
30 static const TUint32 TheColmayKey[] = |
|
31 { |
|
32 0x85d0109, |
|
33 }; |
|
34 |
|
35 static const TUint32 TheColmayIndex[] = |
|
36 { |
|
37 0xdf0000, |
|
38 }; |
|
39 |
|
40 static const TCollationKeyTable TheColmayTable = |
|
41 { TheColmayKey, TheColmayIndex, 1, 0, 0, 0 }; |
|
42 |
|
43 static const TCollationMethod TheCollationMethod[] = |
|
44 { |
|
45 { |
|
46 KUidColmayCollationMethod, // the method for the locale |
|
47 NULL, // use the standard table as the main table |
|
48 &TheColmayTable, // 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 }; |