Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_textpicker.h58 static bool ParseInternalArray(const JSRef<JSArray>& jsRangeValue, std::vector<uint32_t>& selecteds,
H A Djs_textpicker.cpp675 bool JSTextPickerParser::ParseInternalArray(const JSRef<JSArray>& jsRangeValue, std::vector<uint32_t>& selectedValues, in ParseInternalArray() function in OHOS::OHOS::Ace::Framework::JSTextPickerParser
716 ParseInternalArray(getChildren, selectedValues, values, index + 1, isHasSelectAttr); in ParseInternalArray()
775 return ParseInternalArray(getRange, selectedValues, values, 0, attr.isHasSelectAttr); in ParseCascadeTextArray()

Completed in 5 milliseconds