/third_party/icu/icu4c/source/common/ |
H A D | cstr.cpp | 22 UErrorCode status = U_ZERO_ERROR; in CStr() local 26 char *buf = s.getAppendBuffer(length, length, resultCapacity, status); in CStr() 27 if (U_SUCCESS(status)) { in CStr() 29 s.append(buf, length, status); in CStr() 42 s.append(buf, 1, status); in CStr()
|
H A D | locbased.cpp | 18 Locale LocaleBased::getLocale(ULocDataLocaleType type, UErrorCode& status) const { in getLocale() 19 const char* id = getLocaleID(type, status); in getLocale() 23 const char* LocaleBased::getLocaleID(ULocDataLocaleType type, UErrorCode& status) const { in getLocaleID() 24 if (U_FAILURE(status)) { in getLocaleID() 34 status = U_ILLEGAL_ARGUMENT_ERROR; in getLocaleID()
|
H A D | loclikely.cpp | 1213 UErrorCode* status) { in uloc_addLikelySubtags() 1214 if (U_FAILURE(*status)) { in uloc_addLikelySubtags() 1221 ulocimp_addLikelySubtags(localeID, sink, status); in uloc_addLikelySubtags() 1224 if (U_FAILURE(*status)) { in uloc_addLikelySubtags() 1229 *status = U_BUFFER_OVERFLOW_ERROR; in uloc_addLikelySubtags() 1232 maximizedLocaleID, maximizedLocaleIDCapacity, reslen, status); in uloc_addLikelySubtags() 1241 UErrorCode* status) { in _ulocimp_addLikelySubtags() 1245 localeBuffer.getCapacity(), status); in _ulocimp_addLikelySubtags() 1246 } while (localeBuffer.needToTryAgain(status)); in _ulocimp_addLikelySubtags() 1248 if (U_SUCCESS(*status)) { in _ulocimp_addLikelySubtags() 1210 uloc_addLikelySubtags(const char* localeID, char* maximizedLocaleID, int32_t maximizedLocaleIDCapacity, UErrorCode* status) uloc_addLikelySubtags() argument 1239 _ulocimp_addLikelySubtags(const char* localeID, icu::ByteSink& sink, UErrorCode* status) _ulocimp_addLikelySubtags() argument 1256 ulocimp_addLikelySubtags(const char* localeID, icu::ByteSink& sink, UErrorCode* status) ulocimp_addLikelySubtags() argument 1263 uloc_minimizeSubtags(const char* localeID, char* minimizedLocaleID, int32_t minimizedLocaleIDCapacity, UErrorCode* status) uloc_minimizeSubtags() argument 1292 ulocimp_minimizeSubtags(const char* localeID, icu::ByteSink& sink, UErrorCode* status) ulocimp_minimizeSubtags() argument 1368 ulocimp_getRegionForSupplementalData(const char *localeID, UBool inferRegion, char *region, int32_t regionCapacity, UErrorCode* status) ulocimp_getRegionForSupplementalData() argument [all...] |
/third_party/icu/icu4c/source/common/unicode/ |
H A D | ucnvsel.h | 74 * @param status an in/out ICU UErrorCode 82 const UConverterUnicodeSet whichSet, UErrorCode* status); 129 * @param status an in/out ICU UErrorCode 135 ucnvsel_openFromSerialized(const void* buffer, int32_t length, UErrorCode* status); 145 * @param status an in/out ICU UErrorCode 153 void* buffer, int32_t bufferCapacity, UErrorCode* status); 162 * @param status an in/out ICU UErrorCode 171 const UChar *s, int32_t length, UErrorCode *status); 180 * @param status an in/out ICU UErrorCode 189 const char *s, int32_t length, UErrorCode *status); [all...] |
/third_party/node/src/ |
H A D | threadpoolwork-inl.h | 37 int status = uv_queue_work( in ScheduleWork() local 48 [](uv_work_t* req, int status) { in ScheduleWork() 56 status); in ScheduleWork() 57 self->AfterThreadPoolWork(status); in ScheduleWork() 59 CHECK_EQ(status, 0); in ScheduleWork()
|
/third_party/node/deps/icu-small/source/common/ |
H A D | locbased.cpp | 18 Locale LocaleBased::getLocale(ULocDataLocaleType type, UErrorCode& status) const { in getLocale() 19 const char* id = getLocaleID(type, status); in getLocale() 23 const char* LocaleBased::getLocaleID(ULocDataLocaleType type, UErrorCode& status) const { in getLocaleID() 24 if (U_FAILURE(status)) { in getLocaleID() 34 status = U_ILLEGAL_ARGUMENT_ERROR; in getLocaleID()
|
H A D | cstr.cpp | 22 UErrorCode status = U_ZERO_ERROR; in CStr() local 26 char *buf = s.getAppendBuffer(length, length, resultCapacity, status); in CStr() 27 if (U_SUCCESS(status)) { in CStr() 29 s.append(buf, length, status); in CStr() 42 s.append(buf, 1, status); in CStr()
|
/third_party/node/deps/icu-small/source/common/unicode/ |
H A D | ucnvsel.h | 74 * @param status an in/out ICU UErrorCode 82 const UConverterUnicodeSet whichSet, UErrorCode* status); 129 * @param status an in/out ICU UErrorCode 135 ucnvsel_openFromSerialized(const void* buffer, int32_t length, UErrorCode* status); 145 * @param status an in/out ICU UErrorCode 153 void* buffer, int32_t bufferCapacity, UErrorCode* status); 162 * @param status an in/out ICU UErrorCode 171 const UChar *s, int32_t length, UErrorCode *status); 180 * @param status an in/out ICU UErrorCode 189 const char *s, int32_t length, UErrorCode *status); [all...] |
/third_party/node/deps/icu-small/source/i18n/unicode/ |
H A D | gender.h | 41 void U_CALLCONV GenderInfo_initCache(UErrorCode &status); 57 * @param status Output param set to success/failure code on exit, which 65 static const GenderInfo* U_EXPORT2 getInstance(const Locale& locale, UErrorCode& status); 73 * @param status Output param set to success/failure code on exit, which 78 UGender getListGender(const UGender* genders, int32_t length, UErrorCode& status) const; 109 static const GenderInfo* loadInstance(const Locale& locale, UErrorCode& status); 112 friend void U_CALLCONV GenderInfo_initCache(UErrorCode &status);
|
/third_party/ltp/testcases/kernel/syscalls/setresuid/ |
H A D | setresuid04.c | 41 int status; in run() local 51 SAFE_WAITPID(pid, &status, 0); in run() 52 if (WIFEXITED(status) && WEXITSTATUS(status) != 0) in run() 53 tst_res(TFAIL, "child process exited with status: %d", status); in run()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/ |
H A D | 3-1.c | 51 int ret, status; in main() local 70 ctl = waitpid(child, &status, 0); in main() 74 if ((!WIFEXITED(status)) || (WEXITSTATUS(status) != PTS_PASS)) { in main() 75 UNRESOLVED(status, "Child exited abnormally"); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setscope/ |
H A D | 5-1.c | 31 int status = PTS_PASS; in main() local 49 status = PTS_FAIL; in main() 53 status = PTS_FAIL; in main() 59 if (status == PTS_PASS) in main() 61 return status; in main()
|
/third_party/musl/libc-test/src/functionalext/fortify/ |
H A D | stat_ext.c | 51 int status; in umask_0020() local 61 waitpid(pid, &status, WUNTRACED); in umask_0020() 62 TEST(WIFEXITED(status) == 0); in umask_0020() 63 TEST(WIFSTOPPED(status) == 1); in umask_0020() 64 TEST(WSTOPSIG(status) == SIGSTOP); in umask_0020()
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkEvent.hpp | 43 status = VK_EVENT_SET; in signal() 51 status = VK_EVENT_RESET; in reset() 57 auto result = status; in getStatus() 64 lock.wait(condition, [this]() REQUIRES(mutex) { return status == VK_EVENT_SET; }); in wait() 69 VkResult status GUARDED_BY(mutex) = VK_EVENT_RESET;
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
H A D | gender.h | 41 void U_CALLCONV GenderInfo_initCache(UErrorCode &status); 57 * @param status Output param set to success/failure code on exit, which 65 static const GenderInfo* U_EXPORT2 getInstance(const Locale& locale, UErrorCode& status); 73 * @param status Output param set to success/failure code on exit, which 78 UGender getListGender(const UGender* genders, int32_t length, UErrorCode& status) const; 109 static const GenderInfo* loadInstance(const Locale& locale, UErrorCode& status); 112 friend void U_CALLCONV GenderInfo_initCache(UErrorCode &status);
|
/third_party/skia/third_party/externals/dawn/src/dawn_wire/client/ |
H A D | ShaderModule.cpp | 41 WGPUCompilationInfoRequestStatus status, in GetCompilationInfoCallback() 48 request.callback(status, info, request.userdata); in GetCompilationInfoCallback() 56 void ShaderModule::ClearAllCallbacks(WGPUCompilationInfoRequestStatus status) { in ClearAllCallbacks() argument 57 mCompilationInfoRequests.CloseAll([status](CompilationInfoRequest* request) { in ClearAllCallbacks() 59 request->callback(status, nullptr, request->userdata); in ClearAllCallbacks() 40 GetCompilationInfoCallback(uint64_t requestSerial, WGPUCompilationInfoRequestStatus status, const WGPUCompilationInfo* info) GetCompilationInfoCallback() argument
|
/third_party/skia/third_party/externals/icu/fuzzers/ |
H A D | icu_converter_fuzzer.cc | 23 UErrorCode status = U_ZERO_ERROR; in LLVMFuzzerTestOneInput() local 30 deleted_unique_ptr<UConverter> converter(ucnv_open(converter_name, &status), in LLVMFuzzerTestOneInput() 33 if (U_FAILURE(status)) in LLVMFuzzerTestOneInput() 39 str.extract(dest_buffer.get(), dest_buffer_size, converter.get(), status); in LLVMFuzzerTestOneInput() 41 if (U_FAILURE(status)) in LLVMFuzzerTestOneInput()
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | cstr.cpp | 22 UErrorCode status = U_ZERO_ERROR; in CStr() local 26 char *buf = s.getAppendBuffer(length, length, resultCapacity, status); in CStr() 27 if (U_SUCCESS(status)) { in CStr() 29 s.append(buf, length, status); in CStr() 42 s.append(buf, 1, status); in CStr()
|
H A D | locbased.cpp | 18 Locale LocaleBased::getLocale(ULocDataLocaleType type, UErrorCode& status) const { in getLocale() 19 const char* id = getLocaleID(type, status); in getLocale() 23 const char* LocaleBased::getLocaleID(ULocDataLocaleType type, UErrorCode& status) const { in getLocaleID() 24 if (U_FAILURE(status)) { in getLocaleID() 34 status = U_ILLEGAL_ARGUMENT_ERROR; in getLocaleID()
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
H A D | ucnvsel.h | 73 * @param status an in/out ICU UErrorCode 81 const UConverterUnicodeSet whichSet, UErrorCode* status); 128 * @param status an in/out ICU UErrorCode 134 ucnvsel_openFromSerialized(const void* buffer, int32_t length, UErrorCode* status); 144 * @param status an in/out ICU UErrorCode 152 void* buffer, int32_t bufferCapacity, UErrorCode* status); 161 * @param status an in/out ICU UErrorCode 170 const UChar *s, int32_t length, UErrorCode *status); 179 * @param status an in/out ICU UErrorCode 188 const char *s, int32_t length, UErrorCode *status); [all...] |
/foundation/multimedia/player_framework/frameworks/js/recorder/ |
H A D | video_recorder_napi.cpp | 79 napi_status status = napi_define_class(env, CLASS_NAME.c_str(), NAPI_AUTO_LENGTH, Constructor, nullptr, in Init() local 81 CHECK_AND_RETURN_RET_LOG(status == napi_ok, nullptr, "Failed to define VideoRecorder class"); in Init() 83 status = napi_create_reference(env, constructor, 1, &constructor_); in Init() 84 CHECK_AND_RETURN_RET_LOG(status == napi_ok, nullptr, "Failed to create reference of constructor"); in Init() 86 status = napi_set_named_property(env, exports, CLASS_NAME.c_str(), constructor); in Init() 87 CHECK_AND_RETURN_RET_LOG(status == napi_ok, nullptr, "Failed to set constructor"); in Init() 89 status = napi_define_properties(env, exports, sizeof(staticProperty) / sizeof(staticProperty[0]), staticProperty); in Init() 90 CHECK_AND_RETURN_RET_LOG(status == napi_ok, nullptr, "Failed to define static function"); in Init() 104 napi_status status = napi_get_cb_info(env, info, &argCount, nullptr, &jsThis, nullptr); in Constructor() local 105 if (status ! in Constructor() 162 napi_status status = napi_get_cb_info(env, info, &argCount, args, &jsThis, nullptr); CreateVideoRecorder() local 202 napi_status status = napi_get_cb_info(env, info, &argCount, args, &jsThis, nullptr); Prepare() local 273 napi_status status = napi_get_cb_info(env, info, &argCount, args, &jsThis, nullptr); GetInputSurface() local 329 napi_status status = napi_get_cb_info(env, info, &argCount, args, &jsThis, nullptr); Start() local 379 napi_status status = napi_get_cb_info(env, info, &argCount, args, &jsThis, nullptr); Pause() local 427 napi_status status = napi_get_cb_info(env, info, &argCount, args, &jsThis, nullptr); Resume() local 477 napi_status status = napi_get_cb_info(env, info, &argCount, args, &jsThis, nullptr); Stop() local 525 napi_status status = napi_get_cb_info(env, info, &argCount, args, &jsThis, nullptr); Reset() local 580 napi_status status = napi_get_cb_info(env, info, &argCount, args, &jsThis, nullptr); Release() local 635 napi_status status = napi_get_cb_info(env, info, &argCount, args, &jsThis, nullptr); On() local 811 napi_status status = napi_get_cb_info(env, info, &argCount, nullptr, &jsThis, nullptr); GetState() local [all...] |
/foundation/communication/nfc/frameworks/js/napi/tag/ |
H A D | nfc_napi_tag_mifare_classic.cpp | 45 napi_status status = napi_unwrap(env, thisVar, reinterpret_cast<void **>(&objectInfo)); in GetSectorCount() local 46 if (status != napi_ok || objectInfo == nullptr || objectInfo->tagSession == nullptr) { in GetSectorCount() 81 napi_status status = napi_unwrap(env, thisVar, reinterpret_cast<void **>(&objectInfo)); in GetBlockCountInSector() local 82 if (!CheckUnwrapStatusAndThrow(env, status, BUSI_ERR_PARAM)) { in GetBlockCountInSector() 109 napi_status status = napi_unwrap(env, thisVar, reinterpret_cast<void **>(&objectInfo)); in GetType() local 110 if (status != napi_ok || objectInfo == nullptr || objectInfo->tagSession == nullptr) { in GetType() 138 napi_status status = napi_unwrap(env, thisVar, reinterpret_cast<void **>(&objectInfo)); in GetTagSize() local 139 if (status != napi_ok || objectInfo == nullptr || objectInfo->tagSession == nullptr) { in GetTagSize() 167 napi_status status = napi_unwrap(env, thisVar, reinterpret_cast<void **>(&objectInfo)); in IsEmulatedTag() local 168 if (status ! in IsEmulatedTag() 203 napi_status status = napi_unwrap(env, thisVar, reinterpret_cast<void **>(&objectInfo)); GetBlockIndex() local 237 napi_status status = napi_unwrap(env, thisVar, reinterpret_cast<void **>(&objectInfo)); GetSectorIndex() local 291 AuthenticateSectorCallback(napi_env env, napi_status status, void *data) AuthenticateSectorCallback() argument 316 napi_status status = napi_unwrap(env, thisVar, reinterpret_cast<void **>(&objectInfoCb)); AuthenticateSector() local 378 ReadSingleBlockCallback(napi_env env, napi_status status, void *data) ReadSingleBlockCallback() argument 403 napi_status status = napi_unwrap(env, thisVar, reinterpret_cast<void **>(&objectInfoCb)); ReadSingleBlock() local 461 WriteSingleBlockCallback(napi_env env, napi_status status, void *data) WriteSingleBlockCallback() argument 486 napi_status status = napi_unwrap(env, thisVar, reinterpret_cast<void **>(&objectInfoCb)); WriteSingleBlock() local 545 IncrementBlockCallback(napi_env env, napi_status status, void *data) IncrementBlockCallback() argument 570 napi_status status = napi_unwrap(env, thisVar, reinterpret_cast<void **>(&objectInfoCb)); IncrementBlock() local 626 DecrementBlockCallback(napi_env env, napi_status status, void *data) DecrementBlockCallback() argument 651 napi_status status = napi_unwrap(env, thisVar, reinterpret_cast<void **>(&objectInfoCb)); DecrementBlock() local 686 TransferToBlockCallback(napi_env env, napi_status status, void *data) TransferToBlockCallback() argument 711 napi_status status = napi_unwrap(env, thisVar, reinterpret_cast<void **>(&objectInfoCb)); TransferToBlock() local 746 RestoreFromBlockCallback(napi_env env, napi_status status, void *data) RestoreFromBlockCallback() argument 771 napi_status status = napi_unwrap(env, thisVar, reinterpret_cast<void **>(&objectInfoCb)); RestoreFromBlock() local [all...] |
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/ |
H A D | avrcp_tg_service.cpp | 50 void AvrcpTgService::ObserverImpl::OnSetAddressedPlayer(const std::string &addr, uint8_t label, int status) in OnSetAddressedPlayer() argument 52 HILOGI("addr: %{public}s, label: %{public}d, status: %{public}d", GetEncryptAddr(addr).c_str(), label, status); in OnSetAddressedPlayer() 57 service->OnSetAddressedPlayer(rawAddr, label, status); in OnSetAddressedPlayer() 62 const std::vector<std::string> &folderNames, uint8_t label, int status) in OnSetBrowsedPlayer() 64 HILOGI("addr: %{public}s, uidCounter: %{public}d, numOfItems: %{public}u, label: %{public}d, status: %{public}d", in OnSetBrowsedPlayer() 65 GetEncryptAddr(addr).c_str(), uidCounter, numOfItems, label, status); in OnSetBrowsedPlayer() 70 service->OnSetBrowsedPlayer(rawAddr, uidCounter, numOfItems, folderNames, label, status); in OnSetBrowsedPlayer() 169 void AvrcpTgService::ObserverImpl::OnPlayItem(const std::string &addr, uint8_t label, int status) in OnPlayItem() argument 171 HILOGI("addr: %{public}s, label: %{public}d, status in OnPlayItem() 61 OnSetBrowsedPlayer(const std::string &addr, uint16_t uidCounter, uint32_t numOfItems, const std::vector<std::string> &folderNames, uint8_t label, int status) OnSetBrowsedPlayer() argument 179 OnAddToNowPlaying(const std::string &addr, uint8_t label, int status) OnAddToNowPlaying() argument 190 OnChangePath(const std::string &addr, uint32_t numOfItems, uint8_t label, int status) OnChangePath() argument 202 OnGetMediaPlayers(const std::string &addr, uint16_t uidCounter, const std::vector<stub::MediaService::MediaPlayer> &items, uint8_t label, int status) OnGetMediaPlayers() argument 226 OnGetFolderItems(const std::string &addr, uint16_t uidCounter, const std::vector<stub::MediaService::MediaItem> &items, uint8_t label, int status) OnGetFolderItems() argument 245 OnGetItemAttributes(const std::string &addr, const std::vector<uint32_t> &attributes, const std::vector<std::string> &values, uint8_t label, int status) OnGetItemAttributes() argument 256 OnGetTotalNumberOfItems( const std::string &addr, uint16_t uidCounter, uint32_t numOfItems, uint8_t label, int status) OnGetTotalNumberOfItems() argument 1079 OnSetAddressedPlayer(const RawAddress &rawAddr, uint8_t label, int status) OnSetAddressedPlayer() argument 1097 OnSetAddressedPlayerNative(RawAddress rawAddr, uint8_t label, int status) OnSetAddressedPlayerNative() argument 1127 OnSetBrowsedPlayer(const RawAddress &rawAddr, uint16_t uidCounter, uint32_t numOfItems, const std::vector<std::string> &folderNames, uint8_t label, int status) OnSetBrowsedPlayer() argument 1153 OnSetBrowsedPlayerNative(RawAddress rawAddr, uint16_t uidCounter, uint32_t numOfItems, std::vector<std::string> folderNames, uint8_t label, int status) OnSetBrowsedPlayerNative() argument 1675 OnPlayItem(const RawAddress &rawAddr, uint8_t label, int status) GetPlayStatus() argument 1691 OnPlayItemNative(RawAddress rawAddr, uint8_t label, int status) GetPlayStatus() argument 1720 OnAddToNowPlaying(const RawAddress &rawAddr, uint8_t label, int status) GetPlayStatus() argument 1738 OnAddToNowPlayingNative(RawAddress rawAddr, uint8_t label, int status) GetPlayStatus() argument 1771 OnChangePath(const RawAddress &rawAddr, uint32_t numOfItems, uint8_t label, int status) GetPlayStatus() argument 1791 OnChangePathNative(RawAddress rawAddr, uint32_t numOfItems, uint8_t label, int status) GetPlayStatus() argument 1826 OnGetMediaPlayers( const RawAddress &rawAddr, uint16_t uidCounter, const std::vector<AvrcMpItem> &items, uint8_t label, int status) GetPlayStatus() argument 1846 OnGetMediaPlayersNative( RawAddress rawAddr, uint16_t uidCounter, std::vector<AvrcMpItem> items, uint8_t label, int status) GetPlayStatus() argument 1864 OnGetFolderItems( const RawAddress &rawAddr, uint16_t uidCounter, const std::vector<AvrcMeItem> &items, uint8_t label, int status) GetPlayStatus() argument 1884 OnGetFolderItemsNative( RawAddress rawAddr, uint16_t uidCounter, std::vector<AvrcMeItem> items, uint8_t label, int status) GetPlayStatus() argument 1916 OnGetItemAttributes(const RawAddress &rawAddr, const std::vector<uint32_t> &attributes, const std::vector<std::string> &values, uint8_t label, int status) GetPlayStatus() argument 1935 OnGetItemAttributesNative( RawAddress rawAddr, std::vector<uint32_t> attributes, std::vector<std::string> values, uint8_t label, int status) GetPlayStatus() argument 1961 OnGetTotalNumberOfItems( const RawAddress &rawAddr, uint16_t uidCounter, uint32_t numOfItems, uint8_t label, int status) GetPlayStatus() argument 1982 OnGetTotalNumberOfItemsNative( RawAddress rawAddr, uint16_t uidCounter, uint32_t numOfItems, uint8_t label, int status) GetPlayStatus() argument [all...] |
/foundation/multimedia/image_framework/frameworks/kits/js/common/ |
H A D | image_napi.cpp | 46 uint32_t status; member 112 napi_status status = napi_unwrap(env, image, reinterpret_cast<void**>(&napi)); in GetNativeImage() local 113 if (!IMG_IS_OK(status) || napi == nullptr) { in GetNativeImage() 122 napi_status status; in Constructor() local 130 status = napi_get_cb_info(env, info, &argc, argv, &thisVar, nullptr); in Constructor() 131 if (status != napi_ok || thisVar == nullptr || argc != NUM1) { in Constructor() 151 status = napi_wrap(env, thisVar, in Constructor() 153 if (status != napi_ok) { in Constructor() 239 using AsyncCompleteCallback = void (*)(napi_env env, napi_status status, ImageAsyncContext* ctx); 245 napi_status status in JsCreateWork() local 295 napi_status status; ProcessPromise() local 480 JSReleaseCallBack(napi_env env, napi_status status, ImageAsyncContext* context) JSReleaseCallBack() argument 545 auto status = napi_create_external_arraybuffer(env, src, srcLen, CreateArrayBuffer() local 592 TestGetComponentCallBack(napi_env env, napi_status status, ImageAsyncContext* context) TestGetComponentCallBack() argument 613 JsGetComponentCallBack(napi_env env, napi_status status, ImageAsyncContext* context) JsGetComponentCallBack() argument [all...] |
/third_party/icu/tools/release/c/ |
H A D | uconfig-simpleTest.cpp | 9 UErrorCode status = U_ZERO_ERROR; in main() local 10 u_init(&status); in main() 11 puts(u_errorName(status)); in main() 13 return U_FAILURE(status)?1:0; in main()
|