Searched refs:specifiedSkeleton (Results 1 – 2 of 2) sorted by relevance
/external/icu4c/i18n/ |
D | dtptngen.cpp | 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() [all …]
|
/external/icu4c/i18n/unicode/ |
D | dtptngen.h | 465 …g adjustFieldTypes(const UnicodeString& pattern, const PtnSkeleton* specifiedSkeleton, UBool fixFr…
|