Searched refs:nstart (Results 1 – 1 of 1) sorted by relevance
25 const UChar *u = nptr, *nstart; in collator_u_strtod() local33 nstart = u; in collator_u_strtod()73 size_t length = u - nstart; in collator_u_strtod()84 while (nstart < u) { in collator_u_strtod()85 *bufpos++ = (char) *nstart++; in collator_u_strtod()
Completed in 5 milliseconds