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

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

Completed in 98 milliseconds