Searched refs:textOverflowTable (Results 1 – 1 of 1) sorted by relevance
404 static const LinearEnumMapNode<TextOverflow, std::string> textOverflowTable[] = { in ConvertWrapTextOverflowToString() local411 … auto index = BinarySearchFindIndex(textOverflowTable, ArraySize(textOverflowTable), textOverflow); in ConvertWrapTextOverflowToString()412 return index < 0 ? "TextAlign.Start" : textOverflowTable[index].value; in ConvertWrapTextOverflowToString()