Searched refs:NL_CAT_LOCALE (Results 1 – 5 of 5) sorted by relevance
76 #define NL_CAT_LOCALE 1 macro
52 { return reinterpret_cast<catalog>(catopen(__s.c_str(), NL_CAT_LOCALE)); } in do_open()
59 { return reinterpret_cast<catalog>(catopen(__s.c_str(), NL_CAT_LOCALE)); } in do_open()
72 if (oflag & NL_CAT_LOCALE) { in catopen()
3520 catalog __cat = (catalog)catopen(__nm.c_str(), NL_CAT_LOCALE);