Searched defs:patLoc (Results 1 - 1 of 1) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Dsmpdtfmt.cpp2858 int32_t patLoc, MessageFormat * numericLeapMonthFormatter, UTimeZoneFormatTimeType *tzTimeType, SimpleDateFormatMutableNFs &mutableNFs,
2969 txtLoc = checkIntSuffix(text, txtLoc, patLoc+1, TRUE);
2975 txtLoc = checkIntSuffix(text, txtLoc, patLoc+1, FALSE);
3539 patLoc, numericLeapMonthFormatter, tzTimeType, mutableNFs);
3969 int32_t patLoc, UBool isNegative) const {
3979 (patLoc < 0) ||
3980 (patLoc > fPattern.length())) {
4002 patternMatch = compareSimpleAffix(suf,fPattern,patLoc);
2856 subParse(const UnicodeString& text, int32_t& start, UChar ch, int32_t count, UBool obeyCount, UBool allowNegative, UBool ambiguousYear[], int32_t& saveHebrewMonth, Calendar& cal, int32_t patLoc, MessageFormat * numericLeapMonthFormatter, UTimeZoneFormatTimeType *tzTimeType, SimpleDateFormatMutableNFs &mutableNFs, int32_t *dayPeriod) const argument
3968 checkIntSuffix(const UnicodeString& text, int32_t start, int32_t patLoc, UBool isNegative) const argument

Completed in 82 milliseconds