/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members/ |
get_monthname.pass.cpp | 46 assert(t.tm_mon == 0); 55 assert(t.tm_mon == 1); 64 assert(t.tm_mon == 2); 73 assert(t.tm_mon == 3); 82 assert(t.tm_mon == 4); 91 assert(t.tm_mon == 5); 100 assert(t.tm_mon == 6); 109 assert(t.tm_mon == 7); 118 assert(t.tm_mon == 8); 127 assert(t.tm_mon == 9) [all...] |
get_monthname_wide.pass.cpp | 46 assert(t.tm_mon == 0); 55 assert(t.tm_mon == 1); 64 assert(t.tm_mon == 2); 73 assert(t.tm_mon == 3); 82 assert(t.tm_mon == 4); 91 assert(t.tm_mon == 5); 100 assert(t.tm_mon == 6); 109 assert(t.tm_mon == 7); 118 assert(t.tm_mon == 8); 127 assert(t.tm_mon == 9) [all...] |
get_many.pass.cpp | 48 assert(t.tm_mon == 4); 62 assert(t.tm_mon == 4);
|
/bionic/libc/tzcode/ |
asctime.c | 93 if (timeptr->tm_mon < 0 || timeptr->tm_mon >= MONSPERYEAR) 95 else mn = mon_name[timeptr->tm_mon];
|
strftime.c | 227 pt = _add((t->tm_mon < 0 || 228 t->tm_mon >= MONSPERYEAR) ? 229 "?" : locale->standalone_month[t->tm_mon], 232 pt = _add((t->tm_mon < 0 || 233 t->tm_mon >= MONSPERYEAR) ? 234 "?" : locale->month[t->tm_mon], 240 pt = _add((t->tm_mon < 0 || 241 t->tm_mon >= MONSPERYEAR) ? 242 "?" : locale->mon[t->tm_mon], 369 pt = _conv(t->tm_mon + 1 [all...] |
/bionic/tests/ |
time_test.cpp | 29 epoch.tm_mon = 1; 54 ASSERT_EQ(0, broken_down->tm_mon); 63 t.tm_mon = 2;
|
/external/chromium_org/third_party/icu/source/tools/tzcode/ |
asctime.c | 97 if (timeptr->tm_mon < 0 || timeptr->tm_mon >= MONSPERYEAR) 99 else mn = mon_name[timeptr->tm_mon];
|
/external/icu4c/tools/tzcode/ |
asctime.c | 97 if (timeptr->tm_mon < 0 || timeptr->tm_mon >= MONSPERYEAR) 99 else mn = mon_name[timeptr->tm_mon];
|
/frameworks/base/libs/androidfw/tests/ |
ZipFileRO_test.cpp | 48 EXPECT_EQ(6, t.tm_mon)
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.time/locale.time.get.byname/ |
get_date.pass.cpp | 48 assert(t.tm_mon == 5); 60 assert(t.tm_mon == 5); 72 assert(t.tm_mon == 5); 84 assert(t.tm_mon == 5);
|
get_date_wide.pass.cpp | 48 assert(t.tm_mon == 5); 60 assert(t.tm_mon == 5); 72 assert(t.tm_mon == 5); 84 assert(t.tm_mon == 5);
|
get_monthname.pass.cpp | 48 assert(t.tm_mon == 5); 58 assert(t.tm_mon == 5); 68 assert(t.tm_mon == 5); 78 assert(t.tm_mon == 5);
|
get_monthname_wide.pass.cpp | 57 assert(t.tm_mon == 5); 67 assert(t.tm_mon == 5); 77 assert(t.tm_mon == 5); 87 assert(t.tm_mon == 5);
|
/frameworks/av/media/mtp/ |
MtpUtils.cpp | 58 tm.tm_mon = month - 1; // mktime uses months in 0 - 11 range 76 tm.tm_mon + 1, // localtime_r uses months in 0 - 11 range
|
/frameworks/rs/scriptc/ |
rs_time.rsh | 41 * tm_mon - Months since January. This ranges from 0 to 11. 54 int tm_mon; ///< month
|
/prebuilts/sdk/renderscript/include/ |
rs_time.rsh | 41 * tm_mon - Months since January. This ranges from 0 to 11. 54 int tm_mon; ///< month
|
/frameworks/base/core/jni/ |
Time.cpp | 16 t.t.tm_year+1900, t.t.tm_mon+1, t.t.tm_mday, 27 t.tm_mon = 0; 51 COMPARE_FIELD(tm_mon); 124 n = t.tm_mon+1; 164 t.tm_year+1900, t.tm_mon+1, t.tm_mday, t.tm_hour, t.tm_min,
|
/external/chromium_org/third_party/openssl/openssl/crypto/ |
o_time.c | 206 result->tm_mon = time_values.month - 1; 266 time_month = tm->tm_mon + 1; 287 tm->tm_mon = time_month - 1; 356 (tm1.tm_mon == tm2.tm_mon) && 364 tm2.tm_mday, tm2.tm_mon + 1, tm2.tm_year + 1900, 367 tm1.tm_mday, tm1.tm_mon + 1, tm1.tm_year + 1900,
|
/external/openssl/crypto/ |
o_time.c | 206 result->tm_mon = time_values.month - 1; 266 time_month = tm->tm_mon + 1; 287 tm->tm_mon = time_month - 1; 356 (tm1.tm_mon == tm2.tm_mon) && 364 tm2.tm_mday, tm2.tm_mon + 1, tm2.tm_year + 1900, 367 tm1.tm_mday, tm1.tm_mon + 1, tm1.tm_year + 1900,
|
/external/stlport/test/unit/ |
time_facets_test.cpp | 62 CPPUNIT_ASSERT( other.tm_mon == xmas.tm_mon ); 92 CPPUNIT_ASSERT( yet_more.tm_mon == xmas.tm_mon ); 105 CPPUNIT_ASSERT( yet_more.tm_mon == xmas.tm_mon ); 145 CPPUNIT_ASSERT( other.tm_mon == xmas.tm_mon ); 175 CPPUNIT_ASSERT( yet_more.tm_mon == xmas.tm_mon ); [all...] |
/ndk/tests/device/test-gnustl-full/unit/ |
time_facets_test.cpp | 62 CPPUNIT_ASSERT( other.tm_mon == xmas.tm_mon ); 92 CPPUNIT_ASSERT( yet_more.tm_mon == xmas.tm_mon ); 105 CPPUNIT_ASSERT( yet_more.tm_mon == xmas.tm_mon ); 145 CPPUNIT_ASSERT( other.tm_mon == xmas.tm_mon ); 175 CPPUNIT_ASSERT( yet_more.tm_mon == xmas.tm_mon ); [all...] |
/ndk/tests/device/test-stlport/unit/ |
time_facets_test.cpp | 62 CPPUNIT_ASSERT( other.tm_mon == xmas.tm_mon ); 92 CPPUNIT_ASSERT( yet_more.tm_mon == xmas.tm_mon ); 105 CPPUNIT_ASSERT( yet_more.tm_mon == xmas.tm_mon ); 145 CPPUNIT_ASSERT( other.tm_mon == xmas.tm_mon ); 175 CPPUNIT_ASSERT( yet_more.tm_mon == xmas.tm_mon ); [all...] |
/external/chromium_org/third_party/skia/src/ports/ |
SkTime_Unix.cpp | 25 dt->fMonth = SkToU8(tstruct->tm_mon + 1);
|
/external/ppp/pppd/plugins/radius/ |
util.c | 42 tm->tm_mon = i;
|
/external/skia/src/ports/ |
SkTime_Unix.cpp | 25 dt->fMonth = SkToU8(tstruct->tm_mon + 1);
|