Home
last modified time | relevance | path

Searched refs:UIntToStr (Results 1 – 1 of 1) sorted by relevance

/external/lzma/C/Util/7z/
D7zMain.c279 static char *UIntToStr(char *s, unsigned value, int numDigits) in UIntToStr() function
337 s = UIntToStr(s, year, 4); *s++ = '-'; in ConvertFileTimeToString()