Searched refs:wcstoul_value (Results 1 – 1 of 1) sorted by relevance
1176 double wcstoul_value; in Wcstoul() local1178 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()