Searched defs:warn2 (Results 1 - 1 of 1) sorted by path

/system/core/libcutils/
H A Dtzstrftime.c208 int warn2 = IN_SOME; local
211 if (warn2 == IN_ALL)
212 warn2 = IN_THIS;
213 if (warn2 > *warnp)
214 *warnp = warn2;
509 int warn2 = IN_SOME; local
511 pt = _fmt(Locale->x_fmt, t, pt, ptlim, &warn2, Locale);
512 if (warn2 == IN_ALL)
513 warn2 = IN_THIS;
514 if (warn2 > *warn
[all...]

Completed in 201 milliseconds