Lines Matching refs:agree
192 int i, agree; in wstring_to_decimal() local
301 agree = 1; in wstring_to_decimal()
302 while (agree <= 7 && in wstring_to_decimal()
303 UCASE(current) == (wchar_t)infstring[agree]) { in wstring_to_decimal()
305 agree++; in wstring_to_decimal()
307 if (agree >= 3) { in wstring_to_decimal()
311 good = (agree < 8)? cp + 2 - agree : cp - 1; in wstring_to_decimal()
320 agree = 1; in wstring_to_decimal()
321 while (agree <= 2 && in wstring_to_decimal()
322 UCASE(current) == (wchar_t)nanstring[agree]) { in wstring_to_decimal()
324 agree++; in wstring_to_decimal()
326 if (agree == 3) { in wstring_to_decimal()