Searched refs:bestPattern (Results 1 – 5 of 5) sorted by relevance
/external/icu4c/test/intltest/ |
D | dtptngts.cpp | 612 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/ |
D | udatpg_test.c | 117 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/ |
D | udatpg.cpp | 59 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()
|
D | dtptngen.cpp | 759 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 989 … bestPattern=patternMap->getPatternFromSkeleton(*trial.getSkeletonPtr(), &specifiedSkeleton); in getBestRaw() 1000 if (bestPattern && specifiedSkeletonPtr) { in getBestRaw() 1003 return bestPattern; in getBestRaw()
|
/external/icu4c/i18n/unicode/ |
D | udatpg.h | 212 UChar *bestPattern, int32_t capacity, 249 UChar *bestPattern, int32_t capacity,
|