Home | History | Annotate | Download | only in i18n

Lines Matching refs:pattern

683                 // with format pattern "VVVV".  See #6602 for the details.
1430 UnicodeString pattern(TRUE, gDefFallbackPattern, -1);
1436 pattern.setTo(flbkfmt);
1442 MessageFormat *fallbackFmt = new MessageFormat(pattern, status);
1451 UnicodeString pattern(TRUE, gDefRegionPattern, -1);
1457 pattern.setTo(regionfmt);
1463 MessageFormat *regionFmt = new MessageFormat(pattern, status);