Lines Matching refs:pattern
93 UnicodeString pattern = "MM/dd/yy hh:mm:ss a z";
94 SimpleDateFormat fmt(pattern, locale, status);
303 // This indexOf check into the pattern needs to be refined to ignore
317 // of incompleteness in patterns. For example, a time-only pattern won't
343 failure(status, "fmt->parse", s[loop-1]+" in locale: " + origLocale.getName() + " with pattern: " + pat);
390 // Time-only pattern with zone information and a starting date in PST.
409 // Starts in BC, with no era in pattern
412 // Starts in DST, no year in pattern
445 // If the calendar type is not Gregorian and the pattern is time only,
475 errln(UnicodeString("\nFAIL: Pattern: ") + pat +
478 errln(UnicodeString("\nOk: Pattern: ") + pat +