Searched defs:__GetLocaleName (Results 1 - 1 of 1) sorted by relevance

/ndk/sources/cxx-stl/stlport/src/c_locale_win32/
H A Dc_locale_win32.c238 static char const* __GetLocaleName(LCID lcid, const char* cp, char* buf);
891 return __GetLocaleName(LOCALE_USER_DEFAULT, cp, buf);
915 return __GetLocaleName(ltype->lc.id, cp_buf, buf);
919 { return __GetLocaleName(lnum->lc.id, lnum->cp, buf); }
922 { return __GetLocaleName(ltime->lc.id, ltime->cp, buf); }
925 { return __GetLocaleName(lcol->lc.id, lcol->cp, buf); }
928 { return __GetLocaleName(lmon->lc.id, lmon->cp, buf); }
1611 char const* __GetLocaleName(LCID lcid, const char* cp, char* buf) { function
1656 return __GetLocaleName(lcid, cp, buf);

Completed in 67 milliseconds