Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/ets_utils/js_util_module/util/
H A Djs_textdecoder.cpp61 flags |= (iflag ? 0 : static_cast<uint8_t>(ConverterFlags::FLUSH_FLG)); in Decode()
62 UBool flush = ((flags & static_cast<uint8_t>(ConverterFlags::FLUSH_FLG))) == in Decode()
63 static_cast<uint8_t>(ConverterFlags::FLUSH_FLG); in Decode()
118 flags |= (iflag ? 0 : static_cast<uint8_t>(ConverterFlags::FLUSH_FLG)); in DecodeToString()
119 UBool flush = (flags & static_cast<uint8_t>(ConverterFlags::FLUSH_FLG)) == in DecodeToString()
120 static_cast<uint8_t>(ConverterFlags::FLUSH_FLG); in DecodeToString()
H A Djs_textdecoder.h43 FLUSH_FLG = 0x1, enumerator