HomeSort by relevance Sort by last modified time
    Searched refs:AM_STR (Results 1 - 12 of 12) sorted by null

  /bionic/libc/include/
langinfo.h 44 #define AM_STR 6
  /device/linaro/bootloader/edk2/StdLib/LibC/Locale/
nl_langinfo.c 38 case AM_STR:
40 s = _CurrentTimeLocale->am_pm[(size_t)(item - AM_STR)];
  /bionic/libc/bionic/
langinfo.cpp 42 case AM_STR: result = "AM"; break;
  /device/linaro/bootloader/edk2/StdLib/Include/
langinfo.h 20 #define AM_STR ((nl_item)4) /* Ante Meridiem afix */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
langinfo.h 130 AM_STR, /* Ante meridiem string. */
131 #define AM_STR AM_STR
  /bionic/tests/headers/posix/
langinfo_h.c 42 MACRO_TYPE(nl_item, AM_STR);
  /bionic/tests/
langinfo_test.cpp 52 EXPECT_STREQ("AM", nl_langinfo(AM_STR));
  /external/python/cpython3/Modules/
_localemodule.c 388 LANGINFO(AM_STR),
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
_localemodule.c 486 LANGINFO(AM_STR),
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_localemodule.c 486 LANGINFO(AM_STR),
  /external/python/cpython2/Modules/
_localemodule.c 487 LANGINFO(AM_STR),
  /prebuilts/misc/common/swig/include/2.0.11/php/
phpkw.swg 301 PHPBN2(AM_STR);

Completed in 343 milliseconds