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

« back to all changes in this revision

Viewing changes to source/layout/ArabicShaping.cpp

  • 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
 
 * @(#)ArabicShaping.cpp        1.10 00/03/15
 
2
 * @(#)ArabicShaping.cpp    1.10 00/03/15
3
3
 *
4
4
 * (C) Copyright IBM Corp. 1998, 1999, 2000, 2001 - All Rights Reserved
5
5
 *
210
210
    chars[outIndex] += (LEUnicode) shapeOffset;
211
211
}
212
212
 
213
 
LEUnicode CharShaper::isolateShapes[] = 
 
213
const LEUnicode CharShaper::isolateShapes[] = 
214
214
{
215
215
    0xfe80, 0xfe81, 0xfe83, 0xfe85, 0xfe87, 0xfe89, 0xfe8d, 0xfe8f, 0xfe93, 0xfe95,
216
216
    0xfe99, 0xfe9d, 0xfea1, 0xfea5, 0xfea9, 0xfeab, 0xfead, 0xfeaf, 0xfeb1, 0xfeb5,