Lines Matching refs:DAY_RELATIVE
16 #define DAY_RELATIVE PARSEDATE_RELATIVE_TIME macro
56 {1248739200, "last tuesday", DAY_RELATIVE, true, true}, in main()
57 {1249430400, "today", DAY_RELATIVE, true, true}, in main()
58 {1249948800, "next tuesday", DAY_RELATIVE, true, true}, in main()
59 {1249344000, "tuesday", DAY_RELATIVE, true, true}, in main()
70 {1249873200, "next monday 3:00", DAY_RELATIVE, true, true}, in main()
71 {1249533720, "thursday 4:42", DAY_RELATIVE, true, true}, in main()
72 {1249533740, "thursday +4:42:20", DAY_RELATIVE, true, true}, in main()
73 {1249533720, "this thursday 4:42", DAY_RELATIVE, true, true}, in main()
75 {1250640000, "2 weeks", DAY_RELATIVE, true, true}, in main()
79 {1249486380, "3:33pm GMT", DAY_RELATIVE, true, false}, in main()