Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/ets_utils/js_api_module/buffer/
H A Djs_buffer.cpp95 return UTF16LE; in GetEncodingType()
467 if (encodingType == UTF16LE) { in FillString()
480 if (encodingType == UTF16LE) { in WriteString()
H A Dconverter.h27 UTF16LE, enumerator
H A Dnative_module_buffer.cpp194 case UTF16LE: in FromString()
957 case UTF16LE: { in GetValue()
1000 len = (eType == UTF16LE) ? len : str.length(); in IndexOf()
1003 len = (eType == UTF16LE) ? len : str.length(); in IndexOf()
/ohos5.0/commonlibrary/ets_utils/js_api_module/buffer/test/
H A Dtest_napi.cpp984 {"utf16le", OHOS::buffer::UTF16LE},