Lines Matching refs:any
38 int any = 0; in collator_u_strtod() local
51 any = 1; in collator_u_strtod()
58 any = 1; in collator_u_strtod()
63 if ((c == 0x65 /*'e'*/ || c == 0x45 /*'E'*/) && any) { in collator_u_strtod()
82 if (any) { in collator_u_strtod()
137 register int neg = 0, any, cutlim; local
190 for (acc = 0, any = 0;; c = *s++) {
202 if (any < 0 || acc > cutoff || (acc == cutoff && c > cutlim))
203 any = -1;
205 any = 1;
210 if (any < 0) {
216 *endptr = (UChar *)(any ? s - 1 : nptr);