/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | udatpg.cpp | 61 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()
|
D | dtptngen.cpp | 1055 const UnicodeString *bestPattern = nullptr; in getBestPattern() local 1072 bestPattern=getBestRaw(*dtMatcher, -1, distanceInfo, status, &specifiedSkeleton); in getBestPattern() 1078 resultPattern = adjustFieldTypes(*bestPattern, specifiedSkeleton, flags, options); in getBestPattern() 1425 const UnicodeString *bestPattern=nullptr; in getBestRaw() local 1439 … bestPattern=patternMap->getPatternFromSkeleton(*trial.getSkeletonPtr(), &specifiedSkeleton); in getBestRaw() 1450 if (bestPattern && specifiedSkeletonPtr) { in getBestRaw() 1453 return bestPattern; in getBestRaw()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | udatpg.cpp | 61 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()
|
D | dtptngen.cpp | 1156 const UnicodeString *bestPattern = nullptr; in getBestPattern() local 1173 bestPattern=getBestRaw(*dtMatcher, -1, distanceInfo, status, &specifiedSkeleton); in getBestPattern() 1179 resultPattern = adjustFieldTypes(*bestPattern, specifiedSkeleton, flags, options); in getBestPattern() 1531 const UnicodeString *bestPattern=nullptr; in getBestRaw() local 1552 … bestPattern=patternMap->getPatternFromSkeleton(*trial.getSkeletonPtr(), &specifiedSkeleton); in getBestRaw() 1563 if (bestPattern && specifiedSkeletonPtr) { in getBestRaw() 1566 return bestPattern; in getBestRaw()
|
/third_party/icu/icu4c/source/i18n/ |
D | udatpg.cpp | 61 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()
|
D | dtptngen.cpp | 1171 const UnicodeString *bestPattern = nullptr; in getBestPattern() local 1188 bestPattern=getBestRaw(*dtMatcher, -1, distanceInfo, status, &specifiedSkeleton); in getBestPattern() 1194 resultPattern = adjustFieldTypes(*bestPattern, specifiedSkeleton, flags, options); in getBestPattern() 1546 const UnicodeString *bestPattern=nullptr; in getBestRaw() local 1567 … bestPattern=patternMap->getPatternFromSkeleton(*trial.getSkeletonPtr(), &specifiedSkeleton); in getBestRaw() 1578 if (bestPattern && specifiedSkeletonPtr) { in getBestRaw() 1581 return bestPattern; in getBestRaw()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | udatpg.cpp | 61 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()
|
D | dtptngen.cpp | 1171 const UnicodeString *bestPattern = nullptr; in getBestPattern() local 1188 bestPattern=getBestRaw(*dtMatcher, -1, distanceInfo, status, &specifiedSkeleton); in getBestPattern() 1194 resultPattern = adjustFieldTypes(*bestPattern, specifiedSkeleton, flags, options); in getBestPattern() 1546 const UnicodeString *bestPattern=nullptr; in getBestRaw() local 1567 … bestPattern=patternMap->getPatternFromSkeleton(*trial.getSkeletonPtr(), &specifiedSkeleton); in getBestRaw() 1578 if (bestPattern && specifiedSkeletonPtr) { in getBestRaw() 1581 return bestPattern; in getBestRaw()
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | udatpg_test.c | 141 UChar bestPattern[20]; in TestUsage() local 153 bestPattern, 20, &errorCode); in TestUsage() 158 if((u_memcmp(bestPattern, expectingBestPattern, length)!=0) || bestPattern[length]!=0) { in TestUsage() 166 length = udatpg_getBestPattern(dtpg, s, 0, bestPattern, 20, &errorCode); in TestUsage()
|
/third_party/icu/icu4c/source/test/intltest/ |
D | dtptngts.cpp | 698 UnicodeString bestPattern; in testAPI() local 709 bestPattern = patGen->getBestPattern(patternData[dataIndex++], status); in testAPI() 710 logln(UnicodeString(" -> ") + bestPattern); in testAPI() 712 SimpleDateFormat sdf(bestPattern, loc, status); in testAPI() 738 UnicodeString bestPattern; in testAPI() local 756 bestPattern = patGen->getBestPattern(patternTests2[dataIndex], status); in testAPI() 757 logln(UnicodeString(" -> ") + bestPattern); in testAPI() 758 enFormat->applyPattern(bestPattern); in testAPI() 791 UnicodeString bestPattern = randDTGen->getBestPattern(randomSkeleton, status); in testAPI() local
|
/third_party/icu/icu4c/source/i18n/unicode/ |
D | udatpg.h | 244 UChar *bestPattern, int32_t capacity, 281 UChar *bestPattern, int32_t capacity,
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
D | udatpg.h | 244 UChar *bestPattern, int32_t capacity, 281 UChar *bestPattern, int32_t capacity,
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
D | udatpg.h | 244 UChar *bestPattern, int32_t capacity, 281 UChar *bestPattern, int32_t capacity,
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/unicode/ |
D | udatpg.h | 240 UChar *bestPattern, int32_t capacity, 277 UChar *bestPattern, int32_t capacity,
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | DateFormat.java | 2043 final String bestPattern = generator.getBestPattern(skeleton); in getInstanceForSkeleton() local 2044 return new SimpleDateFormat(bestPattern, locale); in getInstanceForSkeleton() 2083 final String bestPattern = generator.getBestPattern(skeleton); in getInstanceForSkeleton() local 2084 SimpleDateFormat format = new SimpleDateFormat(bestPattern, locale); in getInstanceForSkeleton()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | DateFormat.java | 2187 final String bestPattern = generator.getBestPattern(skeleton); in getInstanceForSkeleton() local 2188 return new SimpleDateFormat(bestPattern, locale); in getInstanceForSkeleton() 2231 final String bestPattern = generator.getBestPattern(skeleton); in getInstanceForSkeleton() local 2232 SimpleDateFormat format = new SimpleDateFormat(bestPattern, locale); in getInstanceForSkeleton()
|