Home
last modified time | relevance | path

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

/external/v8/src/runtime/
Druntime-i18n.cc661 icu::UnicodeString* u_text = reinterpret_cast<icu::UnicodeString*>( in RUNTIME_FUNCTION() local
663 delete u_text; in RUNTIME_FUNCTION()
666 u_text = new icu::UnicodeString(reinterpret_cast<const UChar*>(*text_value), in RUNTIME_FUNCTION()
668 break_iterator_holder->SetInternalField(1, reinterpret_cast<Smi*>(u_text)); in RUNTIME_FUNCTION()
670 break_iterator->setText(*u_text); in RUNTIME_FUNCTION()