Home
last modified time | relevance | path

Searched refs:NUMBER_DECIMAL (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/ime/
H A Dtext_input_type.h40 NUMBER_DECIMAL = 12, enumerator
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dcontent_controller.cpp56 (property->GetTextInputType().value() == TextInputType::NUMBER_DECIMAL || in PreprocessString()
58 …char specialChar = property->GetTextInputType().value() == TextInputType::NUMBER_DECIMAL ? '.' : '… in PreprocessString()
153 case TextInputType::NUMBER_DECIMAL: { in FilterTextInputStyle()
H A Dtext_field_pattern.cpp3965 if (keyboard_ == TextInputType::NUMBER_DECIMAL) { in GetMiscTextConfig()
5842 case TextInputType::NUMBER_DECIMAL: in OnBackPressed()
/ohos5.0/base/global/i18n_lite/frameworks/i18n/include/
H A Dnumber_data.h50 static const char NUMBER_DECIMAL = '.';
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dimf_adapter.h36 NUMBER_DECIMAL, enumerator
/ohos5.0/base/global/i18n_lite/frameworks/i18n/src/
H A Dnumber_format_impl.cpp29 case NumberData::NUMBER_DECIMAL: in ConvertSignAndNum()
140 char *decimalNum = strchr(buff, NumberData::NUMBER_DECIMAL); in InnerFormat()
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/
H A Dinput_method_utils.h60 NUMBER_DECIMAL, enumerator
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/
H A Dtext_field_controller_test.cpp617 layoutProperty_->UpdateTextInputType(TextInputType::NUMBER_DECIMAL);
645 layoutProperty_->UpdateTextInputType(TextInputType::NUMBER_DECIMAL);
/ohos5.0/docs/zh-cn/application-dev/ui/
H A Darkts-common-components-text-input.md48 …SWORD纯数字密码输入模式、<!--Del-->SCREEN_LOCK_PASSWORD锁屏应用密码输入模式、<!--DelEnd-->NUMBER_DECIMAL带小数点的数字输入模式。通过t…
/ohos5.0/docs/en/application-dev/ui/
H A Darkts-common-components-text-input.md48 …RD**, **NUMBER_PASSWORD**,<!--Del--> **SCREEN_LOCK_PASSWORD**,<!--DelEnd--> and **NUMBER_DECIMAL**.
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-basic-components-search.md604 | NUMBER_DECIMAL<sup>12+</sup> | 12 | 带小数点的数字输入模式。<br/>支持数字,小数点(只能存在一个小数点)。<br/>**原子化服务API:** 从API…
H A Dts-basic-components-textarea.md1101 | NUMBER_DECIMAL<sup>12+</sup> | 12 | 带小数点的数字输入模式。<br/>支持数字,小数点(只能存在一个小数点)。|
H A Dts-basic-components-textinput.md985 | NUMBER_DECIMAL<sup>11+</sup> | 带小数点的数字输入模式。<br/>支持数字,小数点(只能存在一个小数点)。<br/>**原子化服务API:** 从API vers…
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-basic-components-search.md604 | NUMBER_DECIMAL<sup>12+</sup> | 12 | Number input mode with a decimal point.<br>The value can con…
H A Dts-basic-components-textarea.md1101 | NUMBER_DECIMAL<sup>12+</sup> | 12 | Number input mode with a decimal point.<br>The value can con…
H A Dts-basic-components-textinput.md989 | NUMBER_DECIMAL<sup>11+</sup> | Number input mode with a decimal point.<br>The value can contain …