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

« back to all changes in this revision

Viewing changes to source/layout/DeviceTables.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:
1
1
/*
2
 
 * @(#)DeviceTables.h   1.5 00/03/15
 
2
 * @(#)DeviceTables.h   1.5 00/03/15
3
3
 *
4
4
 * (C) Copyright IBM Corp. 1998, 1999, 2000, 2001 - All Rights Reserved
5
5
 *
25
25
    le_int16   getAdjustment(le_uint16 ppem) const;
26
26
 
27
27
private:
28
 
    static le_uint16 fieldMasks[];
29
 
    static le_uint16 fieldSignBits[];
30
 
    static le_uint16 fieldBits[];
 
28
    static const le_uint16 fieldMasks[];
 
29
    static const le_uint16 fieldSignBits[];
 
30
    static const le_uint16 fieldBits[];
31
31
};
32
32
 
33
33
U_NAMESPACE_END