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

  /prebuilts/ndk/r11/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...]
c_wlocale_win32.c 95 return __GetLocaleName(lcodecvt->lc.id, cp_buf, buf);
  /prebuilts/ndk/r13/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...]
c_wlocale_win32.c 95 return __GetLocaleName(lcodecvt->lc.id, cp_buf, buf);

Completed in 229 milliseconds