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

/external/chromium_org/third_party/icu/source/i18n/
H A Dudatpg.cpp59 UChar *bestPattern, int32_t capacity,
63 bestPattern, capacity, pErrorCode);
70 UChar *bestPattern, int32_t capacity,
81 return result.extract(bestPattern, capacity, *pErrorCode);
57 udatpg_getBestPattern(UDateTimePatternGenerator *dtpg, const UChar *skeleton, int32_t length, UChar *bestPattern, int32_t capacity, UErrorCode *pErrorCode) argument
67 udatpg_getBestPatternWithOptions(UDateTimePatternGenerator *dtpg, const UChar *skeleton, int32_t length, UDateTimePatternMatchOptions options, UChar *bestPattern, int32_t capacity, UErrorCode *pErrorCode) argument
H A Ddtptngen.cpp747 const UnicodeString *bestPattern=NULL; local
760 bestPattern=getBestRaw(*dtMatcher, -1, distanceInfo, &specifiedSkeleton);
762 resultPattern = adjustFieldTypes(*bestPattern, specifiedSkeleton, FALSE, options);
966 const UnicodeString *bestPattern=NULL; local
978 bestPattern=patternMap->getPatternFromSkeleton(*trial.getSkeletonPtr(), &specifiedSkeleton);
989 if (bestPattern && specifiedSkeletonPtr) {
992 return bestPattern;
/external/icu4c/i18n/
H A Dudatpg.cpp59 UChar *bestPattern, int32_t capacity,
63 bestPattern, capacity, pErrorCode);
70 UChar *bestPattern, int32_t capacity,
81 return result.extract(bestPattern, capacity, *pErrorCode);
57 udatpg_getBestPattern(UDateTimePatternGenerator *dtpg, const UChar *skeleton, int32_t length, UChar *bestPattern, int32_t capacity, UErrorCode *pErrorCode) argument
67 udatpg_getBestPatternWithOptions(UDateTimePatternGenerator *dtpg, const UChar *skeleton, int32_t length, UDateTimePatternMatchOptions options, UChar *bestPattern, int32_t capacity, UErrorCode *pErrorCode) argument
H A Ddtptngen.cpp763 const UnicodeString *bestPattern=NULL; local
776 bestPattern=getBestRaw(*dtMatcher, -1, distanceInfo, &specifiedSkeleton);
778 resultPattern = adjustFieldTypes(*bestPattern, specifiedSkeleton, FALSE, options);
992 const UnicodeString *bestPattern=NULL; local
1004 bestPattern=patternMap->getPatternFromSkeleton(*trial.getSkeletonPtr(), &specifiedSkeleton);
1015 if (bestPattern && specifiedSkeletonPtr) {
1018 return bestPattern;
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dudatpg_test.c117 UChar bestPattern[20]; local
129 bestPattern, 20, &errorCode);
134 if((u_memcmp(bestPattern, expectingBestPattern, length)!=0) || bestPattern[length]!=0) {
142 length = udatpg_getBestPattern(dtpg, s, 0, bestPattern, 20, &errorCode);
/external/chromium_org/third_party/icu/source/test/intltest/
H A Ddtptngts.cpp554 UnicodeString bestPattern; local
565 bestPattern = patGen->getBestPattern(patternData[dataIndex++], status);
566 logln(UnicodeString(" -> ") + bestPattern);
568 SimpleDateFormat sdf(bestPattern, loc, status);
591 UnicodeString bestPattern; local
609 bestPattern = patGen->getBestPattern(patternTests2[dataIndex], status);
610 logln(UnicodeString(" -> ") + bestPattern);
611 enFormat->applyPattern(bestPattern);
645 UnicodeString bestPattern = randDTGen->getBestPattern(randomSkeleton, status); local
/external/icu4c/test/cintltst/
H A Dudatpg_test.c117 UChar bestPattern[20]; local
129 bestPattern, 20, &errorCode);
134 if((u_memcmp(bestPattern, expectingBestPattern, length)!=0) || bestPattern[length]!=0) {
142 length = udatpg_getBestPattern(dtpg, s, 0, bestPattern, 20, &errorCode);
/external/icu4c/test/intltest/
H A Ddtptngts.cpp612 UnicodeString bestPattern; local
623 bestPattern = patGen->getBestPattern(patternData[dataIndex++], status);
624 logln(UnicodeString(" -> ") + bestPattern);
626 SimpleDateFormat sdf(bestPattern, loc, status);
649 UnicodeString bestPattern; local
667 bestPattern = patGen->getBestPattern(patternTests2[dataIndex], status);
668 logln(UnicodeString(" -> ") + bestPattern);
669 enFormat->applyPattern(bestPattern);
703 UnicodeString bestPattern = randDTGen->getBestPattern(randomSkeleton, status); local
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 160 milliseconds