Searched refs:gmtPatType (Results 1 – 3 of 3) sorted by relevance
1794 int32_t gmtPatType = PARSE_GMT_OFFSET_TYPES[patidx]; in parseOffsetFields() local1795 UVector* items = fGMTOffsetPatternItems[gmtPatType]; in parseOffsetFields()1800 …sign = (gmtPatType == UTZFMT_PAT_POSITIVE_H || gmtPatType == UTZFMT_PAT_POSITIVE_HM || gmtPatType … in parseOffsetFields()1816 int32_t gmtPatType = PARSE_GMT_OFFSET_TYPES[patidx]; in parseOffsetFields() local1817 UVector* items = fGMTOffsetPatternItems[gmtPatType]; in parseOffsetFields()1823 …tmpSign = (gmtPatType == UTZFMT_PAT_POSITIVE_H || gmtPatType == UTZFMT_PAT_POSITIVE_HM || gmtPatTy… in parseOffsetFields()
2255 for (GMTOffsetPatternType gmtPatType : PARSE_GMT_OFFSET_TYPES) {2256 Object[] items = _gmtOffsetPatternItems[gmtPatType.ordinal()];2261 sign = gmtPatType.isPositive() ? 1 : -1;2275 for (GMTOffsetPatternType gmtPatType : PARSE_GMT_OFFSET_TYPES) {2276 Object[] items = _gmtOffsetPatternItems[gmtPatType.ordinal()];2282 tmpSign = gmtPatType.isPositive() ? 1 : -1;
2325 for (GMTOffsetPatternType gmtPatType : PARSE_GMT_OFFSET_TYPES) {2326 Object[] items = _gmtOffsetPatternItems[gmtPatType.ordinal()];2331 sign = gmtPatType.isPositive() ? 1 : -1;2345 for (GMTOffsetPatternType gmtPatType : PARSE_GMT_OFFSET_TYPES) {2346 Object[] items = _gmtOffsetPatternItems[gmtPatType.ordinal()];2352 tmpSign = gmtPatType.isPositive() ? 1 : -1;