Home | History | Annotate | Download | only in intltest

Lines Matching refs:pat

280     UnicodeString pat;
295 pat = ((SimpleDateFormat*)fmt)->toPattern(pat);
302 UBool hasEra = (pat.indexOf(UnicodeString("G")) != -1);
303 UBool hasZoneDisplayName = (pat.indexOf(UnicodeString("z")) != -1) || (pat.indexOf(UnicodeString("v")) != -1)
304 || (pat.indexOf(UnicodeString("V")) != -1);
348 errln("FAIL: fmt->format gave 0-length string in " + pat + " with number " + d[loop] + " in locale " + origLocale.getName());
409 pat.indexOf(UnicodeString("yyyy")) == -1)
417 else if (pat.indexOf(UnicodeString("y")) != -1
418 && pat.indexOf(UnicodeString("yyyy")) == -1
450 errln(UnicodeString("\nFAIL: Pattern: ") + pat +
453 errln(UnicodeString("\nOk: Pattern: ") + pat +