OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:left_day
(Results
1 - 1
of
1
) sorted by null
/external/icu/icu4c/source/samples/cal/
cal.c
550
int32_t
left_day
, right_day;
local
643
left_day
= ucal_get(left_cal, UCAL_DATE, status);
664
if(
left_day
== 1) {
670
unum_format(nfmt,
left_day
, s, BUF_SIZE, 0, status);
686
left_day
= ucal_get(left_cal, UCAL_DATE, status);
Completed in 138 milliseconds