Home
last modified time | relevance | path

Searched refs:Convert (Results 1 – 14 of 14) sorted by relevance

/base/global/resource_management/frameworks/resmgr/include/utils/
Dpsue_manager.h30 std::string Convert(const std::string &src, std::string &dest);
/base/global/i18n/frameworks/intl/include/
Dmeasure_data.h34 int Convert(double &value, const std::string &fromUnit, const std::string &fromMeasSys, const std::…
/base/inputmethod/imf/frameworks/js/napi/inputmethodability/
Djs_text_input_client_engine.cpp116 JsUtils::ThrowException(env, JsUtils::Convert(ret), "failed to move cursor", TYPE_NONE); in MoveCursorSync()
267 JsUtils::ThrowException(env, JsUtils::Convert(ret), "failed to delete forward", TYPE_NONE); in DeleteForwardSync()
326 JsUtils::ThrowException(env, JsUtils::Convert(ret), "failed to delete backward", TYPE_NONE); in DeleteBackwardSync()
418 JsUtils::ThrowException(env, JsUtils::Convert(ret), "failed to insert text", TYPE_NONE); in InsertTextSync()
444 JsUtils::ThrowException(env, JsUtils::Convert(ret), "failed to get forward", TYPE_NONE); in GetForwardSync()
510 JsUtils::ThrowException(env, JsUtils::Convert(ret), "failed to get backward", TYPE_NONE); in GetBackwardSync()
560 JsUtils::ThrowException(env, JsUtils::Convert(ret), "failed to getEnterKeyType", TYPE_NONE); in GetEditorAttributeSync()
567 JsUtils::ThrowException(env, JsUtils::Convert(ret), "failed to getInputPattern", TYPE_NONE); in GetEditorAttributeSync()
660 … JsUtils::ThrowException(env, JsUtils::Convert(ret), "failed to select by range.", TYPE_NONE); in SelectByRangeSync()
690 … JsUtils::ThrowException(env, JsUtils::Convert(ret), "failed to select by movement.", TYPE_NONE); in SelectByMovementSync()
[all …]
/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
Djs_utils.cpp113 NAPI_CALL(env, napi_create_int32(env, Convert(code), &errorCode)); in ToError()
115 …NAPI_CALL(env, napi_create_string_utf8(env, ToMessage(Convert(code)).c_str(), NAPI_AUTO_LENGTH, &e… in ToError()
122 int32_t JsUtils::Convert(int32_t code) in Convert() function in OHOS::MiscServices::JsUtils
Djs_utils.h97 static int32_t Convert(int32_t code);
Djs_get_input_method_setting.cpp410 auto errCode = JsUtils::Convert(ret); in Subscribe()
/base/global/i18n/frameworks/intl/test/unittest/
Di18n_test.cpp463 int status = Convert(value, fromUnit, fromMeasSys, toUnit, toMeasSys);
467 status = Convert(value, fakeUnit, fromMeasSys, toUnit, toMeasSys);
469 status = Convert(value, fromUnit, fromMeasSys, fakeUnit, toMeasSys);
473 status = Convert(value, fromUnit, fromMeasSys, toUnit, toMeasSys);
/base/global/resource_management/frameworks/resmgr/src/utils/
Dpsue_manager.cpp93 std::string PsueManager::Convert(const std::string &src, std::string &dest) in Convert() function in OHOS::Global::Resource::PsueManager
/base/global/i18n/frameworks/intl/src/
Dmeasure_data.cpp548 int Convert(double &value, const string &fromUnit, const string &fromMeasSys, const string &toUnit, in Convert() function
Dnumber_format.cpp300 int status = Convert(num, unit, unitMeasSys, preferredUnits[i], unitMeasSys); in Format()
/base/usb/usb_manager/
DREADME.md127 var resultStr = this.ab2str(dataUint8Array); // Convert uint8 data into a string.
/base/global/resource_management/frameworks/resmgr/src/
Dresource_manager_impl.cpp795 std::string resultMsg = psueManager_->Convert(src, outValue); in ProcessPsuedoTranslate()
/base/hiviewdfx/hilog/frameworks/libhilog/vsnprintf/
Doutput_p.inl1040 /* Convert data to ASCII */
/base/global/i18n/interfaces/js/kits/src/
Di18n_addon.cpp270 int convertStatus = Convert(number, fromUnit, fromMeasSys, toUnit, toMeasSys); in UnitConvert()