Searched defs:cesu8 (Results 1 - 4 of 4) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/mem/ |
H A D | c_string.cpp | 97 CString ConvertToString(const EcmaString *s, StringConvertedUsage usage, bool cesu8) in ConvertToString() argument
|
/arkcompiler/ets_runtime/ecmascript/base/ |
H A D | utf_helper.cpp | 47 uint32_t DecodeUTF16(uint16_t const *utf16, size_t len, size_t *index, bool cesu8) in DecodeUTF16() argument 224 size_t Utf16ToUtf8Size(const uint16_t *utf16, uint32_t length, bool modify, bool isGetBufferSize, bool cesu8) in Utf16ToUtf8Size() argument 263 ConvertRegionUtf16ToUtf8(const uint16_t *utf16In, uint8_t *utf8Out, size_t utf16Len, size_t utf8Len, size_t start, bool modify, bool isWriteBuffer, bool cesu8) ConvertRegionUtf16ToUtf8() argument
|
/arkcompiler/ets_runtime/ecmascript/ |
H A D | ecma_string.cpp | 1598 CString EcmaStringAccessor::ToCString(StringConvertedUsage usage, bool cesu8) in ToCString() argument
|
/arkcompiler/ets_runtime/ecmascript/builtins/ |
H A D | builtins_regexp.cpp | 2364 bool cesu8 = !(RegExpParser::FLAG_UTF16 & flagsBits); in RegExpInitialize() local
|
Completed in 11 milliseconds