Home | History | Annotate | Download | only in i18n

Lines Matching defs:bestPattern

748     const UnicodeString *bestPattern=NULL;
761 bestPattern=getBestRaw(*dtMatcher, -1, distanceInfo, &specifiedSkeleton);
763 resultPattern = adjustFieldTypes(*bestPattern, specifiedSkeleton, FALSE, options);
967 const UnicodeString *bestPattern=NULL;
979 bestPattern=patternMap->getPatternFromSkeleton(*trial.getSkeletonPtr(), &specifiedSkeleton);
990 if (bestPattern && specifiedSkeletonPtr) {
993 return bestPattern;