Home
last modified time | relevance | path

Searched refs:AppendPart (Results 1 – 17 of 17) sorted by relevance

/dports/www/firefox/firefox-99.0/intl/components/src/
H A DDateIntervalFormat.cpp117 auto AppendPart = [&](DateTimePartType type, size_t endIndex, in TryFormattedToParts() local
176 if (!AppendPart(DateTimePartType::Literal, beginIndex, source)) { in TryFormattedToParts()
201 if (!AppendPart(DateTimePartType::Literal, beginIndex, source)) { in TryFormattedToParts()
206 if (!AppendPart(type, endIndex, source)) { in TryFormattedToParts()
213 if (!AppendPart(DateTimePartType::Literal, endIndex, source)) { in TryFormattedToParts()
229 if (!AppendPart(DateTimePartType::Literal, formattedSize, source)) { in TryFormattedToParts()
H A DListFormat.cpp63 auto AppendPart = [&](PartType type, size_t endIndex) { in FormattedToParts() local
113 if (!AppendPart(PartType::Literal, beginIndex)) { in FormattedToParts()
118 if (!AppendPart(PartType::Element, endIndex)) { in FormattedToParts()
125 if (!AppendPart(PartType::Literal, formattedSize)) { in FormattedToParts()
H A DDateTimeFormat.cpp1119 auto AppendPart = [&](DateTimePartType type, size_t endIndex) { in TryFormatToParts() local
1149 if (!AppendPart(DateTimePartType::Literal, beginIndex)) { in TryFormatToParts()
1154 if (!AppendPart(type, endIndex)) { in TryFormatToParts()
1161 if (!AppendPart(DateTimePartType::Literal, aSpanSize)) { in TryFormatToParts()
/dports/www/firefox-esr/firefox-91.8.0/js/src/builtin/intl/
H A DListFormat.cpp332 auto AppendPart = [&](FieldType type, size_t beginIndex, size_t endIndex) { in FormatListToParts() local
408 if (!AppendPart(&JSAtomState::literal, lastEndIndex, beginIndex)) { in FormatListToParts()
413 if (!AppendPart(&JSAtomState::element, beginIndex, endIndex)) { in FormatListToParts()
420 if (!AppendPart(&JSAtomState::literal, lastEndIndex, in FormatListToParts()
H A DDateTimeFormat.cpp1260 auto AppendPart = [&](FieldType type, size_t beginIndex, size_t endIndex) { in intl_FormatToPartsDateTime() local
1318 if (!AppendPart(&JSAtomState::literal, lastEndIndex, beginIndex)) { in intl_FormatToPartsDateTime()
1323 if (!AppendPart(type, beginIndex, endIndex)) { in intl_FormatToPartsDateTime()
1331 if (!AppendPart(&JSAtomState::literal, lastEndIndex, in intl_FormatToPartsDateTime()
1655 auto AppendPart = [&](FieldType type, size_t beginIndex, size_t endIndex, in FormatDateTimeRangeToParts() local
1746 if (!AppendPart(&JSAtomState::literal, lastEndIndex, beginIndex, in FormatDateTimeRangeToParts()
1773 if (!AppendPart(&JSAtomState::literal, lastEndIndex, beginIndex, in FormatDateTimeRangeToParts()
1779 if (!AppendPart(type, beginIndex, endIndex, source)) { in FormatDateTimeRangeToParts()
1787 if (!AppendPart(&JSAtomState::literal, lastEndIndex, endIndex, in FormatDateTimeRangeToParts()
1799 if (!AppendPart(&JSAtomState::literal, lastEndIndex, in FormatDateTimeRangeToParts()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/builtin/intl/
H A DListFormat.cpp332 auto AppendPart = [&](FieldType type, size_t beginIndex, size_t endIndex) { in FormatListToParts() local
408 if (!AppendPart(&JSAtomState::literal, lastEndIndex, beginIndex)) { in FormatListToParts()
413 if (!AppendPart(&JSAtomState::element, beginIndex, endIndex)) { in FormatListToParts()
420 if (!AppendPart(&JSAtomState::literal, lastEndIndex, in FormatListToParts()
H A DDateTimeFormat.cpp1260 auto AppendPart = [&](FieldType type, size_t beginIndex, size_t endIndex) { in intl_FormatToPartsDateTime() local
1318 if (!AppendPart(&JSAtomState::literal, lastEndIndex, beginIndex)) { in intl_FormatToPartsDateTime()
1323 if (!AppendPart(type, beginIndex, endIndex)) { in intl_FormatToPartsDateTime()
1331 if (!AppendPart(&JSAtomState::literal, lastEndIndex, in intl_FormatToPartsDateTime()
1655 auto AppendPart = [&](FieldType type, size_t beginIndex, size_t endIndex, in FormatDateTimeRangeToParts() local
1746 if (!AppendPart(&JSAtomState::literal, lastEndIndex, beginIndex, in FormatDateTimeRangeToParts()
1773 if (!AppendPart(&JSAtomState::literal, lastEndIndex, beginIndex, in FormatDateTimeRangeToParts()
1779 if (!AppendPart(type, beginIndex, endIndex, source)) { in FormatDateTimeRangeToParts()
1787 if (!AppendPart(&JSAtomState::literal, lastEndIndex, endIndex, in FormatDateTimeRangeToParts()
1799 if (!AppendPart(&JSAtomState::literal, lastEndIndex, in FormatDateTimeRangeToParts()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/builtin/intl/
H A DListFormat.cpp398 auto AppendPart = [&](FieldType type, size_t beginIndex, size_t endIndex) { in FormatListToParts() local
474 if (!AppendPart(&JSAtomState::literal, lastEndIndex, beginIndex)) { in FormatListToParts()
479 if (!AppendPart(&JSAtomState::element, beginIndex, endIndex)) { in FormatListToParts()
486 if (!AppendPart(&JSAtomState::literal, lastEndIndex, in FormatListToParts()
H A DDateTimeFormat.cpp914 auto AppendPart = [&](FieldType type, size_t beginIndex, size_t endIndex) { in intl_FormatToPartsDateTime() local
965 if (!AppendPart(&JSAtomState::literal, lastEndIndex, beginIndex)) { in intl_FormatToPartsDateTime()
970 if (!AppendPart(type, beginIndex, endIndex)) { in intl_FormatToPartsDateTime()
978 if (!AppendPart(&JSAtomState::literal, lastEndIndex, in intl_FormatToPartsDateTime()
/dports/lang/voc/voc-63008f6/src/runtime/
H A DModules.Mod95 PROCEDURE AppendPart(c: CHAR; s: ARRAY OF CHAR; VAR d: ARRAY OF CHAR);
105 END AppendPart;
128 COPY(Platform.CWD, d); AppendPart('/', s, d);
169 IF (part # '') & (part # '.') THEN AppendPart('/', part, d) END
203 AppendPart('/', arg0, pathdir);
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/builtin/intl/
H A DDateTimeFormat.cpp759 auto AppendPart = [&](FieldType type, size_t beginIndex, size_t endIndex) { in intl_FormatToPartsDateTime() local
804 if (!AppendPart(&JSAtomState::literal, lastEndIndex, beginIndex)) in intl_FormatToPartsDateTime()
808 if (!AppendPart(type, beginIndex, endIndex)) return false; in intl_FormatToPartsDateTime()
814 if (!AppendPart(&JSAtomState::literal, lastEndIndex, in intl_FormatToPartsDateTime()
/dports/science/cdf/cdf33_0-dist/src/lib/
H A Depochu.c66 static Logical AppendPart PROTOARGs((
1016 return AppendPart(encoded,strchr(ePart,'.')+1,width,FALSE);
1044 return AppendPart (encoded, ePart, width, leading0);
1047 static Logical AppendPart (encoded, ePart, width, leading0) in AppendPart() function
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/imap/src/
H A DnsImapBodyShell.h160 void AppendPart(nsIMAPBodypart* part) { m_partList->AppendElement(part); } in AppendPart() function
H A DnsImapServerResponseParser.cpp2520 multipart->AppendPart(child); in bodystructure_multipart()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/builtin/
H A DIntl.cpp2691 auto AppendPart = [&](FieldType type, size_t beginIndex, size_t endIndex) { in intl_FormatToPartsDateTime() local
2736 if (!AppendPart(&JSAtomState::literal, lastEndIndex, beginIndex)) in intl_FormatToPartsDateTime()
2740 if (!AppendPart(type, beginIndex, endIndex)) in intl_FormatToPartsDateTime()
2747 if (!AppendPart(&JSAtomState::literal, lastEndIndex, overallResult->length())) in intl_FormatToPartsDateTime()
/dports/graphics/lazpaint/lazpaint-7.1.6/bgrabitmapnew/bgrabitmap/
H A Dbgrasvgshapes.pas2022 procedure AppendPart(AText: string); procedure
2053 AppendPart(''); //needed when there is a sub part to know the base element
2060 AppendPart(GetTRefContent(TSVGTRef(svgElem)))
2086 AppendPart('');
2092 AppendPart(UTF16ToUTF8(TDOMText(node).Data));
/dports/editors/cudatext/CudaText-1.151.0/bgrabitmap/bgrabitmap/
H A Dbgrasvgshapes.pas2022 procedure AppendPart(AText: string); procedure
2053 AppendPart(''); //needed when there is a sub part to know the base element
2060 AppendPart(GetTRefContent(TSVGTRef(svgElem)))
2086 AppendPart('');
2092 AppendPart(UTF16ToUTF8(TDOMText(node).Data));