OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dotw
(Results
1 - 2
of
2
) sorted by null
/external/chromium/base/third_party/nspr/
prtime.cc
523
TIME_TOKEN
dotw
= TT_UNKNOWN;
local
606
else if (
dotw
== TT_UNKNOWN &&
609
dotw
= TT_FRI;
652
else if (
dotw
== TT_UNKNOWN &&
655
dotw
= TT_MON;
688
if (
dotw
== TT_UNKNOWN &&
691
dotw
= TT_SAT;
696
else if (
dotw
== TT_UNKNOWN &&
699
dotw
= TT_SUN;
702
if (
dotw
== TT_UNKNOWN &
[
all
...]
/frameworks/opt/calendar/src/com/android/calendarcommon/
RecurrenceProcessor.java
322
* day number and a
DotW
, so we compute the
DotW
of the 1st from that. Note
DotW
329
int
dotw
= (instance.weekDay - instance.monthDay + 36) % 7;
local
350
// about the exact form of the
DotW
constants.)
351
int dayBit = EventRecurrence.SU <<
dotw
;
356
dotw
++;
357
if (
dotw
== 7)
358
dotw
= 0;
[
all
...]
Completed in 1715 milliseconds