Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/unicode/
Dsmpdtfmt.h1425 … int32_t patLoc, MessageFormat * numericLeapMonthFormatter, UTimeZoneFormatTimeType *tzTimeType,
1442 int32_t patLoc, UBool isNegative) const;
/external/icu/libicu/cts_headers/unicode/
Dsmpdtfmt.h1425 … int32_t patLoc, MessageFormat * numericLeapMonthFormatter, UTimeZoneFormatTimeType *tzTimeType,
1442 int32_t patLoc, UBool isNegative) const;
/external/icu/icu4c/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()
/external/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()
/external/icu/android_icu4j/src/main/tests/android/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()