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