Home
last modified time | relevance | path

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

/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
Dwcharndk.cpp1176 double wcstoul_value; in Wcstoul() local
1178 wcstoul_value = wcstoul(L"123AB-20", nullptr, SIZE_10); in Wcstoul()
1181 wcstoul_value = wcstoul(L"123xyz", &endString, SIZE_10); in Wcstoul()
1185 napi_create_double(env, wcstoul_value, &result); in Wcstoul()