Home
last modified time | relevance | path

Searched refs:calendarAttrOperators (Results 1 - 1 of 1) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_calendar.cpp41 static const LinearMapNode<bool (*)(const std::string&, DomCalendar&)> calendarAttrOperators[] = { in SetSpecializedAttr() local
120 BinarySearchFindIndex(calendarAttrOperators, ArraySize(calendarAttrOperators), attr.first.c_str()); in SetSpecializedAttr()
122 return calendarAttrOperators[operatorIter].value(attr.second, *this); in SetSpecializedAttr()

Completed in 2 milliseconds