Lines Matching refs:encoded
20 | OH_JSVM_GetValueStringUtf8 | Obtains the UTF8-encoded string from a JS string.|
21 | OH_JSVM_CreateStringUtf8 | Creates a JS string object from a UTF8-encoded C string.|
22 | OH_JSVM_GetValueStringUtf16 | Obtains the UTF16-encoded string from a JS string.|
23 | OH_JSVM_CreateStringUtf16 | Creates a JS string from a UTF16-encoded C string.|
24 | OH_JSVM_GetValueStringLatin1 | Obtains the ISO-8859-1-encoded string from a JS string.|
25 | OH_JSVM_CreateStringLatin1 | Creates a JS string object from an ISO-8859-1-encoded C strin…
33 Use **OH_JSVM_GetValueStringUtf8** to convert a JS string into a UTF-8-encoded string.
90 Use **OH_JSVM_CreateStringUtf8** to create a JS string from a UTF8-encoded C string.
140 Use **OH_JSVM_GetValueStringUtf16** to convert a JS string into a UTF-16-encoded string.
207 Use **OH_JSVM_GetValueStringUtf16** to create a JS string from a UTF16-encoded C string.
263 Use **OH_JSVM_GetValueStringLatin1** to convert a JS string into an ISO-8859-1-encoded string.
321 Use **OH_JSVM_CreateStringLatin1** to create a JS string from an ISO-8859-1-encoded C string.