Home
last modified time | relevance | path

Searched defs:targetLen (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/irregular/
H A Dgrid_layout_range_solver.cpp82 Result GridLayoutRangeSolver::SolveForward(float mainGap, float targetLen, const int32_t idx) in SolveForward()
103 …int32_t> GridLayoutRangeSolver::SolveForwardForEndIdx(float mainGap, float targetLen, int32_t line) in SolveForwardForEndIdx()
121 Result GridLayoutRangeSolver::SolveBackward(float mainGap, float targetLen, int32_t idx) in SolveBackward()
H A Dgrid_irregular_filler.cpp37 Result GridIrregularFiller::Fill(const FillParameters& params, float targetLen, int32_t startingLin… in Fill()
185 bool GridIrregularFiller::UpdateLength(float& len, float targetLen, int32_t& row, int32_t rowBound,… in UpdateLength()
269 float GridIrregularFiller::MeasureBackward(const FillParameters& params, float targetLen, int32_t s… in MeasureBackward()
H A Dgrid_irregular_layout_algorithm.cpp517 const float targetLen = mainSize / 2.0f; in PrepareLineHeight() local
/ohos5.0/foundation/communication/dsoftbus/core/common/json_utils/
H A Dsoftbus_json_utils.c25 uint32_t targetLen) in GetStringItemByJsonObject()
50 uint32_t targetLen) in GetJsonObjectStringItem()
/ohos5.0/foundation/distributedhardware/distributed_input/common/include/
H A Dwhite_list_util.cpp248 int32_t targetLen, std::unordered_set<std::string> &hashSets) in GetAllComb()
/ohos5.0/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_net_ledger_mock.cpp174 uint32_t targetLen) in GetJsonObjectStringItem()
/ohos5.0/base/global/i18n_lite/frameworks/i18n/src/
H A Dnumber_format_impl.cpp289 …int targetLen = len[0]; // use array to store target length and source length, first is target len… in AddGroup() local
/ohos5.0/foundation/communication/dsoftbus/core/common/security/permission/common/
H A Dpermission_entry.c146 size_t targetLen = strlen(target); in StrStartWith() local
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_session_json.c193 char *target, uint32_t targetLen, const char *defaultValue) in OptString()