Home
last modified time | relevance | path

Searched refs:_NCAT (Results 1 – 3 of 3) sorted by relevance

/external/cronet/buildtools/third_party/libc++/trunk/include/__support/ibm/
Dlocale_mgmt_zos.h22 #define _NCAT (_LC_MAX + 1) /* maximum + 1 */ macro
31 #define LC_ALL_MASK (_CATMASK(_NCAT) - 1)
/external/cronet/buildtools/third_party/libc++/trunk/include/__support/win32/
Dlocale_win32.h27 #define _NCAT (_X_MESSAGES + 1) macro
36 #define _M_ALL (_CATMASK(_NCAT) - 1)
/external/cronet/buildtools/third_party/libc++/trunk/src/support/ibm/
Dxlocale_zos.cpp114 _LIBCPP_ASSERT(tokenized.size() >= _NCAT, "locale-name list is too short"); in uselocale()