Home
last modified time | relevance | path

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

/intl/
A Dplural-exp.c97 EXTRACT_PLURAL_EXPRESSION (const char *nullentry, in EXTRACT_PLURAL_EXPRESSION() argument
101 if (nullentry != NULL) in EXTRACT_PLURAL_EXPRESSION()
106 plural = strstr (nullentry, "plural="); in EXTRACT_PLURAL_EXPRESSION()
107 nplurals = strstr (nullentry, "nplurals="); in EXTRACT_PLURAL_EXPRESSION()
A Dplural-exp.h107 extern void EXTRACT_PLURAL_EXPRESSION (const char *nullentry,
A Dloadmsgcat.c767 const char *nullentry; in _nl_load_domain() local
1260 nullentry = in _nl_load_domain()
1263 nullentry = _nl_find_msg (domain_file, domainbinding, "", 0, &nullentrylen); in _nl_load_domain()
1265 if (__builtin_expect (nullentry == (char *) -1, 0)) in _nl_load_domain()
1272 EXTRACT_PLURAL_EXPRESSION (nullentry, &domain->plural, &domain->nplurals); in _nl_load_domain()
A Ddcigettext.c1078 char *nullentry; in _nl_find_msg() local
1084 nullentry = in _nl_find_msg()
1094 if (__builtin_expect (nullentry == (char *) -1, 0)) in _nl_find_msg()
1097 if (nullentry != NULL) in _nl_find_msg()
1101 charsetstr = strstr (nullentry, "charset="); in _nl_find_msg()

Completed in 12 milliseconds