Lines Matching refs:B_SHORT_DATE_FORMAT
74 format.SetDateTimeFormat(B_SHORT_DATE_FORMAT, B_SHORT_TIME_FORMAT, in TestCustomFormat()
77 result = format.Format(buffer, 12345678, B_SHORT_DATE_FORMAT, in TestCustomFormat()
88 format.SetDateTimeFormat(B_SHORT_DATE_FORMAT, B_SHORT_TIME_FORMAT, in TestCustomFormat()
90 result = format.Format(buffer, 12345678, B_SHORT_DATE_FORMAT, in TestCustomFormat()
101 format.SetDateTimeFormat(B_SHORT_DATE_FORMAT, B_SHORT_TIME_FORMAT, in TestCustomFormat()
103 result = format.Format(buffer, 12345678, B_SHORT_DATE_FORMAT, in TestCustomFormat()
151 result = dateFormat.Format(output, values[i].time, B_SHORT_DATE_FORMAT, in TestFormat()
172 B_SHORT_DATE_FORMAT, B_SHORT_TIME_FORMAT, &timeZone); in TestFormat()
258 result = format.GetMonthName(1, buffer, B_SHORT_DATE_FORMAT); in TestMonthNames()
264 result = format.GetMonthName(12, buffer, B_SHORT_DATE_FORMAT); in TestMonthNames()
328 result = format.GetDayName(1, buffer, B_SHORT_DATE_FORMAT); in TestDayNames()
334 result = format.GetDayName(2, buffer, B_SHORT_DATE_FORMAT); in TestDayNames()
394 result = format.Parse(tests[i].input, B_SHORT_DATE_FORMAT, date); in TestParseDate()