Searched refs:specifiedSkeleton (Results 1 - 4 of 4) sorted by relevance
/external/chromium_org/third_party/icu/source/i18n/ |
H A D | dtptngen.cpp | 759 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 D | dtptngen.h | 463 UnicodeString adjustFieldTypes(const UnicodeString& pattern, const PtnSkeleton* specifiedSkeleton, UBool fixFractionalSeconds, UDateTimePatternMatchOptions options = UDATPG_MATCH_NO_OPTIONS);
|
/external/icu4c/i18n/ |
H A D | dtptngen.cpp | 775 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 D | dtptngen.h | 465 UnicodeString adjustFieldTypes(const UnicodeString& pattern, const PtnSkeleton* specifiedSkeleton, UBool fixFractionalSeconds, UDateTimePatternMatchOptions options = UDATPG_MATCH_NO_OPTIONS);
|
Completed in 663 milliseconds