Searched refs:offsetTimeSize (Results 1 – 1 of 1) sorted by relevance
132 const int32_t offsetTimeSize = 6; in offsetTimeToSeconds() local133 if (offsetStr.size() != offsetTimeSize || (sign != '+' && sign != '-')) { in offsetTimeToSeconds()