Searched refs:sTmpFormatStr (Results 1 – 2 of 2) sorted by relevance
181 private static char[] sTmpFormatStr = new char[HUNDRED_DAY_FIELD_LEN+10]; field in TimeUtils211 while (amt != 0 && tmp < sTmpFormatStr.length) { in printFieldLocked()213 sTmpFormatStr[tmp] = (char)(dig + '0'); in printFieldLocked()219 formatStr[pos] = sTmpFormatStr[tmp]; in printFieldLocked()
61714 Landroid/util/TimeUtils;->sTmpFormatStr:[C