Home
last modified time | relevance | path

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

/bionic/libc/include/
Dlocale.h52 #define LC_IDENTIFICATION 12 macro
65 #define LC_IDENTIFICATION_MASK (1 << LC_IDENTIFICATION)
/bionic/libc/bionic/
Dlocale.cpp160 if (category < LC_CTYPE || category > LC_IDENTIFICATION) { in setlocale()