Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/ets_utils/js_util_module/util/
H A Djs_base64.h59 unsigned char *sinputDecoding = nullptr; member
H A Djs_base64.cpp744 stdDecodeInfo->sinputDecoding = rets; in ReadStdDecode()
759 reinterpret_cast<const void*>(stdDecodeInfo->sinputDecoding), bufferSize) != EOK) { in EndStdDecode()
770 delete[] stdDecodeInfo->sinputDecoding; in EndStdDecode()