Lines Matching refs:specifiedSkeleton
771 const PtnSkeleton* specifiedSkeleton=NULL; in getBestPattern() local
772 bestPattern=getBestRaw(*dtMatcher, -1, distanceInfo, &specifiedSkeleton); in getBestPattern()
774 resultPattern = adjustFieldTypes(*bestPattern, specifiedSkeleton, FALSE, options); in getBestPattern()
978 const PtnSkeleton* specifiedSkeleton=NULL; in getBestRaw() local
989 … bestPattern=patternMap->getPatternFromSkeleton(*trial.getSkeletonPtr(), &specifiedSkeleton); in getBestRaw()
1001 *specifiedSkeletonPtr = specifiedSkeleton; in getBestRaw()
1008 const PtnSkeleton* specifiedSkeleton, in adjustFieldTypes() argument
1068 } else if (specifiedSkeleton) { in adjustFieldTypes()
1069 UnicodeString skelField = specifiedSkeleton->original[typeValue]; in adjustFieldTypes()
1072 UBool skelFieldIsNumeric = (specifiedSkeleton->type[typeValue] > 0); in adjustFieldTypes()
1099 const PtnSkeleton* specifiedSkeleton=NULL; in getBestAppending() local
1100 tempPattern = *getBestRaw(*dtMatcher, missingFields, distanceInfo, &specifiedSkeleton); in getBestAppending()
1101 resultPattern = adjustFieldTypes(tempPattern, specifiedSkeleton, FALSE, options); in getBestAppending()
1111 resultPattern = adjustFieldTypes(resultPattern, specifiedSkeleton, TRUE, options); in getBestAppending()
1116 …attern = *getBestRaw(*dtMatcher, distanceInfo->missingFieldMask, distanceInfo, &specifiedSkeleton); in getBestAppending()
1117 tempPattern = adjustFieldTypes(tempPattern, specifiedSkeleton, FALSE, options); in getBestAppending()