Home
last modified time | relevance | path

Searched refs:myEnd (Results 1 – 1 of 1) sorted by relevance

/external/icu4c/common/
Duloc.c2190 char *myEnd; in _uloc_strtod() local
2213 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()