Home
last modified time | relevance | path

Searched refs:getStringForDay (Results 1 – 8 of 8) sorted by relevance

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DRelativeDateFormat.java119 relativeDayString = getStringForDay(dayDiff); in format()
235 private String getStringForDay(int day) { in getStringForDay() method in RelativeDateFormat
268 if (getStringForDay(keyOffset) == null) { in put()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DRelativeDateFormat.java122 relativeDayString = getStringForDay(dayDiff); in format()
238 private String getStringForDay(int day) { in getStringForDay() method in RelativeDateFormat
271 if (getStringForDay(keyOffset) == null) { in put()
/third_party/node/deps/icu-small/source/i18n/
Dreldtfmt.h278 const char16_t *getStringForDay(int32_t day, int32_t &len, UErrorCode &status) const;
Dreldtfmt.cpp167 const char16_t *theString = getStringForDay(dayDiff, len, status); in format()
350 const char16_t *RelativeDateFormat::getStringForDay(int32_t day, int32_t &len, UErrorCode &status) … in getStringForDay() function in RelativeDateFormat
/third_party/icu/icu4c/source/i18n/
Dreldtfmt.h278 const UChar *getStringForDay(int32_t day, int32_t &len, UErrorCode &status) const;
Dreldtfmt.cpp167 const UChar *theString = getStringForDay(dayDiff, len, status); in format()
350 const UChar *RelativeDateFormat::getStringForDay(int32_t day, int32_t &len, UErrorCode &status) con… in getStringForDay() function in RelativeDateFormat
/third_party/skia/third_party/externals/icu/source/i18n/
Dreldtfmt.h278 const UChar *getStringForDay(int32_t day, int32_t &len, UErrorCode &status) const;
Dreldtfmt.cpp167 const UChar *theString = getStringForDay(dayDiff, len, status); in format()
350 const UChar *RelativeDateFormat::getStringForDay(int32_t day, int32_t &len, UErrorCode &status) con… in getStringForDay() function in RelativeDateFormat