• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// Copyright (c) 2001-2003 International Business Machines
2// Corporation and others. All Rights Reserved.
3root {
4     errorcodes {
5                     "U_ZERO_ERROR",
6                     "U_ILLEGAL_ARGUMENT_ERROR",
7                     "U_MISSING_RESOURCE_ERROR",
8                     "U_INVALID_FORMAT_ERROR",
9                     "U_FILE_ACCESS_ERROR",
10                     "U_INTERNAL_PROGRAM_ERROR",
11                     "U_MESSAGE_PARSE_ERROR",
12                     "U_MEMORY_ALLOCATION_ERROR",
13                     "U_INDEX_OUTOFBOUNDS_ERROR",
14                     "U_PARSE_ERROR",
15                     "U_INVALID_CHAR_FOUND",
16                     "U_TRUNCATED_CHAR_FOUND",
17                     "U_ILLEGAL_CHAR_FOUND",
18                     "U_INVALID_TABLE_FORMAT",
19                     "U_INVALID_TABLE_FILE",
20                     "U_BUFFER_OVERFLOW_ERROR",
21                     "U_UNSUPPORTED_ERROR",
22                     "U_RESOURCE_TYPE_MISMATCH",
23                     "U_ILLEGAL_ESCAPE_SEQUENCE",
24                     "U_UNSUPPORTED_ESCAPE_SEQUENCE"
25                     }
26      helpTopics {
27          udata           { "ROOT udata help topic" }
28          resourcebundles { "ROOT resource bundle help topic" }
29          collation       { "ROOT collation help topic" }
30          breakit         { "ROOT break iterator help topic" }
31          translit        { "ROOT transliteration help topic" }
32          unicode         { "ROOT unicode help topic" }
33          format          { "ROOT format help topic" }
34      }
35
36      helpKeywords {
37          udata           { "udata" }
38          resourcebundles { "resources" }
39          collation       { "collation" }
40          breakit         { "breakit" }
41          translit        { "transliteration" }
42          unicode         { "unicode" }
43          format          { "format" }
44      }
45}
46
47
48