Home
last modified time | relevance | path

Searched defs:lengths (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/global/i18n/frameworks/intl/entity_recognition/date_time_recognition/src/
H A Ddate_time_sequence.cpp72 …int lengths[4] = { 0 }; // first elements is the currently found elememnts, thus 4 elements totall… in ModifyOrder() local
104 void DateTimeSequence::ProcessNormal(char ch, int *order, size_t orderSize, int *lengths, size_t le… in ProcessNormal()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dclip_path.cpp20 bool Inset::SetLength(const std::vector<Dimension>& lengths) in SetLength()
205 std::vector<Dimension> lengths; in CreateEllipseSize() local
255 std::vector<Dimension> lengths; in CreateInsetSize() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/i18n/
H A Ddate_time_sequence.cpp162 …int lengths[4] = { 0 }; // first elements is the currently found elememnts, thus 4 elements totall… in ModifyOrder() local
194 void DateTimeSequence::ProcessNormal(char ch, int* order, size_t orderSize, int* lengths, size_t le… in ProcessNormal()
/ohos5.0/base/global/i18n_lite/tools/i18n-dat-tool/src/main/java/ohos/global/i18n/
H A DResourceConfiguration.java75 int lengths; field in ResourceConfiguration.ConfigItem
/ohos5.0/base/global/i18n_lite/frameworks/i18n/src/
H A Dnumber_format_impl.cpp152 int lengths[] = { lastLen, len, defaultData->style.isTwoGroup }; in InnerFormat() local