Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_String.cpp46 static ObjectHeader *StdCoreStringGetDataAsArray(EtsString *s, ets_int begin, ets_int end, bool isU… in StdCoreStringGetDataAsArray() function
104 return StdCoreStringGetDataAsArray(s, begin, end, true); in StdCoreStringGetChars()
109 return StdCoreStringGetDataAsArray(s, begin, end, false); in StdCoreStringGetBytes()