~ubuntu-branches/ubuntu/gutsy/icu/gutsy

« back to all changes in this revision

Viewing changes to source/i18n/ucol_imp.h

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2005-05-21 22:44:31 UTC
  • mfrom: (2.1.1 warty)
  • Revision ID: package-import@ubuntu.com-20050521224431-r7rktfhnu1n4tf1g
Tags: 2.1-2.1
Rename icu-doc to icu21-doc. icu-doc is built by the icu28 package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
    0,
44
44
 
45
45
    {0x55, 0x43, 0x6f, 0x6c},     /* dataFormat="UCol"            */
46
 
    {1, 1, 0, 0},                 /* formatVersion                */
 
46
    /* 03/26/2002 bumped up version since format has changed */
 
47
    {2, 0, 0, 0},                 /* formatVersion                */
47
48
    {3, 0, 0, 0}                  /* dataVersion = Unicode Version*/
48
49
};
49
50
 
58
59
    0,
59
60
 
60
61
    {0x49, 0x6E, 0x76, 0x43},     /* dataFormat="InvC"            */
61
 
    {1, 1, 0, 0},                 /* formatVersion                */
 
62
    /* 03/26/2002 bumped up version since format has changed */
 
63
    {2, 0, 0, 0},                 /* formatVersion                */
62
64
    {3, 0, 0, 0}                  /* dataVersion = Unicode Version*/
63
65
};
64
66
 
422
424
    UCOL_BYTE_UNSHIFTED_MAX = 0xFF
423
425
}; 
424
426
 
425
 
#define UCOL_RESET_TOP_VALUE 0x9F000303
426
 
#define UCOL_NEXT_TOP_VALUE  0xE8960303
 
427
#define UCOL_RESET_TOP_VALUE                0x9F000303
 
428
#define UCOL_FIRST_PRIMARY_IGNORABLE        0x00008705
 
429
#define UCOL_LAST_PRIMARY_IGNORABLE         0x0000DD05
 
430
#define UCOL_LAST_PRIMARY_IGNORABLE_CONT    0x0000C1C0
 
431
#define UCOL_FIRST_SECONDARY_IGNORABLE      0x00000000
 
432
#define UCOL_LAST_SECONDARY_IGNORABLE       0x00000500
 
433
#define UCOL_FIRST_TERTIARY_IGNORABLE       0x00000000
 
434
#define UCOL_LAST_TERTIARY_IGNORABLE        0x00000000
 
435
#define UCOL_FIRST_VARIABLE                 0x05070505
 
436
#define UCOL_LAST_VARIABLE                  0x13CF0505
 
437
#define UCOL_FIRST_NON_VARIABLE             0x16200505
 
438
#define UCOL_LAST_NON_VARIABLE              0x767C0505
 
439
 
 
440
#define UCOL_NEXT_TOP_VALUE                 0xE8960303
 
441
#define UCOL_NEXT_FIRST_PRIMARY_IGNORABLE   0x00008905
 
442
#define UCOL_NEXT_LAST_PRIMARY_IGNORABLE    0x03000303
 
443
#define UCOL_NEXT_FIRST_SECONDARY_IGNORABLE 0x00008705
 
444
#define UCOL_NEXT_LAST_SECONDARY_IGNORABLE  0x00000500
 
445
#define UCOL_NEXT_FIRST_TERTIARY_IGNORABLE  0x00000000
 
446
#define UCOL_NEXT_LAST_TERTIARY_IGNORABLE   0x00000000
 
447
#define UCOL_NEXT_FIRST_VARIABLE            0x05090505
 
448
#define UCOL_NEXT_LAST_VARIABLE             0x16200505
 
449
 
427
450
#define PRIMARY_IMPLICIT_MIN 0xE8000000
428
451
#define PRIMARY_IMPLICIT_MAX 0xF0000000
429
452
 
632
655
    UColOptionSet *options;
633
656
    SortKeyGenerator *sortKeyGen;
634
657
    UBool freeOnClose;
 
658
    char* requestedLocale;
635
659
    UResourceBundle *rb;
 
660
    UResourceBundle *binary;
636
661
    const UCATableHeader *image;
637
662
    /*CompactEIntArray *mapping;*/
638
663
    UTrie *mapping;