Home
last modified time | relevance | path

Searched refs:bestPattern (Results 1 – 8 of 8) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
Dudatpg_test.c135 UChar bestPattern[20]; in TestUsage() local
147 bestPattern, 20, &errorCode); in TestUsage()
152 if((u_memcmp(bestPattern, expectingBestPattern, length)!=0) || bestPattern[length]!=0) { in TestUsage()
160 length = udatpg_getBestPattern(dtpg, s, 0, bestPattern, 20, &errorCode); in TestUsage()
/external/icu/icu4c/source/test/intltest/
Ddtptngts.cpp631 UnicodeString bestPattern; in testAPI() local
642 bestPattern = patGen->getBestPattern(patternData[dataIndex++], status); in testAPI()
643 logln(UnicodeString(" -> ") + bestPattern); in testAPI()
645 SimpleDateFormat sdf(bestPattern, loc, status); in testAPI()
668 UnicodeString bestPattern; in testAPI() local
686 bestPattern = patGen->getBestPattern(patternTests2[dataIndex], status); in testAPI()
687 logln(UnicodeString(" -> ") + bestPattern); in testAPI()
688 enFormat->applyPattern(bestPattern); in testAPI()
722 UnicodeString bestPattern = randDTGen->getBestPattern(randomSkeleton, status); in testAPI() local
/external/icu/icu4c/source/i18n/
Dudatpg.cpp61 UChar *bestPattern, int32_t capacity, in udatpg_getBestPattern() argument
65 bestPattern, capacity, pErrorCode); in udatpg_getBestPattern()
72 UChar *bestPattern, int32_t capacity, in udatpg_getBestPatternWithOptions() argument
83 return result.extract(bestPattern, capacity, *pErrorCode); in udatpg_getBestPatternWithOptions()
Ddtptngen.cpp957 const UnicodeString *bestPattern=NULL; in getBestPattern() local
1008 bestPattern=getBestRaw(*dtMatcher, -1, distanceInfo, &specifiedSkeleton); in getBestPattern()
1010 resultPattern = adjustFieldTypes(*bestPattern, specifiedSkeleton, flags, options); in getBestPattern()
1245 const UnicodeString *bestPattern=NULL; in getBestRaw() local
1257bestPattern=patternMap->getPatternFromSkeleton(*trial.getSkeletonPtr(), &specifiedSkeleton); in getBestRaw()
1268 if (bestPattern && specifiedSkeletonPtr) { in getBestRaw()
1271 return bestPattern; in getBestRaw()
/external/icu/icu4c/source/i18n/unicode/
Dudatpg.h225 UChar *bestPattern, int32_t capacity,
262 UChar *bestPattern, int32_t capacity,
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DDateFormat.java2126 final String bestPattern = generator.getBestPattern(skeleton); in getInstanceForSkeleton() local
2127 return new SimpleDateFormat(bestPattern, locale); in getInstanceForSkeleton()
2167 final String bestPattern = generator.getBestPattern(skeleton); in getInstanceForSkeleton() local
2168 SimpleDateFormat format = new SimpleDateFormat(bestPattern, locale); in getInstanceForSkeleton()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DDateFormat.java1979 final String bestPattern = generator.getBestPattern(skeleton); in getInstanceForSkeleton() local
1980 return new SimpleDateFormat(bestPattern, locale); in getInstanceForSkeleton()
2016 final String bestPattern = generator.getBestPattern(skeleton); in getInstanceForSkeleton() local
2017 SimpleDateFormat format = new SimpleDateFormat(bestPattern, locale); in getInstanceForSkeleton()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...