/external/chromium_org/third_party/icu/source/test/cintltst/ |
ccaltst.h | 84 int32_t hour, int32_t min, int32_t sec, int32_t am_pm);
|
ccaltst.c | [all...] |
/external/icu4c/test/cintltst/ |
ccaltst.h | 88 int32_t hour, int32_t min, int32_t sec, int32_t am_pm);
|
ccaltst.c | [all...] |
/bionic/libc/tzcode/ |
strptime.c | 51 const char *am_pm[2]; member in struct:__anon712 309 len = strlen(_ctloc(am_pm[0])); 310 if (strncasecmp(_ctloc(am_pm[0]), (const char*)bp, len) == 0) { 320 len = strlen(_ctloc(am_pm[1])); 321 if (strncasecmp(_ctloc(am_pm[1]), (const char*)bp, len) == 0) {
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
_strptime.py | 41 am_pm -- AM/PM representation (2-item list) 104 # Set self.am_pm by using time.strftime(). 109 am_pm = [] 112 am_pm.append(time.strftime("%p", time_tuple).lower()) 113 self.am_pm = am_pm 130 (self.a_month[3], '%b'), (self.am_pm[1], '%p'), 211 'p': self.__seqToRE(self.locale_time.am_pm, 'p'), 373 if ampm in ('', locale_time.am_pm[0]): 379 elif ampm == locale_time.am_pm[1] [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
_strptime.py | 41 am_pm -- AM/PM representation (2-item list) 104 # Set self.am_pm by using time.strftime(). 109 am_pm = [] 112 am_pm.append(time.strftime("%p", time_tuple).lower()) 113 self.am_pm = am_pm 130 (self.a_month[3], '%b'), (self.am_pm[1], '%p'), 211 'p': self.__seqToRE(self.locale_time.am_pm, 'p'), 373 if ampm in ('', locale_time.am_pm[0]): 379 elif ampm == locale_time.am_pm[1] [all...] |
/external/openssh/openbsd-compat/ |
strptime.c | 275 len = strlen(_ctloc(am_pm[0])); 276 if (strncasecmp(_ctloc(am_pm[0]), bp, len) == 0) { 286 len = strlen(_ctloc(am_pm[1])); 287 if (strncasecmp(_ctloc(am_pm[1]), bp, len) == 0) {
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_strptime.py | 64 self.assertIn(strftime_output, self.LT_ins.am_pm, 68 self.assertEqual(self.LT_ins.am_pm[position], strftime_output, 98 LT.am_pm = ('', '')
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_strptime.py | 64 self.assertIn(strftime_output, self.LT_ins.am_pm, 68 self.assertEqual(self.LT_ins.am_pm[position], strftime_output, 98 LT.am_pm = ('', '')
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/ |
locale.cpp | 4582 static string am_pm[24]; local 4592 static wstring am_pm[24]; local 4602 static const string* am_pm = init_am_pm(); local 4610 static const wstring* am_pm = init_wam_pm(); local [all...] |