/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
D | smpdtfmt.h | 1425 … int32_t patLoc, MessageFormat * numericLeapMonthFormatter, UTimeZoneFormatTimeType *tzTimeType, 1442 int32_t patLoc, UBool isNegative) const;
|
/third_party/icu/icu4c/source/i18n/unicode/ |
D | smpdtfmt.h | 1441 … int32_t patLoc, MessageFormat * numericLeapMonthFormatter, UTimeZoneFormatTimeType *tzTimeType, 1458 int32_t patLoc, UBool isNegative) const;
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
D | smpdtfmt.h | 1442 … int32_t patLoc, MessageFormat * numericLeapMonthFormatter, UTimeZoneFormatTimeType *tzTimeType, 1459 int32_t patLoc, UBool isNegative) const;
|
/third_party/icu/icu4c/source/i18n/ |
D | smpdtfmt.cpp | 3070 … int32_t patLoc, MessageFormat * numericLeapMonthFormatter, UTimeZoneFormatTimeType *tzTimeType, in subParse() argument 3181 txtLoc = checkIntSuffix(text, txtLoc, patLoc+1, true); in subParse() 3187 txtLoc = checkIntSuffix(text, txtLoc, patLoc+1, false); in subParse() 3799 patLoc, numericLeapMonthFormatter, tzTimeType); in subParse() 4291 int32_t patLoc, UBool isNegative) const { in checkIntSuffix() argument 4301 (patLoc < 0) || in checkIntSuffix() 4302 (patLoc > fPattern.length())) { in checkIntSuffix() 4324 patternMatch = compareSimpleAffix(suf,fPattern,patLoc); in checkIntSuffix()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | smpdtfmt.cpp | 2977 … int32_t patLoc, MessageFormat * numericLeapMonthFormatter, UTimeZoneFormatTimeType *tzTimeType, in subParse() argument 3088 txtLoc = checkIntSuffix(text, txtLoc, patLoc+1, TRUE); in subParse() 3094 txtLoc = checkIntSuffix(text, txtLoc, patLoc+1, FALSE); in subParse() 3680 patLoc, numericLeapMonthFormatter, tzTimeType); in subParse() 4169 int32_t patLoc, UBool isNegative) const { in checkIntSuffix() argument 4179 (patLoc < 0) || in checkIntSuffix() 4180 (patLoc > fPattern.length())) { in checkIntSuffix() 4202 patternMatch = compareSimpleAffix(suf,fPattern,patLoc); in checkIntSuffix()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | smpdtfmt.cpp | 3012 … int32_t patLoc, MessageFormat * numericLeapMonthFormatter, UTimeZoneFormatTimeType *tzTimeType, in subParse() argument 3123 txtLoc = checkIntSuffix(text, txtLoc, patLoc+1, true); in subParse() 3129 txtLoc = checkIntSuffix(text, txtLoc, patLoc+1, false); in subParse() 3741 patLoc, numericLeapMonthFormatter, tzTimeType); in subParse() 4233 int32_t patLoc, UBool isNegative) const { in checkIntSuffix() argument 4243 (patLoc < 0) || in checkIntSuffix() 4244 (patLoc > fPattern.length())) { in checkIntSuffix() 4266 patternMatch = compareSimpleAffix(suf,fPattern,patLoc); in checkIntSuffix()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
D | DateTimeGeneratorTest.java | 1564 String patLoc = genLoc.getBestPattern(pat); in TestJavaLocale() local 1566 assertEquals("German pattern 'yMdHms' - getInstance with Java Locale", patUloc, patLoc); in TestJavaLocale()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | DateTimeGeneratorTest.java | 1561 String patLoc = genLoc.getBestPattern(pat); in TestJavaLocale() local 1563 assertEquals("German pattern 'yMdHms' - getInstance with Java Locale", patUloc, patLoc); in TestJavaLocale()
|