/bionic/libc/tzcode/ |
strftime.c | 119 static char * getformat(int, char *, char *, char *, char *); 180 static char *getformat(int modifier, char *normal, char *underscore, function 272 getformat(modifier, "%02d", 297 getformat(modifier, "%2d", 306 getformat(modifier, "%02d", 313 getformat(modifier, "%02d", 319 getformat(modifier, "%03d", "%3d", "%d", "%03d"), 334 getformat(modifier, "%2d", 358 getformat(modifier, "%2d", 364 getformat(modifier, "%02d" [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/ |
videoreader.py | 52 def getformat(self): member in class:VideoFormat 273 imgfmt = videofmt.getformat()
|