Searched refs:specifiedSkeleton (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | dtptngen.cpp | 1187 const PtnSkeleton* specifiedSkeleton = nullptr; in getBestPattern() local 1188 bestPattern=getBestRaw(*dtMatcher, -1, distanceInfo, status, &specifiedSkeleton); in getBestPattern() 1194 resultPattern = adjustFieldTypes(*bestPattern, specifiedSkeleton, flags, options); in getBestPattern() 1547 const PtnSkeleton* specifiedSkeleton=nullptr; in getBestRaw() local 1567 … bestPattern=patternMap->getPatternFromSkeleton(*trial.getSkeletonPtr(), &specifiedSkeleton); in getBestRaw() 1579 *specifiedSkeletonPtr = specifiedSkeleton; in getBestRaw() 1586 const PtnSkeleton* specifiedSkeleton, in adjustFieldTypes() argument 1651 } else if (specifiedSkeleton) { in adjustFieldTypes() 1652 … int32_t skelFieldLen = specifiedSkeleton->original.getFieldLength(typeValue); in adjustFieldTypes() 1654 UBool skelFieldIsNumeric = (specifiedSkeleton->type[typeValue] > 0); in adjustFieldTypes() [all …]
|
/external/icu/libicu/cts_headers/unicode/ |
D | dtptngen.h | 602 …g adjustFieldTypes(const UnicodeString& pattern, const PtnSkeleton* specifiedSkeleton, int32_t fla…
|
/external/icu/icu4c/source/i18n/unicode/ |
D | dtptngen.h | 602 …g adjustFieldTypes(const UnicodeString& pattern, const PtnSkeleton* specifiedSkeleton, int32_t fla…
|