Home
last modified time | relevance | path

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

/external/v8/src/runtime/
Druntime-i18n.cc54 const UChar* GetUCharBufferFromFlat(const String::FlatContent& flat, in GetUCharBufferFromFlat() function
614 FALSE, GetUCharBufferFromFlat(flat1, &sap1, length1), length1); in RUNTIME_FUNCTION()
616 FALSE, GetUCharBufferFromFlat(flat2, &sap2, length2), length2); in RUNTIME_FUNCTION()
652 const UChar* src = GetUCharBufferFromFlat(flat, &sap, length); in RUNTIME_FUNCTION()
740 const UChar* text_value = GetUCharBufferFromFlat(flat, &sap, length); in RUNTIME_FUNCTION()
848 const UChar* src = GetUCharBufferFromFlat(flat, &sap, src_length); in LocaleConvertCase()