Searched refs:item_semantic_str_lower (Results 1 – 1 of 1) sorted by relevance
34 string item_semantic_str_lower = item_semantic_str; in StringToItemSemantic() local35 std::transform(item_semantic_str_lower.begin(), item_semantic_str_lower.end(), in StringToItemSemantic()36 item_semantic_str_lower.begin(), ::tolower); in StringToItemSemantic()37 if (kItemSemanticPrimaryLower == item_semantic_str_lower) { in StringToItemSemantic()