Update contrib.
2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
4 * This component and the accompanying materials are made available
5 * under the terms of the License "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".
9 * Initial Contributors:
10 * Nokia Corporation - initial contribution.
17 // the structures used for storing the grouping information
19 STRUCT NUMBER_GROUPING_ITEM
21 LTEXT initialDigits; // REGULAR EXPRESSION
22 BYTE minNumberOfDigits=-1; // MINIMUM NUMBER OF DIGITS
23 BYTE maxNumberOfDigits=-1; // MAXIMUM NUMBER OF DIGITS
24 LTEXT format=""; // FORMATTING PATTERN
27 STRUCT NUMBER_GROUPING_LIST
29 LEN BYTE STRUCT items[]; // NUMBER_GROUPING_ITEM
32 STRUCT NUMBER_GROUPING_INFORMATION
35 STRUCT numberGroupingScheme; // NUMBER_GROUPING_LIST
38 STRUCT NUMBER_GROUPING_MAPPING
40 LEN BYTE STRUCT items[]; // NUMBER_GROUPING_INFORMATION
41 STRUCT default; // NUMBER_GROUPING_INFORMATION