Home
last modified time | relevance | path

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

/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dwcharndk.cpp1089 wchar_t *endString = nullptr; in Wcstol() local
1090 wcstol_value = wcstol(L"123xyz", &endString, SIZE_10); in Wcstol()
1138 wchar_t *endString = nullptr; in Wcstoll() local
1139 wcstollValue = wcstoll(L"123xyz", &endString, SIZE_10); in Wcstoll()
1180 wchar_t *endString = nullptr; in Wcstoul() local
1181 wcstoul_value = wcstoul(L"123xyz", &endString, SIZE_10); in Wcstoul()
1203 wchar_t *endString = nullptr; in Wcstoull() local
1204 wcstoullValue = wcstoll(L"123xyz", &endString, SIZE_10); in Wcstoull()

Completed in 4 milliseconds