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 D | date_time_sequence.cpp | 72 …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 D | clip_path.cpp | 20 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 D | date_time_sequence.cpp | 162 …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 D | ResourceConfiguration.java | 75 int lengths; field in ResourceConfiguration.ConfigItem
|
/ohos5.0/base/global/i18n_lite/frameworks/i18n/src/ |
H A D | number_format_impl.cpp | 152 int lengths[] = { lastLen, len, defaultData->style.isTwoGroup }; in InnerFormat() local
|