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

  /external/chromium_org/third_party/WebKit/Source/platform/text/
LocaleWin.cpp 199 LOCALE_SABBREVMONTHNAME1,
  /external/stlport/src/c_locale_win32/
c_locale_win32.c 740 for (month = LOCALE_SABBREVMONTHNAME1; month <= LOCALE_SABBREVMONTHNAME12; ++month) {
742 ltime->abbrev_month[month - LOCALE_SABBREVMONTHNAME1] = (char*)malloc(size);
743 if (!ltime->abbrev_month[month - LOCALE_SABBREVMONTHNAME1])
745 __GetLocaleInfoUsingACP(ltime->lc.id, ltime->cp, month, ltime->abbrev_month[month - LOCALE_SABBREVMONTHNAME1], size, wbuf80, 80);
    [all...]
c_wlocale_win32.c 298 { GetLocaleInfoW(ltime->lc.id, LOCALE_SABBREVMONTHNAME1 + month, buf, (int)bufSize); return buf; }
  /ndk/sources/cxx-stl/stlport/src/c_locale_win32/
c_locale_win32.c 740 for (month = LOCALE_SABBREVMONTHNAME1; month <= LOCALE_SABBREVMONTHNAME12; ++month) {
742 ltime->abbrev_month[month - LOCALE_SABBREVMONTHNAME1] = (char*)malloc(size);
743 if (!ltime->abbrev_month[month - LOCALE_SABBREVMONTHNAME1])
745 __GetLocaleInfoUsingACP(ltime->lc.id, ltime->cp, month, ltime->abbrev_month[month - LOCALE_SABBREVMONTHNAME1], size, wbuf80, 80);
    [all...]
c_wlocale_win32.c 298 { GetLocaleInfoW(ltime->lc.id, LOCALE_SABBREVMONTHNAME1 + month, buf, (int)bufSize); return buf; }
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winnls.h 340 #define LOCALE_SABBREVMONTHNAME1 0x00000044
    [all...]

Completed in 678 milliseconds