Home
last modified time | relevance | path

Searched defs:bomFlag (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/commonlibrary/ets_utils/js_util_module/util/
H A Djs_textdecoder.cpp230 size_t &rstLen, bool &bomFlag) in SetBomFlag()
246 void TextDecoder::SetIgnoreBOM(const UChar *arr, size_t resultLen, bool &bomFlag) in SetIgnoreBOM()
/ohos5.0/commonlibrary/ets_utils/js_util_module/util/test/
H A Dtest_util.cpp3304 napi_value bomFlag = textDecoder.GetIgnoreBOM(env); variable
3349 napi_value bomFlag = textDecoder.GetIgnoreBOM(env); variable