Searched refs:myEnd (Results 1 – 1 of 1) sorted by relevance
2291 char *myEnd; in _uloc_strtod() local2314 rv = uprv_strtod(buf, &myEnd); in _uloc_strtod()2316 *end = (char*)(start+(myEnd-buf)); /* cast away const (to follow uprv_strtod API.) */ in _uloc_strtod()