Searched refs:formatOffsetLocalizedGMT (Results 1 – 7 of 7) sorted by relevance
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | TimeZone.java | 565 … tzfmt.formatOffsetShortLocalizedGMT(offset) : tzfmt.formatOffsetLocalizedGMT(offset); in _getDisplayName() 574 result = tzfmt.formatOffsetLocalizedGMT(offset); in _getDisplayName() 603 … tzfmt.formatOffsetLocalizedGMT(offset) : tzfmt.formatOffsetShortLocalizedGMT(offset); in _getDisplayName()
|
/external/icu/icu4c/source/i18n/unicode/ |
D | tzfmt.h | 500 …UnicodeString& formatOffsetLocalizedGMT(int32_t offset, UnicodeString& result, UErrorCode& status)… 841 …UnicodeString& formatOffsetLocalizedGMT(int32_t offset, UBool isShort, UnicodeString& result, UErr…
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | TimeZoneFormat.java | 810 public String formatOffsetLocalizedGMT(int offset) { in formatOffsetLocalizedGMT() method in TimeZoneFormat 811 return formatOffsetLocalizedGMT(offset, false); in formatOffsetLocalizedGMT() 834 return formatOffsetLocalizedGMT(offset, true); in formatOffsetShortLocalizedGMT() 935 result = formatOffsetLocalizedGMT(offset); in format() 1588 String result = formatOffsetLocalizedGMT(tz.getOffset(date)); 1633 private String formatOffsetLocalizedGMT(int offset, boolean isShort) {
|
/external/icu/icu4c/source/i18n/ |
D | tzfmt.cpp | 704 formatOffsetLocalizedGMT(offset, name, status); in format() 789 formatOffsetLocalizedGMT(rawOffset + dstOffset, result, status); in format() 1452 TimeZoneFormat::formatOffsetLocalizedGMT(int32_t offset, UnicodeString& result, UErrorCode& status)… in formatOffsetLocalizedGMT() function in TimeZoneFormat 1453 return formatOffsetLocalizedGMT(offset, FALSE, result, status); in formatOffsetLocalizedGMT() 1458 return formatOffsetLocalizedGMT(offset, TRUE, result, status); in formatOffsetShortLocalizedGMT() 1548 TimeZoneFormat::formatOffsetLocalizedGMT(int32_t offset, UBool isShort, UnicodeString& result, UErr… in formatOffsetLocalizedGMT() function in TimeZoneFormat
|
D | timezone.cpp | 1230 tzfmt->formatOffsetLocalizedGMT(offset, result, status); in getDisplayName() 1242 tzfmt->formatOffsetLocalizedGMT(offset, result, status); in getDisplayName() 1277 tzfmt->formatOffsetLocalizedGMT(offset, result, status); in getDisplayName()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/ |
D | FormatTests.java | 2365 String gmta = tzfa.formatOffsetLocalizedGMT(offset); in hasSameBehavior() 2366 String gmtb = tzfb.formatOffsetLocalizedGMT(offset); in hasSameBehavior()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | TimeZoneFormatTest.java | 136 … String localGMTString = TimeZoneFormat.getInstance(LOCALES[locidx]).formatOffsetLocalizedGMT(0); in TestTimeZoneRoundTrip()
|