/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/ |
D | BasicDurationFormat.java | 35 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/ |
D | BasicDurationFormat.java | 37 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/ |
D | searchtools.js | 445 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/ |
D | searchtools.js | 445 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/ |
D | searchtools.js | 445 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/ |
D | DurationFormat.java | 76 public abstract StringBuffer format(Object object, StringBuffer toAppend, in format() argument
|
D | SimpleDateFormat.java | 1912 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/ |
D | DurationFormat.java | 74 public abstract StringBuffer format(Object object, StringBuffer toAppend, in format() argument
|
D | SimpleDateFormat.java | 1925 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/ |
D | smpdtfmt.cpp | 1889 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/ |
D | smpdtfmt.cpp | 1914 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/ |
D | smpdtfmt.cpp | 1889 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/ |
D | smpdtfmt.cpp | 1812 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/ |
D | SkSLCPPCodeGenerator.h | 116 void addExtraEmitCodeLine(const String& toAppend);
|
D | SkSLCPPCodeGenerator.cpp | 657 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/ |
D | ICUDurationTest.java | 379 … 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/ |
D | ICUDurationTest.java | 382 … public StringBuffer format(Object object, StringBuffer toAppend, FieldPosition pos) {return null;} in TestDurationFormat() argument
|