HomeSort by relevance Sort by last modified time
    Searched full:thenanos (Results 1 - 1 of 1) sorted by null

  /libcore/luni/src/main/java/java/sql/
Timestamp.java 447 int theNanos;
451 theNanos = 0;
488 theNanos = Integer.parseInt(theNanoString);
495 if (theNanos < 0 || theNanos > 999999999) {
500 theTimestamp.setNanos(theNanos);

Completed in 46 milliseconds