Home
last modified time | relevance | path

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

/external/v8/src/runtime/
Druntime-i18n.cc630 v8::String::Utf8Value utf8_number(v8::Utils::ToLocal(number_string)); in RUNTIME_FUNCTION() local
631 icu::UnicodeString u_number(icu::UnicodeString::fromUTF8(*utf8_number)); in RUNTIME_FUNCTION()