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

/external/chromium_org/third_party/icu/source/i18n/
H A Ddtptngen.cpp759 const PtnSkeleton* specifiedSkeleton=NULL; local
760 bestPattern=getBestRaw(*dtMatcher, -1, distanceInfo, &specifiedSkeleton);
762 resultPattern = adjustFieldTypes(*bestPattern, specifiedSkeleton, FALSE, options);
967 const PtnSkeleton* specifiedSkeleton=NULL; local
978 bestPattern=patternMap->getPatternFromSkeleton(*trial.getSkeletonPtr(), &specifiedSkeleton);
990 *specifiedSkeletonPtr = specifiedSkeleton;
997 const PtnSkeleton* specifiedSkeleton,
1059 } else if (specifiedSkeleton) {
1060 UnicodeString skelField = specifiedSkeleton->original[typeValue];
1063 UBool skelFieldIsNumeric = (specifiedSkeleton
996 adjustFieldTypes(const UnicodeString& pattern, const PtnSkeleton* specifiedSkeleton, UBool fixFractionalSeconds, UDateTimePatternMatchOptions options) argument
1090 const PtnSkeleton* specifiedSkeleton=NULL; local
[all...]
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Ddtptngen.h463 UnicodeString adjustFieldTypes(const UnicodeString& pattern, const PtnSkeleton* specifiedSkeleton, UBool fixFractionalSeconds, UDateTimePatternMatchOptions options = UDATPG_MATCH_NO_OPTIONS);
/external/icu4c/i18n/
H A Ddtptngen.cpp775 const PtnSkeleton* specifiedSkeleton=NULL; local
776 bestPattern=getBestRaw(*dtMatcher, -1, distanceInfo, &specifiedSkeleton);
778 resultPattern = adjustFieldTypes(*bestPattern, specifiedSkeleton, FALSE, options);
993 const PtnSkeleton* specifiedSkeleton=NULL; local
1004 bestPattern=patternMap->getPatternFromSkeleton(*trial.getSkeletonPtr(), &specifiedSkeleton);
1016 *specifiedSkeletonPtr = specifiedSkeleton;
1023 const PtnSkeleton* specifiedSkeleton,
1083 } else if (specifiedSkeleton) {
1084 UnicodeString skelField = specifiedSkeleton->original[typeValue];
1087 UBool skelFieldIsNumeric = (specifiedSkeleton
1022 adjustFieldTypes(const UnicodeString& pattern, const PtnSkeleton* specifiedSkeleton, UBool fixFractionalSeconds, UDateTimePatternMatchOptions options) argument
1114 const PtnSkeleton* specifiedSkeleton=NULL; local
[all...]
/external/icu4c/i18n/unicode/
H A Ddtptngen.h465 UnicodeString adjustFieldTypes(const UnicodeString& pattern, const PtnSkeleton* specifiedSkeleton, UBool fixFractionalSeconds, UDateTimePatternMatchOptions options = UDATPG_MATCH_NO_OPTIONS);

Completed in 131 milliseconds