Searched refs:patLoc (Results 1 – 5 of 5) sorted by relevance
/external/icu/icu4c/source/i18n/unicode/ |
D | smpdtfmt.h | 1425 … int32_t patLoc, MessageFormat * numericLeapMonthFormatter, UTimeZoneFormatTimeType *tzTimeType, 1442 int32_t patLoc, UBool isNegative) const;
|
/external/icu/libicu/cts_headers/unicode/ |
D | smpdtfmt.h | 1425 … int32_t patLoc, MessageFormat * numericLeapMonthFormatter, UTimeZoneFormatTimeType *tzTimeType, 1442 int32_t patLoc, UBool isNegative) const;
|
/external/icu/icu4c/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()
|
/external/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()
|
/external/icu/android_icu4j/src/main/tests/android/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()
|