Searched refs:bestPattern (Results 1 – 8 of 8) sorted by relevance
135 UChar bestPattern[20]; in TestUsage() local147 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()
631 UnicodeString bestPattern; in testAPI() local642 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() local686 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
61 UChar *bestPattern, int32_t capacity, in udatpg_getBestPattern() argument65 bestPattern, capacity, pErrorCode); in udatpg_getBestPattern()72 UChar *bestPattern, int32_t capacity, in udatpg_getBestPatternWithOptions() argument83 return result.extract(bestPattern, capacity, *pErrorCode); in udatpg_getBestPatternWithOptions()
957 const UnicodeString *bestPattern=NULL; in getBestPattern() local1008 bestPattern=getBestRaw(*dtMatcher, -1, distanceInfo, &specifiedSkeleton); in getBestPattern()1010 resultPattern = adjustFieldTypes(*bestPattern, specifiedSkeleton, flags, options); in getBestPattern()1245 const UnicodeString *bestPattern=NULL; in getBestRaw() local1257 … bestPattern=patternMap->getPatternFromSkeleton(*trial.getSkeletonPtr(), &specifiedSkeleton); in getBestRaw()1268 if (bestPattern && specifiedSkeletonPtr) { in getBestRaw()1271 return bestPattern; in getBestRaw()
225 UChar *bestPattern, int32_t capacity,262 UChar *bestPattern, int32_t capacity,
2126 final String bestPattern = generator.getBestPattern(skeleton); in getInstanceForSkeleton() local2127 return new SimpleDateFormat(bestPattern, locale); in getInstanceForSkeleton()2167 final String bestPattern = generator.getBestPattern(skeleton); in getInstanceForSkeleton() local2168 SimpleDateFormat format = new SimpleDateFormat(bestPattern, locale); in getInstanceForSkeleton()
1979 final String bestPattern = generator.getBestPattern(skeleton); in getInstanceForSkeleton() local1980 return new SimpleDateFormat(bestPattern, locale); in getInstanceForSkeleton()2016 final String bestPattern = generator.getBestPattern(skeleton); in getInstanceForSkeleton() local2017 SimpleDateFormat format = new SimpleDateFormat(bestPattern, locale); in getInstanceForSkeleton()
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...