Home
last modified time | relevance | path

Searched refs:nanosecondsLength (Results 1 - 1 of 1) sorted by relevance

/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DGPBUtil.php421 $nanosecondsLength = 0; variable
426 $nanosecondsLength = $i - ($periodIndex + 1); variable
430 if ($nanosecondsLength % 3 !== 0) {
433 if ($nanosecondsLength > 9) {
436 if ($nanosecondsLength > 0) {
437 $nanoseconds = substr($timestamp, $periodIndex + 1, $nanosecondsLength);
442 $timezone = substr($timestamp, $periodIndex + $nanosecondsLength + 1);

Completed in 1 milliseconds