Home
last modified time | relevance | path

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

/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 totally. in ModifyOrder() local
77 ProcessNormal(ch, order, 3, lengths, 4); // 3, 4 are lengths of these arrays in ModifyOrder()
94 if ((lengths[index] > 0) && (lengths[index] <= 6)) { // 6 is the max length of a filed in ModifyOrder()
95 ret.append(lengths[index], order[i]); in ModifyOrder()
104 void DateTimeSequence::ProcessNormal(char ch, int *order, size_t orderSize, int *lengths, size_t lengsSize) in ProcessNormal() argument
123 if (lengths[index] == 0) { in ProcessNormal()
124 if (lengths[0] >= 3) { // 3 is the index of order in ProcessNormal()
127 order[lengths[ in ProcessNormal()
[all...]
/base/global/i18n_lite/tools/i18n-dat-tool/src/main/java/ohos/global/i18n/
H A DResourceConfiguration.java75 int lengths; field in ResourceConfiguration.ConfigItem
102 * get lengths
107 return lengths; in getLengths()
/base/global/i18n/interfaces/native/inner_api/i18n/include/
H A Ddate_time_sequence.h32 static void ProcessNormal(char ch, int *order, size_t orderSize, int *lengths, size_t lengsSize);
/base/global/i18n/interfaces/js/kits/include/
H A Di18n_addon.h97 static void ProcessNormal(char ch, int *order, size_t orderSize, int *lengths, size_t lengsSize);
/base/global/i18n_lite/frameworks/i18n/src/
H A Dnumber_format_impl.cpp152 int lengths[] = { lastLen, len, defaultData->style.isTwoGroup }; in InnerFormat() local
153 AddGroup(resultAndContent, lengths, decimalNum, adjustHasDec, decLen); in InnerFormat()

Completed in 2 milliseconds