Lines Matching refs:any
27 int any = 0; in collator_u_strtod() local
40 any = 1; in collator_u_strtod()
47 any = 1; in collator_u_strtod()
52 if ((c == 0x65 /*'e'*/ || c == 0x45 /*'E'*/) && any) { in collator_u_strtod()
71 if (any) { in collator_u_strtod()
126 register int neg = 0, any, cutlim; local
179 for (acc = 0, any = 0;; c = *s++) {
191 if (any < 0 || acc > cutoff || (acc == cutoff && c > cutlim))
192 any = -1;
194 any = 1;
199 if (any < 0) {
205 *endptr = (UChar *)(any ? s - 1 : nptr);