Home
last modified time | relevance | path

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

/commonlibrary/ets_utils/js_util_module/util/
H A Djs_stringdecoder.cpp86 UErrorCode errorCode = U_ZERO_ERROR; in End() local
93 ucnv_toUnicode(conv_, &target, targetEnd, &src, sourceEnd, nullptr, flush, &errorCode); in End()
94 if (U_FAILURE(errorCode)) { in End()
96 err += u_errorName(errorCode); in End()

Completed in 1 milliseconds