HomeSort by relevance Sort by last modified time
    Searched defs:__GetLocaleName (Results 1 - 2 of 2) sorted by null

  /external/stlport/src/c_locale_win32/
c_locale_win32.c 238 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); }
    [all...]
  /ndk/sources/cxx-stl/stlport/src/c_locale_win32/
c_locale_win32.c 238 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); }
    [all...]

Completed in 40 milliseconds