Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Druntime.cc14106 v8::String::Utf8Value utf8_date(v8::Utils::ToLocal(date_string)); in RUNTIME_FUNCTION() local
14107 icu::UnicodeString u_date(icu::UnicodeString::fromUTF8(*utf8_date)); in RUNTIME_FUNCTION()