Searched refs:counterText (Results 1 – 2 of 2) sorted by relevance
461 std::string counterText; in UpdateCounterNode() local468 counterText = std::to_string(textLength) + "/" + std::to_string(maxLength); in UpdateCounterNode()470 textLayoutProperty->UpdateContent(counterText); in UpdateCounterNode()
4334 std::string counterText = std::to_string(textLength) + "/" + std::to_string(maxLength); in MeasureCounterNodeHeight() local4340 counterNodeLayoutProperty->UpdateContent(counterText); in MeasureCounterNodeHeight()