Searched refs:wxSetlocaleTryUTF (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dintl.cpp1619 static wxWCharBuffer wxSetlocaleTryUTF(int c, const wxChar *lc) function
1647 #define wxSetlocaleTryUTF(c, lc) wxSetlocale(c, lc) macro
1685 wxMB2WXbuf retloc = wxSetlocaleTryUTF(LC_ALL, locale);
1691 retloc = wxSetlocaleTryUTF(LC_ALL, langOnly);
1732 retloc = wxSetlocaleTryUTF(LC_ALL, localeAlt);
1734 retloc = wxSetlocaleTryUTF(LC_ALL, localeAlt.Left(2));
2783 wxMB2WXbuf tmp = wxSetlocaleTryUTF(LC_ALL, info->CanonicalName);
2787 tmp = wxSetlocaleTryUTF(LC_ALL, info->CanonicalName.Left(2));

Completed in 36 milliseconds