Home
last modified time | relevance | path

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

/external/icu4c/test/intltest/
Ddtptngts.cpp612 UnicodeString bestPattern; in testAPI() local
623 bestPattern = patGen->getBestPattern(patternData[dataIndex++], status); in testAPI()
624 logln(UnicodeString(" -> ") + bestPattern); in testAPI()
626 SimpleDateFormat sdf(bestPattern, loc, status); in testAPI()
649 UnicodeString bestPattern; in testAPI() local
667 bestPattern = patGen->getBestPattern(patternTests2[dataIndex], status); in testAPI()
668 logln(UnicodeString(" -> ") + bestPattern); in testAPI()
669 enFormat->applyPattern(bestPattern); in testAPI()
703 UnicodeString bestPattern = randDTGen->getBestPattern(randomSkeleton, status); in testAPI() local
/external/icu4c/test/cintltst/
Dudatpg_test.c117 UChar bestPattern[20]; in TestUsage() local
129 bestPattern, 20, &errorCode); in TestUsage()
134 if((u_memcmp(bestPattern, expectingBestPattern, length)!=0) || bestPattern[length]!=0) { in TestUsage()
142 length = udatpg_getBestPattern(dtpg, s, 0, bestPattern, 20, &errorCode); in TestUsage()
/external/icu4c/i18n/
Dudatpg.cpp59 UChar *bestPattern, int32_t capacity, in udatpg_getBestPattern() argument
63 bestPattern, capacity, pErrorCode); in udatpg_getBestPattern()
70 UChar *bestPattern, int32_t capacity, in udatpg_getBestPatternWithOptions() argument
81 return result.extract(bestPattern, capacity, *pErrorCode); in udatpg_getBestPatternWithOptions()
Ddtptngen.cpp759 const UnicodeString *bestPattern=NULL; in getBestPattern() local
772 bestPattern=getBestRaw(*dtMatcher, -1, distanceInfo, &specifiedSkeleton); in getBestPattern()
774 resultPattern = adjustFieldTypes(*bestPattern, specifiedSkeleton, FALSE, options); in getBestPattern()
977 const UnicodeString *bestPattern=NULL; in getBestRaw() local
989bestPattern=patternMap->getPatternFromSkeleton(*trial.getSkeletonPtr(), &specifiedSkeleton); in getBestRaw()
1000 if (bestPattern && specifiedSkeletonPtr) { in getBestRaw()
1003 return bestPattern; in getBestRaw()
/external/icu4c/i18n/unicode/
Dudatpg.h212 UChar *bestPattern, int32_t capacity,
249 UChar *bestPattern, int32_t capacity,