Home
last modified time | relevance | path

Searched refs:nullentry (Results 1 – 3 of 3) sorted by relevance

/external/e2fsprogs/intl/
Dplural-exp.c99 EXTRACT_PLURAL_EXPRESSION (const char *nullentry, struct expression **pluralp, in EXTRACT_PLURAL_EXPRESSION() argument
102 if (nullentry != NULL) in EXTRACT_PLURAL_EXPRESSION()
107 plural = strstr (nullentry, "plural="); in EXTRACT_PLURAL_EXPRESSION()
108 nplurals = strstr (nullentry, "nplurals="); in EXTRACT_PLURAL_EXPRESSION()
Dloadmsgcat.c780 char *nullentry; in _nl_init_domain_conv() local
796 nullentry = _nl_find_msg (domain_file, domainbinding, "", &nullentrylen); in _nl_init_domain_conv()
798 if (nullentry != NULL) in _nl_init_domain_conv()
803 charsetstr = strstr (nullentry, "charset="); in _nl_init_domain_conv()
883 return nullentry; in _nl_init_domain_conv()
923 const char *nullentry; in _nl_load_domain() local
1390 nullentry = _nl_init_domain_conv (domain_file, domain, domainbinding); in _nl_load_domain()
1393 EXTRACT_PLURAL_EXPRESSION (nullentry, &domain->plural, &domain->nplurals); in _nl_load_domain()
Dplural-exp.h108 extern void EXTRACT_PLURAL_EXPRESSION (const char *nullentry,