Lines Matching refs:any
23 int any = 0; in collator_u_strtod() local
35 any = 1; in collator_u_strtod()
42 any = 1; in collator_u_strtod()
47 if ((c == 0x65 /*'e'*/ || c == 0x45 /*'E'*/) && any) { in collator_u_strtod()
66 if (any) { in collator_u_strtod()
122 register int neg = 0, any, cutlim; local
175 for (acc = 0, any = 0;; c = *s++) {
187 if (any < 0 || acc > cutoff || (acc == cutoff && c > cutlim))
188 any = -1;
190 any = 1;
195 if (any < 0) {
201 *endptr = (UChar *)(any ? s - 1 : nptr);