HomeSort by relevance Sort by last modified time
    Searched defs:fmt1 (Results 1 - 6 of 6) sorted by null

  /bionic/libc/netbsd/nameser/
ns_ttl.c 46 static int fmt1(int t, char s, char **buf, size_t *buflen);
68 T(fmt1(weeks, 'W', &dst, &dstlen));
72 T(fmt1(days, 'D', &dst, &dstlen));
76 T(fmt1(hours, 'H', &dst, &dstlen));
80 T(fmt1(mins, 'M', &dst, &dstlen));
84 T(fmt1(secs, 'S', &dst, &dstlen));
153 fmt1(int t, char s, char **buf, size_t *buflen) { function
  /device/lge/mako/camera/mm-camera-interface/
mm_camera_channel.c 135 mm_camera_image_fmt_t *fmt1 = NULL; local
141 fmt1 = &fmt->def;
145 fmt1 = &fmt->def;
149 fmt1 = &fmt->video.video;
158 fmt1 = &fmt->snapshot.main;
172 MM_CAMERA_STATE_EVT_SET_FMT, fmt1);
  /external/icu4c/test/intltest/
tmsgfmt.cpp 1410 MessageFormat* fmt1 = new MessageFormat( formatStr, status ); local
    [all...]
tzregts.cpp 933 DateFormat* fmt1 = new SimpleDateFormat(UnicodeString("z"), status); local
    [all...]
numrgts.cpp 1676 DecimalFormat *fmt1 = new DecimalFormat(pattern, *symbols, status); local
    [all...]
dtfmttst.cpp 3404 SimpleDateFormat *fmt1 = new SimpleDateFormat(UnicodeString("y-M-d"), Locale("ar"), status); local
3709 SimpleDateFormat *fmt1 = new SimpleDateFormat(UnicodeString("GGG yyyy-MM-dd'T'HH:mm:ss'Z"), status); local
    [all...]

Completed in 6122 milliseconds