Home
last modified time | relevance | path

Searched refs:patLoc (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/icu/source/i18n/unicode/
Dsmpdtfmt.h1425 … int32_t patLoc, MessageFormat * numericLeapMonthFormatter, UTimeZoneFormatTimeType *tzTimeType,
1442 int32_t patLoc, UBool isNegative) const;
/third_party/icu/icu4c/source/i18n/unicode/
Dsmpdtfmt.h1441 … int32_t patLoc, MessageFormat * numericLeapMonthFormatter, UTimeZoneFormatTimeType *tzTimeType,
1458 int32_t patLoc, UBool isNegative) const;
/third_party/node/deps/icu-small/source/i18n/unicode/
Dsmpdtfmt.h1442 … int32_t patLoc, MessageFormat * numericLeapMonthFormatter, UTimeZoneFormatTimeType *tzTimeType,
1459 int32_t patLoc, UBool isNegative) const;
/third_party/icu/icu4c/source/i18n/
Dsmpdtfmt.cpp3070 … 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/
Dsmpdtfmt.cpp2977 … 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/
Dsmpdtfmt.cpp3012 … 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/
DDateTimeGeneratorTest.java1564 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/
DDateTimeGeneratorTest.java1561 String patLoc = genLoc.getBestPattern(pat); in TestJavaLocale() local
1563 assertEquals("German pattern 'yMdHms' - getInstance with Java Locale", patUloc, patLoc); in TestJavaLocale()