Home
last modified time | relevance | path

Searched refs:pEnd (Results 1 - 1 of 1) sorted by relevance

/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dwcharndk1.cpp824 wchar_t *pEnd = nullptr; in Wcstol_One() local
825 long int li1 = wcstol(wsNumbers, &pEnd, PARAM_10); in Wcstol_One()
826 long int li2 = wcstol(pEnd, &pEnd, PARAM_16); in Wcstol_One()
827 long int li3 = wcstol(pEnd, &pEnd, PARAM_2); in Wcstol_One()
828 long int li4 = wcstol(pEnd, nullptr, PARAM_0); in Wcstol_One()
850 wchar_t *pEnd = nullptr; in Wcstoll_One() local
851 long long int lli1 = wcstoll(wsNumbers, &pEnd, PARAM_10); in Wcstoll_One()
852 long long int lli2 = wcstoll(pEnd, in Wcstoll_One()
884 wchar_t *pEnd; Wcstoull_One() local
[all...]

Completed in 4 milliseconds