Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_String.cpp151 UErrorCode errorCode = U_ZERO_ERROR; in StringNormalize() local
152 utf16Str = normalizer->normalize(utf16Str, errorCode); in StringNormalize()
154 if (UNLIKELY(U_FAILURE(errorCode))) { in StringNormalize()
155 …g message = "Got error in process of normalization: '" + std::string(u_errorName(errorCode)) + "'"; in StringNormalize()
166 UErrorCode errorCode = U_ZERO_ERROR; in StdCoreStringNormalizeNFC() local
167 auto normalizer = Normalizer2::getNFCInstance(errorCode); in StdCoreStringNormalizeNFC()
168 if (UNLIKELY(U_FAILURE(errorCode))) { in StdCoreStringNormalizeNFC()
169 … std::string message = "Cannot get NFC normalizer: '" + std::string(u_errorName(errorCode)) + "'"; in StdCoreStringNormalizeNFC()
178 UErrorCode errorCode = U_ZERO_ERROR; in StdCoreStringNormalizeNFD() local
179 auto normalizer = Normalizer2::getNFDInstance(errorCode); in StdCoreStringNormalizeNFD()
[all …]
/arkcompiler/runtime_core/static_core/libllvmbackend/object_code/
Dcreated_object_file.cpp91 std::error_code errorCode; in WriteTo() local
92 llvm::raw_fd_ostream dest(output, errorCode, llvm::sys::fs::FA_Write); in WriteTo()
94 if (errorCode) { in WriteTo()
96 … llvm::Twine(errorCode.value()) + ", message = " + errorCode.message(), in WriteTo()
/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_errors.cpp19 JSTaggedValue ContainerError::BusinessError(JSThread *thread, int32_t errorCode, const char *msg) in BusinessError() argument
23 JSHandle<JSTaggedValue> code(thread, JSTaggedValue(errorCode)); in BusinessError()
Dcontainers_errors.h33 static JSTaggedValue BusinessError(JSThread *thread, int32_t errorCode, const char *msg);
/arkcompiler/ets_frontend/arkguard/test/grammar/removeComments/
DremoveComments3.d.ts27 constructor(message: string, errorCode: string);
DremoveComments3_expected.txt16 constructor(message: string, errorCode: string);
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dfunction.cpp1150 const OverrideErrorCode &errorCode) in ThrowOverrideError() argument
1153 switch (errorCode) { in ThrowOverrideError()
1217 auto [success, errorCode] = CheckOverride(signature, itSubst); in CheckOverride()
1220 ThrowOverrideError(signature, it, errorCode); in CheckOverride()
/arkcompiler/runtime_core/static_core/plugins/ets/tools/declgen_ts2ets/tests/ohos_sdk/
Dmain.ets23 // import * as _ohos_ability_errorCode from "/@ohos.ability.errorCode.d.ts";
/arkcompiler/ets_frontend/ets2panda/checker/
DETSchecker.h351 …ideError(Signature *signature, Signature *overriddenSignature, const OverrideErrorCode &errorCode);
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_string.cpp779 UErrorCode errorCode = U_ZERO_ERROR; in Normalize() local
782 icu::Normalizer::normalize(src, uForm, option, res, errorCode); in Normalize()
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2errorCode));return e.flatMap(i,(function(r){return e.map(r.getCodeActions(t),function(t,r){for(var… property