Searched refs:nstart (Results 1 – 1 of 1) sorted by relevance
21 const UChar *u = nptr, *nstart; in collator_u_strtod() local28 nstart = u; in collator_u_strtod()68 size_t length = u - nstart; in collator_u_strtod()80 while (nstart < u) { in collator_u_strtod()81 *bufpos++ = (char) *nstart++; in collator_u_strtod()
Completed in 6 milliseconds