Searched refs:ptm (Results 1 – 2 of 2) sorted by relevance
348 struct tm* ptm; in setModWhen() local355 ptm = localtime_r(&even, &tmResult); in setModWhen()357 ptm = localtime(&even); in setModWhen()361 year = ptm->tm_year; in setModWhen()365 zdate = (year - 80) << 9 | (ptm->tm_mon+1) << 5 | ptm->tm_mday; in setModWhen()366 ztime = ptm->tm_hour << 11 | ptm->tm_min << 5 | ptm->tm_sec >> 1; in setModWhen()
241 public Visible(Spannable sp, PasswordTransformationMethod ptm) { in Visible() argument243 mTransformer = ptm; in Visible()