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

« back to all changes in this revision

Viewing changes to source/i18n/unicode/sortkey.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:
164
164
    * this storage and should free it.
165
165
    * @param count the output parameter of number of collation key values,
166
166
    * including any trailing nulls.
167
 
    * @stable
 
167
    * @deprecated Remove after 2003-mar-25. Use getByteArray instead.
168
168
    */
169
169
    uint8_t*                toByteArray(int32_t& count) const;
170
170