Lines Matching refs:data
191 status = napi_get_value_string_utf8(env, optionValue, optionBuf.data(), len + 1, &len);
195 map.insert(make_pair(optionName, optionBuf.data()));
296 status = napi_get_value_string_utf8(env, argv, buf.data(), len + 1, &len);
301 localeTag = buf.data();
313 void *data = nullptr;
314 napi_status status = napi_get_cb_info(env, info, &argc, argv, &thisVar, &data);
368 status = napi_get_value_string_utf8(env, rawLocaleTag, buf.data(), len + 1, &len);
373 localeTags.push_back(buf.data());
381 void *data = nullptr;
382 napi_status status = napi_get_cb_info(env, info, &argc, argv, &thisVar, &data);
444 void *data = nullptr;
445 napi_status status = napi_get_cb_info(env, info, &argc, argv, &thisVar, &data);
501 void *data = nullptr;
502 napi_get_cb_info(env, info, &argc, argv, &thisVar, &data);
529 void *data = nullptr;
530 napi_get_cb_info(env, info, &argc, argv, &thisVar, &data);
587 void *data = nullptr;
588 napi_status status = napi_get_cb_info(env, info, &argc, argv, &thisVar, &data);
672 void *data = nullptr;
673 napi_get_cb_info(env, info, nullptr, nullptr, &thisVar, &data);
695 void *data = nullptr;
696 napi_get_cb_info(env, info, nullptr, nullptr, &thisVar, &data);
718 void *data = nullptr;
719 napi_get_cb_info(env, info, nullptr, nullptr, &thisVar, &data);
741 void *data = nullptr;
742 napi_get_cb_info(env, info, nullptr, nullptr, &thisVar, &data);
764 void *data = nullptr;
765 napi_get_cb_info(env, info, nullptr, nullptr, &thisVar, &data);
787 void *data = nullptr;
788 napi_get_cb_info(env, info, nullptr, nullptr, &thisVar, &data);
810 void *data = nullptr;
811 napi_get_cb_info(env, info, nullptr, nullptr, &thisVar, &data);
833 void *data = nullptr;
834 napi_get_cb_info(env, info, nullptr, nullptr, &thisVar, &data);
856 void *data = nullptr;
857 napi_get_cb_info(env, info, nullptr, nullptr, &thisVar, &data);
879 void *data = nullptr;
880 napi_get_cb_info(env, info, nullptr, nullptr, &thisVar, &data);
901 void *data = nullptr;
902 napi_get_cb_info(env, info, nullptr, nullptr, &thisVar, &data);
924 void *data = nullptr;
925 napi_get_cb_info(env, info, nullptr, nullptr, &thisVar, &data);
959 void *data = nullptr;
960 napi_get_cb_info(env, info, nullptr, nullptr, &thisVar, &data);
1044 void *data = nullptr;
1045 napi_get_cb_info(env, info, nullptr, nullptr, &thisVar, &data);
1067 void *data = nullptr;
1068 napi_get_cb_info(env, info, nullptr, nullptr, &thisVar, &data);
1106 void *data = nullptr;
1107 napi_get_cb_info(env, info, nullptr, nullptr, &thisVar, &data);
1146 void *data = nullptr;
1147 napi_get_cb_info(env, info, &argc, argv, &thisVar, &data);
1321 void *data = nullptr;
1322 napi_status status = napi_get_cb_info(env, info, &argc, argv, &thisVar, &data);
1394 status = napi_get_value_string_utf8(env, value, buf.data(), len + 1, &len);
1408 void *data = nullptr;
1409 napi_get_cb_info(env, info, &argc, argv, &thisVar, &data);
1427 std::string value = obj->relativetimefmt_->Format(number, unit.data());
1486 void *data = nullptr;
1487 napi_get_cb_info(env, info, &argc, argv, &thisVar, &data);
1501 obj->relativetimefmt_->FormatToParts(number, unit.data(), timeVector);
1517 void *data = nullptr;
1518 napi_get_cb_info(env, info, &argc, argv, &thisVar, &data);
1537 CompareResult compareResult = obj->collator_->Compare(first.data(), second.data());
1551 void *data = nullptr;
1552 napi_get_cb_info(env, info, nullptr, nullptr, &thisVar, &data);
1704 void *data = nullptr;
1705 napi_status status = napi_get_cb_info(env, info, &argc, argv, &thisVar, &data);
1767 void *data = nullptr;
1768 napi_get_cb_info(env, info, &argc, argv, &thisVar, &data);