OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:left_current
(Results
1 - 1
of
1
) sorted by null
/external/icu4c/samples/cal/
cal.c
551
int32_t left_firstday, right_firstday,
left_current
, right_current;
local
640
left_current
= left_firstday;
657
left_current
= 0;
665
for(j = 0; j <
left_current
; ++j)
673
pad = lens[
left_current
] - u_strlen(s);
681
++
left_current
;
682
left_current
%= DAY_COUNT;
693
if(
left_current
== 0) {
700
if(
left_current
!= 0) {
701
for(j =
left_current
; j < DAY_COUNT; ++j
[
all
...]
Completed in 48 milliseconds