Home
last modified time | relevance | path

Searched refs:bomFlag (Results 1 - 2 of 2) sorted by relevance

/commonlibrary/ets_utils/js_util_module/util/
H A Djs_textdecoder.h138 size_t& rstLen, bool& bomFlag);
139 void SetIgnoreBOM(const UChar *arr, size_t resultLen, bool& bomFlag);
H A Djs_textdecoder.cpp268 size_t &rstLen, bool &bomFlag) in SetBomFlag()
277 bomFlag = (arr[0] == 0xFEFF) ? true : false; in SetBomFlag()
284 void TextDecoder::SetIgnoreBOM(const UChar *arr, size_t resultLen, bool &bomFlag) in SetIgnoreBOM() argument
296 bomFlag = (arr[0] == 0xFEFF) ? true : false; in SetIgnoreBOM()
267 SetBomFlag(const UChar *arr, const UErrorCode codeFlag, const DecodeArr decArr, size_t &rstLen, bool &bomFlag) SetBomFlag() argument

Completed in 2 milliseconds