Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Duloc.cpp2224 char *myEnd; in _uloc_strtod() local
2247 rv = uprv_strtod(buf, &myEnd); in _uloc_strtod()
2249 *end = (char*)(start+(myEnd-buf)); /* cast away const (to follow uprv_strtod API.) */ in _uloc_strtod()