Searched defs:specifiedSkeleton (Results 1 - 1 of 1) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Ddtptngen.cpp807 const PtnSkeleton* specifiedSkeleton=NULL; local
808 bestPattern=getBestRaw(*dtMatcher, -1, distanceInfo, &specifiedSkeleton);
810 resultPattern = adjustFieldTypes(*bestPattern, specifiedSkeleton, flags, options);
1025 const PtnSkeleton* specifiedSkeleton=NULL; local
1036 bestPattern=patternMap->getPatternFromSkeleton(*trial.getSkeletonPtr(), &specifiedSkeleton);
1048 *specifiedSkeletonPtr = specifiedSkeleton;
1055 const PtnSkeleton* specifiedSkeleton,
1115 } else if (specifiedSkeleton) {
1116 UnicodeString skelField = specifiedSkeleton->original[typeValue];
1119 UBool skelFieldIsNumeric = (specifiedSkeleton
1054 adjustFieldTypes(const UnicodeString& pattern, const PtnSkeleton* specifiedSkeleton, int32_t flags, UDateTimePatternMatchOptions options) argument
1149 const PtnSkeleton* specifiedSkeleton=NULL; local
[all...]

Completed in 34 milliseconds