Searched refs:timeZoneChars (Results 1 – 1 of 1) sorted by relevance
217 char timeZoneChars[MAX_TIME_ZONE_ID]; in ParseParametersBySetTimezone() local219 napi_get_value_string_utf8(env, argv[0], timeZoneChars, MAX_TIME_ZONE_ID - 1, &copied); in ParseParametersBySetTimezone()220 TIME_HILOGD(TIME_MODULE_JNI, "timezone str: %{public}s", timeZoneChars); in ParseParametersBySetTimezone()222 timezoneId = std::string(timeZoneChars); in ParseParametersBySetTimezone()