Home | History | Annotate | Download | only in text

Lines Matching defs:adjustFieldTypes

556                 return adjustFieldTypes(bestWithMatcher, current, flags, options);
623 // Get pattern for skeleton with H, then (in adjustFieldTypes)
885 return adjustFieldTypes(patternNoMatcher, current.set(skeleton, fp, false), EnumSet.noneOf(DTPGflags.class), options);
1805 resultPattern = adjustFieldTypes(resultPatternWithMatcher, source, flags, options);
1816 resultPattern = adjustFieldTypes(resultPatternWithMatcher, source, flags, options);
1823 String temp = adjustFieldTypes(tempWithMatcher, source, flags, options);
1887 // This can be passed through to adjustFieldTypes to help it do a better job.
1913 private String adjustFieldTypes(PatternWithMatcher patternWithMatcher, DateTimeMatcher inputRequest, EnumSet<DTPGflags> flags, int options) {