From: Lukasz Pik Date: Tue, 19 Dec 2017 07:49:39 +0000 (+0100) Subject: [Base-utils][ACR-1122] Add new error values to module X-Git-Tag: accepted/tizen/unified/20180117.060715~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=35fe58943ccfae0c985bdd46152c009e4ea67534;p=platform%2Fcore%2Fapi%2Fcommon.git [Base-utils][ACR-1122] Add new error values to module Change-Id: I99090a993bdb56036717724e5df0af97ede3abda Signed-off-by: Lukasz Pik --- diff --git a/error_messages/capi-base-utils.xml b/error_messages/capi-base-utils.xml index 031aec0..e5a6ad7 100644 --- a/error_messages/capi-base-utils.xml +++ b/error_messages/capi-base-utils.xml @@ -128,5 +128,241 @@ TIZEN_ERROR_UTILITY_ICU | 0x20 Number of levels requested in getBound is higher than the number of levels in the sort key + + TIZEN_ERROR_UTILITY_ICU | 0x1000 + + + + TIZEN_ERROR_UTILITY_ICU | 0x1001 + Elements of a rule are misplaced + + + TIZEN_ERROR_UTILITY_ICU | 0x1002 + A Unicode escape pattern is invalid + + + TIZEN_ERROR_UTILITY_ICU | 0x1003 + A variable definition is invalid + + + TIZEN_ERROR_UTILITY_ICU | 0x1004 + A variable reference is invalid + + + TIZEN_ERROR_UTILITY_ICU | 0x1005 + A start anchor appears at an illegal position + + + TIZEN_ERROR_UTILITY_ICU | 0x1006 + A cursor offset occurs at an illegal position + + + TIZEN_ERROR_UTILITY_ICU | 0x1007 + A quantifier appears after a segment close delimiter + + + TIZEN_ERROR_UTILITY_ICU | 0x1008 + A rule contains no operator + + + TIZEN_ERROR_UTILITY_ICU | 0x1009 + More than one ante context + + + TIZEN_ERROR_UTILITY_ICU | 0x100A + More than one cursor + + + TIZEN_ERROR_UTILITY_ICU | 0x100B + More than one post context + + + TIZEN_ERROR_UTILITY_ICU | 0x100C + A dangling backslash + + + TIZEN_ERROR_UTILITY_ICU | 0x100D + A segment reference does not correspond to a defined segment + + + TIZEN_ERROR_UTILITY_ICU | 0x100E + A variable reference does not correspond to a defined variable + + + TIZEN_ERROR_UTILITY_ICU | 0x100F + A special character was not quoted or escaped + + + TIZEN_ERROR_UTILITY_ICU | 0x1010 + A closing single quote is missing + + + TIZEN_ERROR_UTILITY_ICU | 0x1011 + A rule is hidden by an earlier more general rule + + + TIZEN_ERROR_UTILITY_ICU | 0x1012 + A compound filter is in an invalid location + + + TIZEN_ERROR_UTILITY_ICU | 0x1013 + More than one compound filter + + + TIZEN_ERROR_UTILITY_ICU | 0x1014 + More than one compound filter + + + TIZEN_ERROR_UTILITY_ICU | 0x1015 + + + + TIZEN_ERROR_UTILITY_ICU | 0x1016 + + + + TIZEN_ERROR_UTILITY_ICU | 0x1017 + Too many stand-ins generated for the given variable range + + + TIZEN_ERROR_UTILITY_ICU | 0x1018 + The variable range overlaps characters used in rules + + + TIZEN_ERROR_UTILITY_ICU | 0x1019 + A special character is outside its allowed context + + + TIZEN_ERROR_UTILITY_ICU | 0x101A + Internal transliterator system error + + + TIZEN_ERROR_UTILITY_ICU | 0x101B + + + + TIZEN_ERROR_UTILITY_ICU | 0x101C + + + + TIZEN_ERROR_UTILITY_ICU | 0x2000 + Syntax error in format pattern + + + TIZEN_ERROR_UTILITY_ICU | 0x2001 + More than one decimal separator in number pattern + + + TIZEN_ERROR_UTILITY_ICU | 0x2002 + More than one exponent symbol in number pattern + + + TIZEN_ERROR_UTILITY_ICU | 0x2003 + Grouping symbol in exponent pattern + + + TIZEN_ERROR_UTILITY_ICU | 0x2004 + More than one percent symbol in number pattern + + + TIZEN_ERROR_UTILITY_ICU | 0x2005 + More than one permill symbol in number pattern + + + TIZEN_ERROR_UTILITY_ICU | 0x2006 + More than one pad symbol in number pattern + + + TIZEN_ERROR_UTILITY_ICU | 0x2007 + Syntax error in format pattern + + + TIZEN_ERROR_UTILITY_ICU | 0x2008 + Pad symbol misplaced in number pattern + + + TIZEN_ERROR_UTILITY_ICU | 0x2009 + Braces do not match in message pattern + + + TIZEN_ERROR_UTILITY_ICU | 0x200A + Argument name and argument index mismatch in format functions + + + TIZEN_ERROR_UTILITY_ICU | 0x200B + Duplicate keyword in PluralFormat + + + TIZEN_ERROR_UTILITY_ICU | 0x200C + Undefined Plural keyword + + + TIZEN_ERROR_UTILITY_ICU | 0x200D + Missing DEFAULT rule in plural rules + + + TIZEN_ERROR_UTILITY_ICU | 0x200E + Decimal number syntax error + + + TIZEN_ERROR_UTILITY_ICU | 0x200F + Cannot format a number exactly and rounding mode is unnecessary + + + TIZEN_ERROR_UTILITY_ICU | 0x3001 + An internal ICU error (bug) was detected + + + TIZEN_ERROR_UTILITY_ICU | 0x3002 + Hex digits expected as part of a escaped char in a rule + + + TIZEN_ERROR_UTILITY_ICU | 0x3003 + + + + TIZEN_ERROR_UTILITY_ICU | 0x3004 + Syntax error in RBBI rule + + + TIZEN_ERROR_UTILITY_ICU | 0x3004 + + + + TIZEN_ERROR_UTILITY_ICU | 0x3005 + Syntax error in RBBI rule assignment statement + + + TIZEN_ERROR_UTILITY_ICU | 0x3006 + RBBI rule $Variable redefined + + + TIZEN_ERROR_UTILITY_ICU | 0x3007 + Mis-matched parentheses in an RBBI rule + + + TIZEN_ERROR_UTILITY_ICU | 0x3008 + Missing closing quote in an RBBI rule + + + TIZEN_ERROR_UTILITY_ICU | 0x3009 + Use of an undefined $Variable in an RBBI rule + + + TIZEN_ERROR_UTILITY_ICU | 0x300A + Initialization failure. Probable missing ICU Data + + + TIZEN_ERROR_UTILITY_ICU | 0x300B + Rule contains an empty Unicode Set + + + TIZEN_ERROR_UTILITY_ICU | 0x300C + Option in RBBI rules not recognized + + + TIZEN_ERROR_UTILITY_ICU | 0x300D + The {nnn} tag on a rule is malformed +