Searched refs:GetConverterPtr (Results 1 - 2 of 2) sorted by relevance
/commonlibrary/ets_utils/js_util_module/util/ |
H A D | js_textdecoder.cpp | 139 ucnv_toUnicode(GetConverterPtr(), &target, target + len, &source, source + length, nullptr, flush, &codeFlag); in Decode() 218 ucnv_toUnicode(GetConverterPtr(), &target, target + len, &source, source + length, nullptr, flush, &codeFlag); in DecodeToString() 286 switch (ucnv_getType(GetConverterPtr())) { in SetIgnoreBOM()
|
H A D | js_textdecoder.h | 88 UConverter *GetConverterPtr() const in GetConverterPtr() function in OHOS::Util::TextDecoder
|
Completed in 2 milliseconds