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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
_localemodule.c 24 #include <langinfo.h>
420 #define LANGINFO(X) {#X, X}
426 /* These constants should exist on any langinfo implementation */
427 LANGINFO(DAY_1),
428 LANGINFO(DAY_2),
429 LANGINFO(DAY_3),
430 LANGINFO(DAY_4),
431 LANGINFO(DAY_5),
432 LANGINFO(DAY_6),
433 LANGINFO(DAY_7),
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_localemodule.c 24 #include <langinfo.h>
420 #define LANGINFO(X) {#X, X}
426 /* These constants should exist on any langinfo implementation */
427 LANGINFO(DAY_1),
428 LANGINFO(DAY_2),
429 LANGINFO(DAY_3),
430 LANGINFO(DAY_4),
431 LANGINFO(DAY_5),
432 LANGINFO(DAY_6),
433 LANGINFO(DAY_7),
    [all...]
  /external/python/cpython2/Modules/
_localemodule.c 24 #include <langinfo.h>
421 #define LANGINFO(X) {#X, X}
427 /* These constants should exist on any langinfo implementation */
428 LANGINFO(DAY_1),
429 LANGINFO(DAY_2),
430 LANGINFO(DAY_3),
431 LANGINFO(DAY_4),
432 LANGINFO(DAY_5),
433 LANGINFO(DAY_6),
434 LANGINFO(DAY_7)
    [all...]
  /external/python/cpython3/Modules/
_localemodule.c 25 #include <langinfo.h>
428 #define LANGINFO(X) {#X, X}
434 /* These constants should exist on any langinfo implementation */
435 LANGINFO(DAY_1),
436 LANGINFO(DAY_2),
437 LANGINFO(DAY_3),
438 LANGINFO(DAY_4),
439 LANGINFO(DAY_5),
440 LANGINFO(DAY_6),
441 LANGINFO(DAY_7)
    [all...]

Completed in 1335 milliseconds