Home
last modified time | relevance | path

Searched refs:LC_NUMERIC (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/include/
Dlocale.h41 #define LC_NUMERIC 1 macro
55 #define LC_NUMERIC_MASK (1 << LC_NUMERIC)
/bionic/tests/headers/posix/
Dlocale_h.c66 MACRO(LC_NUMERIC); in locale_h()