OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:right_current
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/samples/cal/
cal.c
551
int32_t left_firstday, right_firstday, left_current,
right_current
;
local
641
right_current
= right_firstday;
713
for(j = 0; j <
right_current
; ++j)
721
pad = lens[
right_current
] - u_strlen(s);
729
++
right_current
;
730
right_current
%= DAY_COUNT;
740
if(
right_current
== 0) {
/external/icu/icu4c/source/samples/cal/
cal.c
551
int32_t left_firstday, right_firstday, left_current,
right_current
;
local
641
right_current
= right_firstday;
713
for(j = 0; j <
right_current
; ++j)
721
pad = lens[
right_current
] - u_strlen(s);
729
++
right_current
;
730
right_current
%= DAY_COUNT;
740
if(
right_current
== 0) {
Completed in 787 milliseconds