Home
last modified time | relevance | path

Searched refs:ILLEGAL_VALUE (Results 1 - 5 of 5) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_textfield.cpp91 constexpr uint32_t ILLEGAL_VALUE = 0; member
1377 TextFieldModel::GetInstance()->SetCounterType(ILLEGAL_VALUE); in SetShowCounter()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_search_bridge.cpp39 constexpr uint32_t ILLEGAL_VALUE = 0; member
1424 thresholdValue = ILLEGAL_VALUE; in SetShowCounter()
H A Darkts_native_text_input_bridge.cpp40 constexpr uint32_t ILLEGAL_VALUE = 0; member
1462 thresholdValue = ILLEGAL_VALUE; in SetShowCounter()
H A Darkts_native_text_area_bridge.cpp41 constexpr uint32_t ILLEGAL_VALUE = 0; member
393 thresholdValue = static_cast<int32_t>(ILLEGAL_VALUE); in SetShowCounter()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_pattern.cpp101 constexpr int32_t ILLEGAL_VALUE = 0; member
2865 } else if (inputValue != ILLEGAL_VALUE) { in HandleCountStyle()
2882 if (inputValue == ILLEGAL_VALUE) { in ProcessUnderlineColorOnModifierDone()

Completed in 30 milliseconds