Searched refs:endp (Results 1 – 1 of 1) sorted by relevance
112 char *endp; in EXTRACT_PLURAL_EXPRESSION() local123 n = strtoul (nplurals, &endp, 10); in EXTRACT_PLURAL_EXPRESSION()125 for (endp = nplurals, n = 0; *endp >= '0' && *endp <= '9'; endp++) in EXTRACT_PLURAL_EXPRESSION()126 n = n * 10 + (*endp - '0'); in EXTRACT_PLURAL_EXPRESSION()128 if (nplurals == endp) in EXTRACT_PLURAL_EXPRESSION()
Completed in 3 milliseconds