Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/ets_utils/js_util_module/util/
H A Djs_textdecoder.cpp92 …ucnv_toUnicode(GetConverterPtr(), &target, target + len, &source, source + length, nullptr, flush,… in Decode()
143 …ucnv_toUnicode(GetConverterPtr(), &target, target + len, &source, source + length, nullptr, flush,… in DecodeToString()
248 switch (ucnv_getType(GetConverterPtr())) { in SetIgnoreBOM()
H A Djs_textdecoder.h109 UConverter *GetConverterPtr() const in GetConverterPtr() function