Searched refs:fField (Results 1 - 1 of 1) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ |
H A D | js_date_time_format.cpp | 28 int32_t fField = 0; member 35 CommonDateFormatPart(int32_t fField, int32_t fBeginIndex, int32_t fEndIndex, int32_t index, bool isPreExist) in CommonDateFormatPart() 36 : fField(fField), fBeginIndex(fBeginIndex), fEndIndex(fEndIndex), index(index), isPreExist(isPreExist) in CommonDateFormatPart() 974 int32_t fField = fieldPosition.getField(); in FormatDateTimeToParts() local 978 parts.emplace_back(CommonDateFormatPart(fField, preEdgePos, fBeginIndex, index, true)); in FormatDateTimeToParts() 981 parts.emplace_back(CommonDateFormatPart(fField, fBeginIndex, fEndIndex, index, false)); in FormatDateTimeToParts() 1004 JSLocale::PutElement(thread, part.index, result, ConvertFieldIdToDateType(thread, part.fField), in FormatDateTimeToParts() 1367 int32_t fField = cfpos.getField(); in ConstructFDateIntervalToJSArray() local 1372 if (fCategory == UFIELD_CATEGORY_DATE_INTERVAL_SPAN && (fField in ConstructFDateIntervalToJSArray() [all...] |
Completed in 4 milliseconds