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