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

/external/chromium_org/third_party/icu/source/i18n/
H A Dsmpdtfmt.cpp2413 int32_t patLoc, MessageFormat * numericLeapMonthFormatter) const
2520 txtLoc = checkIntSuffix(text, txtLoc, patLoc+1, TRUE);
2526 txtLoc = checkIntSuffix(text, txtLoc, patLoc+1, FALSE);
3390 int32_t patLoc, UBool isNegative) const {
3400 (patLoc < 0) ||
3401 (patLoc > fPattern.length())) {
3423 patternMatch = compareSimpleAffix(suf,fPattern,patLoc);
2411 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) const argument
3389 checkIntSuffix(const UnicodeString& text, int32_t start, int32_t patLoc, UBool isNegative) const argument
/external/icu/icu4c/source/i18n/
H A Dsmpdtfmt.cpp2440 int32_t patLoc, MessageFormat * numericLeapMonthFormatter, UTimeZoneFormatTimeType *tzTimeType) const
2547 txtLoc = checkIntSuffix(text, txtLoc, patLoc+1, TRUE);
2553 txtLoc = checkIntSuffix(text, txtLoc, patLoc+1, FALSE);
3435 int32_t patLoc, UBool isNegative) const {
3445 (patLoc < 0) ||
3446 (patLoc > fPattern.length())) {
3468 patternMatch = compareSimpleAffix(suf,fPattern,patLoc);
2438 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) const argument
3434 checkIntSuffix(const UnicodeString& text, int32_t start, int32_t patLoc, UBool isNegative) const argument

Completed in 387 milliseconds