~ubuntu-branches/ubuntu/precise/xerces-c/precise

« back to all changes in this revision

Viewing changes to src/xercesc/util/Transcoders/ICU/ICUTransService.hpp

  • Committer: Bazaar Package Importer
  • Author(s): Jay Berkenbilt
  • Date: 2010-05-01 08:39:53 UTC
  • mfrom: (2.1.6 sid)
  • Revision ID: james.westby@ubuntu.com-20100501083953-2rm5l9kbziszygpx
Tags: 3.1.1-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 */
17
17
 
18
18
/*
19
 
 * $Id: ICUTransService.hpp 676954 2008-07-15 16:29:19Z dbertoni $
 
19
 * $Id: ICUTransService.hpp 932887 2010-04-11 13:04:59Z borisk $
20
20
 */
21
21
 
22
22
#if !defined(XERCESC_INCLUDE_GUARD_ICUTRANSSERVICE_HPP)
157
157
    //
158
158
    //  fSrcOffsets
159
159
    //      This is an array of longs, which are allocated to the size of
160
 
    //      the trancoding block (if any) indicated in the ctor. It is used
 
160
    //      the transcoding block (if any) indicated in the ctor. It is used
161
161
    //      to get the character offsets from ICU, which are then translated
162
162
    //      into an array of char sizes for return.
163
163
    // -----------------------------------------------------------------------