Searched refs:adjustFieldTypes (Results 1 - 2 of 2) sorted by relevance

/external/icu4c/i18n/unicode/
H A Ddtptngen.h463 UnicodeString adjustFieldTypes(const UnicodeString& pattern, const PtnSkeleton* specifiedSkeleton, UBool fixFractionalSeconds, UDateTimePatternMatchOptions options = UDATPG_MATCH_NO_OPTIONS);
/external/icu4c/i18n/
H A Ddtptngen.cpp762 resultPattern = adjustFieldTypes(*bestPattern, specifiedSkeleton, FALSE, options);
801 UnicodeString result = adjustFieldTypes(pattern, NULL, FALSE, options);
988 // through to adjustFieldTypes so the latter can do a better job.
996 DateTimePatternGenerator::adjustFieldTypes(const UnicodeString& pattern, function in class:DateTimePatternGenerator
1092 resultPattern = adjustFieldTypes(tempPattern, specifiedSkeleton, FALSE, options);
1102 resultPattern = adjustFieldTypes(resultPattern, specifiedSkeleton, FALSE, options);
1109 tempPattern = adjustFieldTypes(tempPattern, specifiedSkeleton, FALSE, options);

Completed in 141 milliseconds