HomeSort by relevance Sort by last modified time
    Searched refs:dateStart (Results 1 - 2 of 2) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/interactions/
CalendarInteraction.java 63 Long dateStart = getDtstart();
64 if (dateStart == null && dateEnd == null) {
67 dateEnd = dateStart;
68 } else if (dateStart == null) {
69 dateStart = dateEnd;
73 dateStart, dateEnd, System.currentTimeMillis(), localTimezone,
  /external/icu/icu4c/source/i18n/
reldtfmt.cpp 279 int32_t dateStart = 0, origDateLen = 0, modDateLen = 0;
300 dateStart = relativeStringOffset;
303 modifiedText.replace(dateStart, origDateLen, dateString);
316 if (offset >= dateStart + modDateLen) {
320 } else if (offset >= dateStart) {
323 offset = dateStart;

Completed in 665 milliseconds