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

  /external/libtextclassifier/util/calendar/
calendar_test.cc 74 /*granularity=*/GRANULARITY_WEEK, &time));
81 /*granularity=*/GRANULARITY_WEEK, &time));
88 /*granularity=*/GRANULARITY_WEEK, &time));
95 /*granularity=*/GRANULARITY_WEEK, &time));
calendar-icu.cc 270 case GRANULARITY_WEEK:
  /external/libtextclassifier/datetime/
parser_test.cc 228 EXPECT_TRUE(ParsesCorrectly("{next week}", 255600000, GRANULARITY_WEEK));
232 ParsesCorrectly("{in three weeks}", 1465200000, GRANULARITY_WEEK));
314 ParsesCorrectlyGerman("{nächste Woche}", 342000000, GRANULARITY_WEEK));
320 ParsesCorrectlyGerman("{in drei Wochen}", 1551600000, GRANULARITY_WEEK));
335 ParsesCorrectlyGerman("{in einer woche}", 342000000, GRANULARITY_WEEK));
parser.cc 347 granularity = DatetimeGranularity::GRANULARITY_WEEK;
  /frameworks/base/core/java/android/view/textclassifier/
TextClassifierImplNative.java 122 static final int GRANULARITY_WEEK = 2;
  /external/libtextclassifier/
types.h 163 GRANULARITY_WEEK = 2,

Completed in 359 milliseconds