Home
last modified time | relevance | path

Searched refs:lt_error_is_set (Results 1 – 20 of 20) sorted by relevance

/dports/devel/liblangtag/liblangtag-0.6.3/extensions/
H A Dlt-ext-ldml-t.c268 } else if (lt_error_is_set(*error, LT_ERR_ANY)) { in _lt_ext_ldml_t_parse_tag()
336 } else if (lt_error_is_set(*error, LT_ERR_ANY)) { in _lt_ext_ldml_t_parse_tag()
346 if (!lt_error_is_set(*error, LT_ERR_ANY)) { in _lt_ext_ldml_t_parse_tag()
371 if (lt_error_is_set(*error, LT_ERR_ANY)) in _lt_ext_ldml_t_parse_tag()
H A Dlt-ext-ldml-u.c227 if (lt_error_is_set(*error, LT_ERR_ANY) || retval) in _lt_ext_ldml_u_lookup_key()
342 if (!lt_error_is_set(*error, LT_ERR_ANY)) in _lt_ext_ldml_u_parse_tag()
369 if (lt_error_is_set(*error, LT_ERR_ANY)) in _lt_ext_ldml_u_parse_tag()
/dports/graphics/libetonyek01/libetonyek-0.1.10/src/lib/
H A DIWORKLanguageManager.cpp45 if (error && lt_error_is_set(error, LT_ERR_ANY)) in parseTag()
57 if (error && lt_error_is_set(error, LT_ERR_ANY)) in makeFullTag()
181 if ((error && lt_error_is_set(error, LT_ERR_ANY)) || !tag) in addLocale()
/dports/devel/liblangtag/liblangtag-0.6.3/liblangtag/
H A Dlt-error.c192 lt_error_is_set(lt_error_t *error, in lt_error_is_set() function
226 if (lt_error_is_set(error, type)) { in lt_error_print()
H A Dlt-xml.c102 if (lt_error_is_set(err, LT_ERR_ANY)) { in lt_xml_read_subtag_registry()
172 if (lt_error_is_set(err, LT_ERR_ANY)) { in lt_xml_read_cldr_bcp47()
243 if (lt_error_is_set(err, LT_ERR_ANY)) { in lt_xml_read_cldr_supplemental()
H A Dlt-tag.c168 if (lt_error_is_set(err, LT_ERR_ANY)) { in lt_tag_scanner_get_token()
780 if (lt_error_is_set(err, LT_ERR_ANY)) { in _lt_tag_parse()
1232 if (lt_error_is_set(err, LT_ERR_ANY)) { in _lt_tag_convert_from_locale_string()
1375 if (lt_error_is_set(err, LT_ERR_ANY)) { in _lt_tag_canonicalize_alias()
1529 if (lt_error_is_set(err, LT_ERR_ANY)) { in _lt_tag_canonicalize()
1559 if (lt_error_is_set(err, LT_ERR_ANY)) { in lt_tag_parse_wildcard()
1822 if (lt_error_is_set(err, LT_ERR_ANY)) { in lt_tag_truncate()
2035 if (lt_error_is_set(err, LT_ERR_ANY)) { in lt_tag_convert_to_locale()
2159 if (lt_error_is_set(err, LT_ERR_ANY)) { in lt_tag_match()
2269 if (lt_error_is_set(err, LT_ERR_ANY)) { in lt_tag_lookup()
[all …]
H A Dlt-error.h68 lt_bool_t lt_error_is_set(lt_error_t *error,
H A Dlt-extension.c123 if (lt_error_is_set(err, LT_ERR_ANY)) { in lt_extension_add_singleton()
156 if (lt_error_is_set(err, LT_ERR_ANY)) { in lt_extension_add_tag()
H A Dlt-redundant-db.c167 if (lt_error_is_set(err, LT_ERR_ANY)) { in lt_redundant_db_parse()
H A Dlt-relation-db.c151 if (lt_error_is_set(err, LT_ERR_ANY)) { in lt_relation_db_parse()
H A Dlt-grandfathered-db.c166 if (lt_error_is_set(err, LT_ERR_ANY)) { in lt_grandfathered_db_parse()
H A Dlt-script-db.c173 if (lt_error_is_set(err, LT_ERR_ANY)) { in lt_script_db_parse()
H A Dlt-region-db.c182 if (lt_error_is_set(err, LT_ERR_ANY)) { in lt_region_db_parse()
H A Dlt-lang-db.c207 if (lt_error_is_set(err, LT_ERR_ANY)) { in lt_lang_db_parse()
H A Dlt-extlang-db.c202 if (lt_error_is_set(err, LT_ERR_ANY)) { in lt_extlang_db_parse()
H A Dlt-variant-db.c192 if (lt_error_is_set(err, LT_ERR_ANY)) { in lt_variant_db_parse()
H A Dlt-ext-module.c550 if (lt_error_is_set(err, LT_ERR_ANY)) { in lt_ext_module_precheck_tag()
/dports/textproc/libe-book/libe-book-0.1.3/src/lib/
H A DEBOOKLanguageManager.cpp45 if (error && lt_error_is_set(error, LT_ERR_ANY)) in parseTag()
57 if (error && lt_error_is_set(error, LT_ERR_ANY)) in makeFullTag()
/dports/devel/liblangtag/liblangtag-0.6.3/liblangtag-gobject/
H A Dlt-error.gir.h69 LtBool lt_error_is_set(LtError *error,
/dports/devel/liblangtag/liblangtag-0.6.3/tests/
H A Dmain.c64 if (lt_error_is_set(error, LT_ERR_ANY)) { in tester_pop_error()