Home | History | Annotate | Download | only in text

Lines Matching defs:getBestPattern

52  * The main method people will use is getBestPattern(String skeleton), since
524 public String getBestPattern(String skeleton) {
525 return getBestPattern(skeleton, null, MATCH_NO_OPTIONS);
539 public String getBestPattern(String skeleton, int options) {
540 return getBestPattern(skeleton, null, options);
544 * getBestPattern which takes optional skip matcher
546 private String getBestPattern(String skeleton, DateTimeMatcher skipMatcher, int options) {
945 * resulting getBestPattern values. This method returns a list of them, to
968 String trial = getBestPattern(cur.toString(), cur, MATCH_NO_OPTIONS);
985 String trial = results.getBestPattern(cur.toString());
1072 // Option masks for getBestPattern, replaceFieldTypes (individual masks may be ORed together)
1075 * Default option mask used for {@link #getBestPattern(String, int)}
1077 * @see #getBestPattern(String, int)
1084 * @see #getBestPattern(String, int)
1109 * @see #getBestPattern(String, int)