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