Searched refs:textRange (Results 1 – 2 of 2) sorted by relevance
41 const auto& textRange = range_[index]; in OnColumnsBuilding() local48 for (uint32_t subIndex = 0; subIndex < textRange.size(); ++subIndex) { in OnColumnsBuilding()49 column->AppendOption(textRange[subIndex]); in OnColumnsBuilding()52 … selectedIndexes_[index] = textRange.empty() ? 0 : selectedIndexes_[index] % textRange.size(); in OnColumnsBuilding()
668 std::vector<std::string> textRange; in SetRange() local669 StringUtils::StringSpliter(out[index], DOM_PICKER_SPLIT_ITEM, textRange); in SetRange()670 arrayRange.emplace_back(textRange); in SetRange()