Lines Matching refs:specifiedSkeleton
760 const PtnSkeleton* specifiedSkeleton=NULL; in getBestPattern() local
761 bestPattern=getBestRaw(*dtMatcher, -1, distanceInfo, &specifiedSkeleton); in getBestPattern()
763 resultPattern = adjustFieldTypes(*bestPattern, specifiedSkeleton, FALSE, options); in getBestPattern()
968 const PtnSkeleton* specifiedSkeleton=NULL; in getBestRaw() local
979 … bestPattern=patternMap->getPatternFromSkeleton(*trial.getSkeletonPtr(), &specifiedSkeleton); in getBestRaw()
991 *specifiedSkeletonPtr = specifiedSkeleton; in getBestRaw()
998 const PtnSkeleton* specifiedSkeleton, in adjustFieldTypes() argument
1057 } else if (specifiedSkeleton) { in adjustFieldTypes()
1058 UnicodeString skelField = specifiedSkeleton->original[typeValue]; in adjustFieldTypes()
1061 UBool skelFieldIsNumeric = (specifiedSkeleton->type[typeValue] > 0); in adjustFieldTypes()
1087 const PtnSkeleton* specifiedSkeleton=NULL; in getBestAppending() local
1088 tempPattern = *getBestRaw(*dtMatcher, missingFields, distanceInfo, &specifiedSkeleton); in getBestAppending()
1089 resultPattern = adjustFieldTypes(tempPattern, specifiedSkeleton, FALSE, options); in getBestAppending()
1099 resultPattern = adjustFieldTypes(resultPattern, specifiedSkeleton, FALSE, options); in getBestAppending()
1105 …attern = *getBestRaw(*dtMatcher, distanceInfo->missingFieldMask, distanceInfo, &specifiedSkeleton); in getBestAppending()
1106 tempPattern = adjustFieldTypes(tempPattern, specifiedSkeleton, FALSE, options); in getBestAppending()