Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/bridge/common/utils/
H A Dutils.h230 static const LinearMapNode<TextDecoration> textDecorationTable[] = { in ConvertStrToTextDecoration() local
238 auto index = BinarySearchFindIndex(textDecorationTable, ArraySize(textDecorationTable), textDecoration.c_str()); in ConvertStrToTextDecoration()
239 return index < 0 ? TextDecoration::NONE : textDecorationTable[index].value; in ConvertStrToTextDecoration()

Completed in 2 milliseconds