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

  /bionic/libc/tzcode/
strptime.c 51 const char *am_pm[2]; member in struct:__anon1009
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) {
  /external/libcxx/src/
locale.cpp 4586 static string am_pm[24]; local
4596 static wstring am_pm[24]; local
4606 static const string* am_pm = init_am_pm(); local
4614 static const wstring* am_pm = init_wam_pm(); local
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
locale.cpp 4675 static string am_pm[24]; local
4685 static wstring am_pm[24]; local
4695 static const string* am_pm = init_am_pm(); local
4703 static const wstring* am_pm = init_wam_pm(); local
    [all...]

Completed in 882 milliseconds