Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dclip_path.cpp20 bool Inset::SetLength(const std::vector<Dimension>& lengths) in SetLength() argument
22 std::string::size_type size = lengths.size(); in SetLength()
26 SetLength(lengths.at(0), lengths.at(0), lengths.at(0), lengths.at(0)); in SetLength()
29 SetLength(lengths.at(0), lengths.at(1), lengths.at(0), lengths in SetLength()
205 std::vector<Dimension> lengths; CreateEllipseSize() local
255 std::vector<Dimension> lengths; CreateInsetSize() local
[all...]
/foundation/arkui/ace_engine/frameworks/base/i18n/
H A Ddate_time_sequence.h54 static void ProcessNormal(char ch, int* order, size_t orderSize, int* lengths, size_t lengsSize);
H A Ddate_time_sequence.cpp162 int lengths[4] = { 0 }; // first elements is the currently found elememnts, thus 4 elements totally. in ModifyOrder() local
167 ProcessNormal(ch, order, 3, lengths, 4); // 3, 4 are lengths of these arrays in ModifyOrder()
184 if ((lengths[index] > 0) && (lengths[index] <= 6)) { // 6 is the max length of a filed in ModifyOrder()
185 ret.append(lengths[index], order[i]); in ModifyOrder()
194 void DateTimeSequence::ProcessNormal(char ch, int* order, size_t orderSize, int* lengths, size_t lengsSize) in ProcessNormal() argument
213 if (lengths[index] == 0) { in ProcessNormal()
214 if (lengths[0] >= 3) { // 3 is the index of order in ProcessNormal()
217 order[lengths[ in ProcessNormal()
[all...]
/foundation/communication/ipc/services/dbinder/test/distributedtest/include/
H A Ddbinder_test_service_skeleton.h78 virtual int ProxyTransRawData(int lengths) = 0;
/foundation/arkui/ace_engine/frameworks/base/geometry/
H A Dshape.h170 bool SetLength(const std::vector<Dimension>& lengths);

Completed in 3 milliseconds