Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/bridge/common/utils/
H A Dutils.h334 const LinearMapNode<TextFieldOverflowX> textFieldOverflowXTable[] = { in ConvertStrToTextFieldOverflowX() local
339 auto index = BinarySearchFindIndex(textFieldOverflowXTable, ArraySize(textFieldOverflowXTable), val.c_str()); in ConvertStrToTextFieldOverflowX()
340 return index < 0 ? TextFieldOverflowX::HIDDEN : textFieldOverflowXTable[index].value; in ConvertStrToTextFieldOverflowX()

Completed in 4 milliseconds