Home
last modified time | relevance | path

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

/netbsd-src/lib/libintl/
H A Dplural_parser.c1027 parse_plural(struct parser_element **rpe, unsigned long *rnp, in parse_plural() function
1058 ret = parse_plural(&pelem, &np, argv[1], strlen(argv[1])); in main()
1088 return parse_plural((struct parser_element **)rpe, rnp, str, len); in _gettext_parse_plural()