Searched refs:textMoveUnitTable (Results 1 – 1 of 1) sorted by relevance
856 …static const std::map<const std::string, TextMoveUnit> textMoveUnitTable = {{"char", TextMoveUnit:… in ConvertStringToTextMoveUnit() local862 if (textMoveUnitTable.find(type) == textMoveUnitTable.end()) { in ConvertStringToTextMoveUnit()867 return textMoveUnitTable.at(type); in ConvertStringToTextMoveUnit()872 …static const std::map<TextMoveUnit, const std::string> textMoveUnitTable = {{TextMoveUnit::STEP_CH… in ConvertTextMoveUnitToString() local878 if (textMoveUnitTable.find(type) == textMoveUnitTable.end()) { in ConvertTextMoveUnitToString()883 return textMoveUnitTable.at(type); in ConvertTextMoveUnitToString()