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

  /packages/apps/Contacts/src/com/android/contacts/interactions/
CalendarInteraction.java 66 Long dateStart = getDtstart();
67 if (dateStart == null && dateEnd == null) {
70 dateEnd = dateStart;
71 } else if (dateStart == null) {
72 dateStart = dateEnd;
76 dateStart, dateEnd, System.currentTimeMillis(), localTimezone,
  /external/chromium_org/third_party/icu/source/i18n/
reldtfmt.cpp 241 int32_t dateStart = 0, origDateLen = 0, modDateLen = 0;
262 dateStart = relativeStringOffset;
265 modifiedText.replace(dateStart, origDateLen, dateString);
279 if (offset >= dateStart + modDateLen) {
283 } else if (offset >= dateStart) {
286 offset = dateStart;
  /external/icu/icu4c/source/i18n/
reldtfmt.cpp 281 int32_t dateStart = 0, origDateLen = 0, modDateLen = 0;
302 dateStart = relativeStringOffset;
305 modifiedText.replace(dateStart, origDateLen, dateString);
319 if (offset >= dateStart + modDateLen) {
323 } else if (offset >= dateStart) {
326 offset = dateStart;

Completed in 71 milliseconds