Lines Matching refs:UChar
34 static double collator_u_strtod(const UChar *nptr, UChar **endptr) /* {{{ */ in collator_u_strtod()
36 const UChar *u = nptr, *nstart; in collator_u_strtod()
37 UChar c = *u; in collator_u_strtod()
64 const UChar *e = u; in collator_u_strtod()
107 *endptr = (UChar *)u; in collator_u_strtod()
114 *endptr = (UChar *)nptr; in collator_u_strtod()
129 const UChar *nptr; in collator_u_strtol()
130 UChar **endptr;
133 register const UChar *s = nptr;
135 register UChar c;
216 *endptr = (UChar *)(any ? s - 1 : nptr);
225 zend_uchar collator_is_numeric( UChar *str, int32_t length, zend_long *lval, double *dval, int allo… in collator_is_numeric()
229 UChar *end_ptr_long, *end_ptr_double; in collator_is_numeric()