Searched refs:SORT_DEFAULT (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/uts/common/smbsrv/ |
H A D | ntlocale.h | 254 #define SORT_DEFAULT 0x0 /* sorting default */ macro 319 #define LOCALE_SYSTEM_DEFAULT (MAKELCID(LANG_SYSTEM_DEFAULT, SORT_DEFAULT)) 320 #define LOCALE_USER_DEFAULT (MAKELCID(LANG_USER_DEFAULT, SORT_DEFAULT)) 323 (MAKELCID(MAKELANGID(LANG_NEUTRAL, SUBLANG_NEUTRAL), SORT_DEFAULT))
|
/titanic_41/usr/src/lib/libast/common/port/ |
H A D | lc.c | 721 lc->index = MAKELCID(MAKELANGID(lp->index, n), SORT_DEFAULT); in lcmake() 791 ls->lc.index = MAKELCID(MAKELANGID(ls->lc.language->index, ls->lc.index), SORT_DEFAULT); in lcscan()
|
/titanic_41/usr/src/lib/libast/common/comp/ |
H A D | setlocale.c | 127 lcid = MAKELCID(MAKELANGID(lang, ctry), SORT_DEFAULT); in native_locale()
|