Searched defs:offsetSecs (Results 1 – 5 of 5) sorted by relevance
543 Long offsetSecs = fieldValues.get(OFFSET_SECONDS); in mergeInstantFields() local617 Long offsetSecs = fieldValues.get(OFFSET_SECONDS); in resolveInstant() local
3090 Long offsetSecs = context.getValue(OFFSET_SECONDS); in print() local3151 long offsetSecs = negative * (array[1] * 3600L + array[2] * 60L + array[3]); in parse() local3219 Long offsetSecs = context.getValue(OFFSET_SECONDS); in print() local3460 int offsetSecs = (int) contextCopy.getParsed(OFFSET_SECONDS).longValue(); in parseOffset() local3624 int offsetSecs = (int) newContext.getParsed(OFFSET_SECONDS).longValue(); in parsePrefixedOffset() local
167 final int offsetSecs = offset.getTotalSeconds(); in writeOffset() local
296 …public void test_parse_bigOffsets(String pattern, String parse, long offsetSecs) throws Exception { in test_parse_bigOffsets()
670 int offsetSecs = _parse2D(dateStr, start+1) * 3600; // hours in _parseAsISO8601() local