Searched refs:errorCode (Results 1 – 11 of 11) sorted by relevance
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
| D | std_core_String.cpp | 151 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/ |
| D | created_object_file.cpp | 91 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/ |
| D | containers_errors.cpp | 19 JSTaggedValue ContainerError::BusinessError(JSThread *thread, int32_t errorCode, const char *msg) in BusinessError() argument 23 JSHandle<JSTaggedValue> code(thread, JSTaggedValue(errorCode)); in BusinessError()
|
| D | containers_errors.h | 33 static JSTaggedValue BusinessError(JSThread *thread, int32_t errorCode, const char *msg);
|
| /arkcompiler/ets_frontend/arkguard/test/grammar/removeComments/ |
| D | removeComments3.d.ts | 27 constructor(message: string, errorCode: string);
|
| D | removeComments3_expected.txt | 16 constructor(message: string, errorCode: string);
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| D | function.cpp | 1150 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/ |
| D | main.ets | 23 // import * as _ohos_ability_errorCode from "/@ohos.ability.errorCode.d.ts";
|
| /arkcompiler/ets_frontend/ets2panda/checker/ |
| D | ETSchecker.h | 351 …ideError(Signature *signature, Signature *overriddenSignature, const OverrideErrorCode &errorCode);
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_string.cpp | 779 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/ |
| D | index.js | 2 …errorCode));return e.flatMap(i,(function(r){return e.map(r.getCodeActions(t),function(t,r){for(var… property
|