Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dutils.h404 static const LinearEnumMapNode<TextOverflow, std::string> textOverflowTable[] = { in ConvertWrapTextOverflowToString() local
411 … auto index = BinarySearchFindIndex(textOverflowTable, ArraySize(textOverflowTable), textOverflow); in ConvertWrapTextOverflowToString()
412 return index < 0 ? "TextAlign.Start" : textOverflowTable[index].value; in ConvertWrapTextOverflowToString()