Searched refs:textCaseTable (Results 1 – 1 of 1) sorted by relevance
306 static const LinearEnumMapNode<TextCase, std::string> textCaseTable[] = { in ConvertWrapTextCaseToStirng() local312 auto index = BinarySearchFindIndex(textCaseTable, ArraySize(textCaseTable), textCase); in ConvertWrapTextCaseToStirng()313 return index < 0 ? "TextCase.Normal" : textCaseTable[index].value; in ConvertWrapTextCaseToStirng()