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

« back to all changes in this revision

Viewing changes to source/tools/genrb/list.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:
65
65
struct SList* taglist_open(UErrorCode *status);
66
66
void taglist_close(struct SList *list, UErrorCode *status);
67
67
void taglist_add(struct SList *list, const UChar *tag,
68
 
                 const UChar *data, UErrorCode *status);
 
68
                 const UChar *data, UErrorCode *status);
69
69
const UChar* taglist_get(const struct SList *list, const char *tag,
70
 
                         UErrorCode *status);
 
70
                         UErrorCode *status);
71
71
 
72
72
/* Types of lists */
73
73
enum EListType {