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.cpp772 const UnicodeString *bestPattern=NULL; local
803 bestPattern=getBestRaw(*dtMatcher, -1, distanceInfo, &specifiedSkeleton);
805 resultPattern = adjustFieldTypes(*bestPattern, specifiedSkeleton, flags, options);
1019 const UnicodeString *bestPattern=NULL; local
1031 bestPattern=patternMap->getPatternFromSkeleton(*trial.getSkeletonPtr(), &specifiedSkeleton);
1042 if (bestPattern && specifiedSkeletonPtr) {
1045 return bestPattern;
/external/icu/icu4c/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.cpp773 const UnicodeString *bestPattern=NULL; local
804 bestPattern=getBestRaw(*dtMatcher, -1, distanceInfo, &specifiedSkeleton);
806 resultPattern = adjustFieldTypes(*bestPattern, specifiedSkeleton, flags, options);
1020 const UnicodeString *bestPattern=NULL; local
1032 bestPattern=patternMap->getPatternFromSkeleton(*trial.getSkeletonPtr(), &specifiedSkeleton);
1043 if (bestPattern && specifiedSkeletonPtr) {
1046 return bestPattern;
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dudatpg_test.c132 UChar bestPattern[20]; local
144 bestPattern, 20, &errorCode);
149 if((u_memcmp(bestPattern, expectingBestPattern, length)!=0) || bestPattern[length]!=0) {
157 length = udatpg_getBestPattern(dtpg, s, 0, bestPattern, 20, &errorCode);
/external/icu/icu4c/source/test/cintltst/
H A Dudatpg_test.c132 UChar bestPattern[20]; local
144 bestPattern, 20, &errorCode);
149 if((u_memcmp(bestPattern, expectingBestPattern, length)!=0) || bestPattern[length]!=0) {
157 length = udatpg_getBestPattern(dtpg, s, 0, bestPattern, 20, &errorCode);
/external/chromium_org/third_party/icu/source/test/intltest/
H A Ddtptngts.cpp626 UnicodeString bestPattern; local
637 bestPattern = patGen->getBestPattern(patternData[dataIndex++], status);
638 logln(UnicodeString(" -> ") + bestPattern);
640 SimpleDateFormat sdf(bestPattern, loc, status);
663 UnicodeString bestPattern; local
681 bestPattern = patGen->getBestPattern(patternTests2[dataIndex], status);
682 logln(UnicodeString(" -> ") + bestPattern);
683 enFormat->applyPattern(bestPattern);
717 UnicodeString bestPattern = randDTGen->getBestPattern(randomSkeleton, status); local
/external/icu/icu4c/source/test/intltest/
H A Ddtptngts.cpp626 UnicodeString bestPattern; local
637 bestPattern = patGen->getBestPattern(patternData[dataIndex++], status);
638 logln(UnicodeString(" -> ") + bestPattern);
640 SimpleDateFormat sdf(bestPattern, loc, status);
663 UnicodeString bestPattern; local
681 bestPattern = patGen->getBestPattern(patternTests2[dataIndex], status);
682 logln(UnicodeString(" -> ") + bestPattern);
683 enFormat->applyPattern(bestPattern);
717 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 258 milliseconds