From 3590c846d4c2febbc05b4ad6b14a06edc549e453 Mon Sep 17 00:00:00 2001 From: "Manuel A. Fernandez Montecelo" Date: Fri, 27 May 2016 14:35:16 +0100 Subject: Imported Upstream version 0.9.6+really0.9.6 --- lib/libunistring.sym | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) (limited to 'lib/libunistring.sym') diff --git a/lib/libunistring.sym b/lib/libunistring.sym index b7e824ff..98ad21ca 100644 --- a/lib/libunistring.sym +++ b/lib/libunistring.sym @@ -5,6 +5,7 @@ UC_CATEGORY_Cn UC_CATEGORY_Co UC_CATEGORY_Cs UC_CATEGORY_L +UC_CATEGORY_LC UC_CATEGORY_Ll UC_CATEGORY_Lm UC_CATEGORY_Lo @@ -54,6 +55,13 @@ UC_PROPERTY_BIDI_OTHER_NEUTRAL UC_PROPERTY_BIDI_PDF UC_PROPERTY_BIDI_SEGMENT_SEPARATOR UC_PROPERTY_BIDI_WHITESPACE +UC_PROPERTY_CASED +UC_PROPERTY_CASE_IGNORABLE +UC_PROPERTY_CHANGES_WHEN_CASEFOLDED +UC_PROPERTY_CHANGES_WHEN_CASEMAPPED +UC_PROPERTY_CHANGES_WHEN_LOWERCASED +UC_PROPERTY_CHANGES_WHEN_TITLECASED +UC_PROPERTY_CHANGES_WHEN_UPPERCASED UC_PROPERTY_COMBINING UC_PROPERTY_COMPOSITE UC_PROPERTY_CURRENCY_SYMBOL @@ -114,6 +122,7 @@ UC_PROPERTY_WHITE_SPACE UC_PROPERTY_XID_CONTINUE UC_PROPERTY_XID_START UC_PROPERTY_ZERO_WIDTH +_UC_CATEGORY_NONE _libunistring_version locale_charset u16_asnprintf @@ -139,6 +148,9 @@ u16_ct_tolower u16_ct_totitle u16_ct_toupper u16_endswith +u16_grapheme_breaks +u16_grapheme_next +u16_grapheme_prev u16_is_cased u16_is_casefolded u16_is_lowercase @@ -234,6 +246,9 @@ u32_ct_tolower u32_ct_totitle u32_ct_toupper u32_endswith +u32_grapheme_breaks +u32_grapheme_next +u32_grapheme_prev u32_is_cased u32_is_casefolded u32_is_lowercase @@ -326,6 +341,9 @@ u8_ct_tolower u8_ct_totitle u8_ct_toupper u8_endswith +u8_grapheme_breaks +u8_grapheme_next +u8_grapheme_prev u8_is_cased u8_is_casefolded u8_is_lowercase @@ -355,6 +373,7 @@ u8_stpncpy u8_strcat u8_strchr u8_strcmp +u8_strcmp_gnu u8_strcoll u8_strconv_from_encoding u8_strconv_from_locale @@ -403,10 +422,17 @@ uc_all_scripts uc_bidi_category uc_bidi_category_byname uc_bidi_category_name +uc_bidi_class +uc_bidi_class_byname +uc_bidi_class_long_name +uc_bidi_class_name uc_block uc_c_ident_category uc_canonical_decomposition uc_combining_class +uc_combining_class_byname +uc_combining_class_long_name +uc_combining_class_name uc_composition uc_decimal_value uc_decomposition @@ -415,11 +441,14 @@ uc_general_category uc_general_category_and uc_general_category_and_not uc_general_category_byname +uc_general_category_long_name uc_general_category_name uc_general_category_or +uc_graphemeclusterbreak_property uc_is_alnum uc_is_alpha uc_is_bidi_category +uc_is_bidi_class uc_is_blank uc_is_block uc_is_c_whitespace @@ -428,6 +457,7 @@ uc_is_digit uc_is_general_category uc_is_general_category_withtable uc_is_graph +uc_is_grapheme_break uc_is_java_whitespace uc_is_lower uc_is_print @@ -451,6 +481,13 @@ uc_is_property_bidi_other_neutral uc_is_property_bidi_pdf uc_is_property_bidi_segment_separator uc_is_property_bidi_whitespace +uc_is_property_case_ignorable +uc_is_property_cased +uc_is_property_changes_when_casefolded +uc_is_property_changes_when_casemapped +uc_is_property_changes_when_lowercased +uc_is_property_changes_when_titlecased +uc_is_property_changes_when_uppercased uc_is_property_combining uc_is_property_composite uc_is_property_currency_symbol @@ -517,6 +554,13 @@ uc_is_space uc_is_upper uc_is_xdigit uc_java_ident_category +uc_joining_group +uc_joining_group_byname +uc_joining_group_name +uc_joining_type +uc_joining_type_byname +uc_joining_type_long_name +uc_joining_type_name uc_locale_language uc_mirror_char uc_numeric_value @@ -534,6 +578,7 @@ ulc_casecmp ulc_casecoll ulc_casexfrm ulc_fprintf +ulc_grapheme_breaks ulc_possible_linebreaks ulc_snprintf ulc_sprintf -- cgit v1.2.3