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