Searched refs:extendedOnly (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4c/source/i18n/unicode/ |
D | tzfmt.h | 854 int32_t parseOffsetISO8601(const UnicodeString& text, ParsePosition& pos, UBool extendedOnly,
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | TimeZoneFormat.java | 2747 …private static int parseOffsetISO8601(String text, ParsePosition pos, boolean extendedOnly, Output… 2776 … if (posOffset.getErrorIndex() == -1 && !extendedOnly && (posOffset.getIndex() - start <= 3)) {
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | TimeZoneFormat.java | 2677 …private static int parseOffsetISO8601(String text, ParsePosition pos, boolean extendedOnly, Output… 2706 … if (posOffset.getErrorIndex() == -1 && !extendedOnly && (posOffset.getIndex() - start <= 3)) {
|
/external/icu/icu4c/source/i18n/ |
D | tzfmt.cpp | 1630 …rseOffsetISO8601(const UnicodeString& text, ParsePosition& pos, UBool extendedOnly, UBool* hasDigi… in parseOffsetISO8601() argument 1659 if (posOffset.getErrorIndex() == -1 && !extendedOnly && (posOffset.getIndex() - start <= 3)) { in parseOffsetISO8601()
|