Home
last modified time | relevance | path

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

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/
DBasicDurationFormat.java35 public StringBuffer format(Object object, StringBuffer toAppend, FieldPosition pos) { in format() argument
38 return toAppend.append(res); in format()
41 return toAppend.append(res); in format()
44 return toAppend.append(res); in format()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/duration/
DBasicDurationFormat.java37 public StringBuffer format(Object object, StringBuffer toAppend, FieldPosition pos) { in format() argument
40 return toAppend.append(res); in format()
43 return toAppend.append(res); in format()
46 return toAppend.append(res); in format()
/third_party/boost/libs/hof/doc/html/_static/
Dsearchtools.js445 var toAppend;
448 toAppend = excluded;
452 toAppend = searchterms;
456 if (!$u.contains(toAppend, word))
457 toAppend.push(word);
/third_party/boost/libs/gil/doc/html/_static/
Dsearchtools.js445 var toAppend;
448 toAppend = excluded;
452 toAppend = searchterms;
456 if (!$u.contains(toAppend, word))
457 toAppend.push(word);
/third_party/boost/libs/python/doc/html/numpy/_static/
Dsearchtools.js445 var toAppend;
448 toAppend = excluded;
452 toAppend = searchterms;
456 if (!$u.contains(toAppend, word))
457 toAppend.push(word);
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DDurationFormat.java76 public abstract StringBuffer format(Object object, StringBuffer toAppend, in format() argument
DSimpleDateFormat.java1912 String toAppend = null; in subFormat() local
1926 toAppend = formatData.abbreviatedDayPeriods[value]; in subFormat()
1928 toAppend = formatData.wideDayPeriods[value]; in subFormat()
1930 toAppend = formatData.narrowDayPeriods[value]; in subFormat()
1934 if (toAppend == null) { in subFormat()
1942 buf.append(toAppend); in subFormat()
1985 String toAppend = null; in subFormat() local
1992 toAppend = formatData.abbreviatedDayPeriods[index]; // i.e. short in subFormat()
1994 toAppend = formatData.wideDayPeriods[index]; in subFormat()
1996 toAppend = formatData.narrowDayPeriods[index]; in subFormat()
[all …]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DDurationFormat.java74 public abstract StringBuffer format(Object object, StringBuffer toAppend, in format() argument
DSimpleDateFormat.java1925 String toAppend = null; in subFormat() local
1939 toAppend = formatData.abbreviatedDayPeriods[value]; in subFormat()
1941 toAppend = formatData.wideDayPeriods[value]; in subFormat()
1943 toAppend = formatData.narrowDayPeriods[value]; in subFormat()
1947 if (toAppend == null) { in subFormat()
1955 buf.append(toAppend); in subFormat()
1998 String toAppend = null; in subFormat() local
2005 toAppend = formatData.abbreviatedDayPeriods[index]; // i.e. short in subFormat()
2007 toAppend = formatData.wideDayPeriods[index]; in subFormat()
2009 toAppend = formatData.narrowDayPeriods[index]; in subFormat()
[all …]
/third_party/icu/icu4c/source/i18n/
Dsmpdtfmt.cpp1889 const UnicodeString *toAppend = NULL; in subFormat() local
1907 toAppend = &fSymbols->fAbbreviatedDayPeriods[val]; in subFormat()
1909 toAppend = &fSymbols->fWideDayPeriods[val]; in subFormat()
1911 toAppend = &fSymbols->fNarrowDayPeriods[val]; in subFormat()
1918 if (toAppend == NULL || toAppend->isBogus()) { in subFormat()
1926 appendTo += *toAppend; in subFormat()
1975 UnicodeString *toAppend = NULL; in subFormat() local
1986 toAppend = &fSymbols->fAbbreviatedDayPeriods[index]; // i.e. short in subFormat()
1988 toAppend = &fSymbols->fWideDayPeriods[index]; in subFormat()
1990 toAppend = &fSymbols->fNarrowDayPeriods[index]; in subFormat()
[all …]
/third_party/node/deps/icu-small/source/i18n/
Dsmpdtfmt.cpp1914 const UnicodeString *toAppend = NULL; in subFormat() local
1932 toAppend = &fSymbols->fAbbreviatedDayPeriods[val]; in subFormat()
1934 toAppend = &fSymbols->fWideDayPeriods[val]; in subFormat()
1936 toAppend = &fSymbols->fNarrowDayPeriods[val]; in subFormat()
1943 if (toAppend == NULL || toAppend->isBogus()) { in subFormat()
1951 appendTo += *toAppend; in subFormat()
2000 UnicodeString *toAppend = NULL; in subFormat() local
2011 toAppend = &fSymbols->fAbbreviatedDayPeriods[index]; // i.e. short in subFormat()
2013 toAppend = &fSymbols->fWideDayPeriods[index]; in subFormat()
2015 toAppend = &fSymbols->fNarrowDayPeriods[index]; in subFormat()
[all …]
/third_party/skia/third_party/externals/icu/source/i18n/
Dsmpdtfmt.cpp1889 const UnicodeString *toAppend = NULL; in subFormat() local
1907 toAppend = &fSymbols->fAbbreviatedDayPeriods[val]; in subFormat()
1909 toAppend = &fSymbols->fWideDayPeriods[val]; in subFormat()
1911 toAppend = &fSymbols->fNarrowDayPeriods[val]; in subFormat()
1918 if (toAppend == NULL || toAppend->isBogus()) { in subFormat()
1926 appendTo += *toAppend; in subFormat()
1975 UnicodeString *toAppend = NULL; in subFormat() local
1986 toAppend = &fSymbols->fAbbreviatedDayPeriods[index]; // i.e. short in subFormat()
1988 toAppend = &fSymbols->fWideDayPeriods[index]; in subFormat()
1990 toAppend = &fSymbols->fNarrowDayPeriods[index]; in subFormat()
[all …]
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dsmpdtfmt.cpp1812 const UnicodeString *toAppend = NULL; in subFormat() local
1830 toAppend = &fSymbols->fAbbreviatedDayPeriods[val]; in subFormat()
1832 toAppend = &fSymbols->fWideDayPeriods[val]; in subFormat()
1834 toAppend = &fSymbols->fNarrowDayPeriods[val]; in subFormat()
1841 if (toAppend == NULL || toAppend->isBogus()) { in subFormat()
1846 appendTo += *toAppend; in subFormat()
1893 UnicodeString *toAppend = NULL; in subFormat() local
1904 toAppend = &fSymbols->fAbbreviatedDayPeriods[index]; // i.e. short in subFormat()
1906 toAppend = &fSymbols->fWideDayPeriods[index]; in subFormat()
1908 toAppend = &fSymbols->fNarrowDayPeriods[index]; in subFormat()
[all …]
/third_party/flutter/skia/src/sksl/
DSkSLCPPCodeGenerator.h116 void addExtraEmitCodeLine(const String& toAppend);
DSkSLCPPCodeGenerator.cpp657 void CPPCodeGenerator::addExtraEmitCodeLine(const String& toAppend) { in addExtraEmitCodeLine() argument
661 currentBlock += " " + toAppend + "\n"; in addExtraEmitCodeLine()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/
DICUDurationTest.java379 … public StringBuffer format(Object object, StringBuffer toAppend, FieldPosition pos) {return null;} in TestDurationFormat() argument
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/duration/
DICUDurationTest.java382 … public StringBuffer format(Object object, StringBuffer toAppend, FieldPosition pos) {return null;} in TestDurationFormat() argument