Lines Matching refs:specifiedSkeleton

844     const PtnSkeleton* specifiedSkeleton=NULL;  in getBestPattern()  local
845 bestPattern=getBestRaw(*dtMatcher, -1, distanceInfo, &specifiedSkeleton); in getBestPattern()
847 resultPattern = adjustFieldTypes(*bestPattern, specifiedSkeleton, flags, options); in getBestPattern()
1062 const PtnSkeleton* specifiedSkeleton=NULL; in getBestRaw() local
1073 … bestPattern=patternMap->getPatternFromSkeleton(*trial.getSkeletonPtr(), &specifiedSkeleton); in getBestRaw()
1085 *specifiedSkeletonPtr = specifiedSkeleton; in getBestRaw()
1092 const PtnSkeleton* specifiedSkeleton, in adjustFieldTypes() argument
1152 } else if (specifiedSkeleton) { in adjustFieldTypes()
1153 UnicodeString skelField = specifiedSkeleton->original[typeValue]; in adjustFieldTypes()
1156 UBool skelFieldIsNumeric = (specifiedSkeleton->type[typeValue] > 0); in adjustFieldTypes()
1186 const PtnSkeleton* specifiedSkeleton=NULL; in getBestAppending() local
1187 tempPattern = *getBestRaw(*dtMatcher, missingFields, distanceInfo, &specifiedSkeleton); in getBestAppending()
1188 resultPattern = adjustFieldTypes(tempPattern, specifiedSkeleton, flags, options); in getBestAppending()
1198 …resultPattern = adjustFieldTypes(resultPattern, specifiedSkeleton, flags | kDTPGFixFractionalSecon… in getBestAppending()
1203 …attern = *getBestRaw(*dtMatcher, distanceInfo->missingFieldMask, distanceInfo, &specifiedSkeleton); in getBestAppending()
1204 tempPattern = adjustFieldTypes(tempPattern, specifiedSkeleton, flags, options); in getBestAppending()