Searched refs:bestPattern (Results 1 - 6 of 6) sorted by relevance

/external/icu4c/test/intltest/
H A Ddtptngts.cpp564 UnicodeString bestPattern; local
575 bestPattern = patGen->getBestPattern(patternData[dataIndex++], status);
576 logln(UnicodeString(" -> ") + bestPattern);
578 SimpleDateFormat sdf(bestPattern, loc, status);
601 UnicodeString bestPattern; local
619 bestPattern = patGen->getBestPattern(patternTests2[dataIndex], status);
620 logln(UnicodeString(" -> ") + bestPattern);
621 enFormat->applyPattern(bestPattern);
655 UnicodeString bestPattern = randDTGen->getBestPattern(randomSkeleton, status); local
/external/icu4c/i18n/unicode/
H A Dudatpg.h199 * @param bestPattern
201 * @param capacity the capacity of bestPattern.
204 * @return the length of bestPattern.
210 UChar *bestPattern, int32_t capacity,
233 * @param bestPattern
236 * the capacity of bestPattern.
240 * @return the length of bestPattern.
247 UChar *bestPattern, int32_t capacity,
/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.cpp748 const UnicodeString *bestPattern=NULL; local
761 bestPattern=getBestRaw(*dtMatcher, -1, distanceInfo, &specifiedSkeleton);
763 resultPattern = adjustFieldTypes(*bestPattern, specifiedSkeleton, FALSE, options);
967 const UnicodeString *bestPattern=NULL; local
979 bestPattern=patternMap->getPatternFromSkeleton(*trial.getSkeletonPtr(), &specifiedSkeleton);
990 if (bestPattern && specifiedSkeletonPtr) {
993 return bestPattern;
/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/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 148 milliseconds