Home
last modified time | relevance | path

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

/ark/js_runtime/ecmascript/builtins/
Dbuiltins_string.cpp1016 EcmaString *nextAppend = EcmaString::FastSubString(replacement, continueFromIndex, in GetSubstitution() local
1018 if (nextAppend->IsUtf16()) { in GetSubstitution()
1019 const uint16_t *data = nextAppend->GetDataUtf16(); in GetSubstitution()
1020 … stringBuilder += base::StringHelper::Utf16ToU16String(data, nextAppend->GetLength()); in GetSubstitution()
1023 const uint8_t *data = nextAppend->GetDataUtf8(); in GetSubstitution()
1024 … stringBuilder += base::StringHelper::Utf8ToU16String(data, nextAppend->GetLength()); in GetSubstitution()
1034 EcmaString *nextAppend = in GetSubstitution() local
1036 if (nextAppend->IsUtf16()) { in GetSubstitution()
1037 const uint16_t *data = nextAppend->GetDataUtf16(); in GetSubstitution()
1038 … stringBuilder += base::StringHelper::Utf16ToU16String(data, nextAppend->GetLength()); in GetSubstitution()
[all …]