Searched refs:GetConverterPtr (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/commonlibrary/ets_utils/js_util_module/util/ |
H A D | js_textdecoder.cpp | 92 …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 D | js_textdecoder.h | 109 UConverter *GetConverterPtr() const in GetConverterPtr() function
|