Home
last modified time | relevance | path

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

/external/v8/src/runtime/
Druntime-i18n.cc540 v8::String::Utf8Value utf8_date(v8::Utils::ToLocal(date_string)); in RUNTIME_FUNCTION() local
541 icu::UnicodeString u_date(icu::UnicodeString::fromUTF8(*utf8_date)); in RUNTIME_FUNCTION()