Lines Matching refs:specifiedSkeleton

807     const PtnSkeleton* specifiedSkeleton=NULL;  in getBestPattern()  local
808 bestPattern=getBestRaw(*dtMatcher, -1, distanceInfo, &specifiedSkeleton); in getBestPattern()
810 resultPattern = adjustFieldTypes(*bestPattern, specifiedSkeleton, flags, options); in getBestPattern()
1025 const PtnSkeleton* specifiedSkeleton=NULL; in getBestRaw() local
1036 … bestPattern=patternMap->getPatternFromSkeleton(*trial.getSkeletonPtr(), &specifiedSkeleton); in getBestRaw()
1048 *specifiedSkeletonPtr = specifiedSkeleton; in getBestRaw()
1055 const PtnSkeleton* specifiedSkeleton, in adjustFieldTypes() argument
1115 } else if (specifiedSkeleton) { in adjustFieldTypes()
1116 UnicodeString skelField = specifiedSkeleton->original[typeValue]; in adjustFieldTypes()
1119 UBool skelFieldIsNumeric = (specifiedSkeleton->type[typeValue] > 0); in adjustFieldTypes()
1149 const PtnSkeleton* specifiedSkeleton=NULL; in getBestAppending() local
1150 tempPattern = *getBestRaw(*dtMatcher, missingFields, distanceInfo, &specifiedSkeleton); in getBestAppending()
1151 resultPattern = adjustFieldTypes(tempPattern, specifiedSkeleton, flags, options); in getBestAppending()
1161 …resultPattern = adjustFieldTypes(resultPattern, specifiedSkeleton, flags | kDTPGFixFractionalSecon… in getBestAppending()
1166 …attern = *getBestRaw(*dtMatcher, distanceInfo->missingFieldMask, distanceInfo, &specifiedSkeleton); in getBestAppending()
1167 tempPattern = adjustFieldTypes(tempPattern, specifiedSkeleton, flags, options); in getBestAppending()