Home
last modified time | relevance | path

Searched defs:CreateNewStringFromCharCode (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_string.h108 static EtsString *CreateNewStringFromCharCode(CharCodeArray *charCodes) in CreateNewStringFromCharCode() function
150 static EtsString *CreateNewStringFromCharCode(EtsDouble charCode) in CreateNewStringFromCharCode() function
/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/
Dets_string_from_char_code_test.cpp88 static EtsString *CreateNewStringFromCharCode(double code) in CreateNewStringFromCharCode() function in ark::ets::test::EtsStringFromCharCodeTest