Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/aottest/builtin_inlining/String/CharCodeAt/
DbuiltinStringCharCodeAt.ts41 let testLineStrUTF16 = "这是一个测试字符串" variable
53 print(testLineStrUTF16.charCodeAt(1))
56 print(testLineStrUTF16.charCodeAt(-1))
59 print(testLineStrUTF16.charCodeAt(testLineStrUTF16.length))