OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dayindex
(Results
1 - 2
of
2
) sorted by null
/external/stlport/src/c_locale_win32/
c_locale_win32.c
749
int
dayindex
= ( dayofweek != LOCALE_SDAYNAME7 ) ? dayofweek - LOCALE_SDAYNAME1 + 1 : 0;
local
751
ltime->dayofweek[
dayindex
] = (char*)malloc(size);
752
if (!ltime->dayofweek[
dayindex
])
754
__GetLocaleInfoUsingACP(ltime->lc.id, ltime->cp, dayofweek, ltime->dayofweek[
dayindex
], size, wbuf80, 80);
758
int
dayindex
= ( dayofweek != LOCALE_SABBREVDAYNAME7 ) ? dayofweek - LOCALE_SABBREVDAYNAME1 + 1 : 0;
local
760
ltime->abbrev_dayofweek[
dayindex
] = (char*)malloc(size);
761
if (!ltime->abbrev_dayofweek[
dayindex
])
763
__GetLocaleInfoUsingACP(ltime->lc.id, ltime->cp, dayofweek, ltime->abbrev_dayofweek[
dayindex
], size, wbuf80, 80);
[
all
...]
/ndk/sources/android/stlport/src/c_locale_win32/
c_locale_win32.c
749
int
dayindex
= ( dayofweek != LOCALE_SDAYNAME7 ) ? dayofweek - LOCALE_SDAYNAME1 + 1 : 0;
local
751
ltime->dayofweek[
dayindex
] = (char*)malloc(size);
752
if (!ltime->dayofweek[
dayindex
])
754
__GetLocaleInfoUsingACP(ltime->lc.id, ltime->cp, dayofweek, ltime->dayofweek[
dayindex
], size, wbuf80, 80);
758
int
dayindex
= ( dayofweek != LOCALE_SABBREVDAYNAME7 ) ? dayofweek - LOCALE_SABBREVDAYNAME1 + 1 : 0;
local
760
ltime->abbrev_dayofweek[
dayindex
] = (char*)malloc(size);
761
if (!ltime->abbrev_dayofweek[
dayindex
])
763
__GetLocaleInfoUsingACP(ltime->lc.id, ltime->cp, dayofweek, ltime->abbrev_dayofweek[
dayindex
], size, wbuf80, 80);
[
all
...]
Completed in 12 milliseconds