Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Dpicker_multitext_component.cpp223 if (!IsEqualStrings(value[index], range_[index])) { in IsEqualRange()
231 bool PickerMultiTextComponent::IsEqualStrings(const std::vector<std::string>& first, in IsEqualStrings() function in OHOS::Ace::PickerMultiTextComponent
H A Dpicker_multitext_component.h91 …bool IsEqualStrings(const std::vector<std::string>& first, const std::vector<std::string>& second)…