Searched refs:_NCAT (Results 1 – 3 of 3) sorted by relevance
22 #define _NCAT (_LC_MAX + 1) /* maximum + 1 */ macro31 #define LC_ALL_MASK (_CATMASK(_NCAT) - 1)
27 #define _NCAT (_X_MESSAGES + 1) macro36 #define _M_ALL (_CATMASK(_NCAT) - 1)
114 _LIBCPP_ASSERT(tokenized.size() >= _NCAT, "locale-name list is too short"); in uselocale()