Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/
Dets_string_from_char_code_test.cpp74 CharCodeArray *charCodeArray = CharCodeArray::Create(klass, std::distance(first, last)); in CreateNewStringFromCharCodes() local
75 std::for_each(first, last, [&charCodeArray, this, idx = 0U](double d) mutable { in CreateNewStringFromCharCodes()
77 charCodeArray->Set(idx++, boxedValue); in CreateNewStringFromCharCodes()
80 return EtsString::CreateNewStringFromCharCode(charCodeArray); in CreateNewStringFromCharCodes()