Home
last modified time | relevance | path

Searched refs:textRange (Results 1 – 2 of 2) sorted by relevance

/foundation/ace/ace_engine/frameworks/core/components/picker/
Dpicker_multitext_component.cpp41 const auto& textRange = range_[index]; in OnColumnsBuilding() local
48 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()
/foundation/ace/ace_engine/frameworks/bridge/common/dom/
Ddom_picker_base.cpp668 std::vector<std::string> textRange; in SetRange() local
669 StringUtils::StringSpliter(out[index], DOM_PICKER_SPLIT_ITEM, textRange); in SetRange()
670 arrayRange.emplace_back(textRange); in SetRange()