OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dotw
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/base/third_party/nspr/
prtime.cc
529
TIME_TOKEN
dotw
= TT_UNKNOWN;
local
613
else if (
dotw
== TT_UNKNOWN &&
616
dotw
= TT_FRI;
659
else if (
dotw
== TT_UNKNOWN &&
662
dotw
= TT_MON;
695
if (
dotw
== TT_UNKNOWN &&
698
dotw
= TT_SAT;
703
else if (
dotw
== TT_UNKNOWN &&
706
dotw
= TT_SUN;
709
if (
dotw
== TT_UNKNOWN &
[
all
...]
/frameworks/opt/calendar/src/com/android/calendarcommon2/
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 779 milliseconds