Searched refs:gmtPatType (Results 1 – 3 of 3) sorted by relevance
1798 int32_t gmtPatType = PARSE_GMT_OFFSET_TYPES[patidx]; in parseOffsetFields() local1799 UVector* items = fGMTOffsetPatternItems[gmtPatType]; in parseOffsetFields()1804 …sign = (gmtPatType == UTZFMT_PAT_POSITIVE_H || gmtPatType == UTZFMT_PAT_POSITIVE_HM || gmtPatType … in parseOffsetFields()1822 int32_t gmtPatType = PARSE_GMT_OFFSET_TYPES[patidx]; in parseOffsetFields() local1823 UVector* items = fGMTOffsetPatternItems[gmtPatType]; in parseOffsetFields()1829 …tmpSign = (gmtPatType == UTZFMT_PAT_POSITIVE_H || gmtPatType == UTZFMT_PAT_POSITIVE_HM || gmtPatTy… in parseOffsetFields()
2256 for (GMTOffsetPatternType gmtPatType : PARSE_GMT_OFFSET_TYPES) {2257 Object[] items = _gmtOffsetPatternItems[gmtPatType.ordinal()];2262 sign = gmtPatType.isPositive() ? 1 : -1;2276 for (GMTOffsetPatternType gmtPatType : PARSE_GMT_OFFSET_TYPES) {2277 Object[] items = _gmtOffsetPatternItems[gmtPatType.ordinal()];2283 tmpSign = gmtPatType.isPositive() ? 1 : -1;
2326 for (GMTOffsetPatternType gmtPatType : PARSE_GMT_OFFSET_TYPES) {2327 Object[] items = _gmtOffsetPatternItems[gmtPatType.ordinal()];2332 sign = gmtPatType.isPositive() ? 1 : -1;2346 for (GMTOffsetPatternType gmtPatType : PARSE_GMT_OFFSET_TYPES) {2347 Object[] items = _gmtOffsetPatternItems[gmtPatType.ordinal()];2353 tmpSign = gmtPatType.isPositive() ? 1 : -1;