Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/icu/source/tools/tzcode/
Dzic.c308 const int l_value; member
1022 else switch ((int) (lp->l_value)) { in infile()
1045 progname, lp->l_value); in infile()
1308 month = lp->l_value; in inleap()
1363 leapadd(tadd(t, tod), positive, lp->l_value, count); in inleap()
1410 rp->r_month = lp->l_value; in rulesub()
1444 if (!rp->r_lowasnum) switch ((int) lp->l_value) { in rulesub()
1454 progname, lp->l_value); in rulesub()
1463 if (!rp->r_hiwasnum) switch ((int) lp->l_value) { in rulesub()
1476 progname, lp->l_value); in rulesub()
[all …]
/third_party/flutter/skia/third_party/externals/icu/source/tools/tzcode/
Dzic.c308 const int l_value; member
1022 else switch ((int) (lp->l_value)) { in infile()
1045 progname, lp->l_value); in infile()
1308 month = lp->l_value; in inleap()
1363 leapadd(tadd(t, tod), positive, lp->l_value, count); in inleap()
1410 rp->r_month = lp->l_value; in rulesub()
1444 if (!rp->r_lowasnum) switch ((int) lp->l_value) { in rulesub()
1454 progname, lp->l_value); in rulesub()
1463 if (!rp->r_hiwasnum) switch ((int) lp->l_value) { in rulesub()
1476 progname, lp->l_value); in rulesub()
[all …]
/third_party/icu/icu4c/source/tools/tzcode/
Dzic.c308 const int l_value; member
1022 else switch ((int) (lp->l_value)) { in infile()
1045 progname, lp->l_value); in infile()
1308 month = lp->l_value; in inleap()
1363 leapadd(tadd(t, tod), positive, lp->l_value, count); in inleap()
1410 rp->r_month = lp->l_value; in rulesub()
1444 if (!rp->r_lowasnum) switch ((int) lp->l_value) { in rulesub()
1454 progname, lp->l_value); in rulesub()
1463 if (!rp->r_hiwasnum) switch ((int) lp->l_value) { in rulesub()
1476 progname, lp->l_value); in rulesub()
[all …]
/third_party/tzdata/
Dzic.c313 const int l_value; member
1359 else switch (lp->l_value) { in infile()
1680 month = lp->l_value; in getleapdatetime()
1730 leapadd(t, correction, lp->l_value); in inleap()
1785 rp->r_month = lp->l_value; in rulesub()
1819 if (!rp->r_lowasnum) switch (lp->l_value) { in rulesub()
1834 if (!rp->r_hiwasnum) switch (lp->l_value) { in rulesub()
1870 rp->r_wday = lp->l_value; in rulesub()
1893 rp->r_wday = lp->l_value; in rulesub()
/third_party/googletest/googlemock/include/gmock/
Dgmock-actions.h1391 inline ::std::reference_wrapper<T> ByRef(T& l_value) { // NOLINT
1392 return ::std::reference_wrapper<T>(l_value);