Home
last modified time | relevance | path

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

/external/icu4c/i18n/unicode/
Dsmpdtfmt.h1062 int32_t patLoc, MessageFormat * numericLeapMonthFormatter) const;
1078 int32_t patLoc, UBool isNegative) const;
/external/icu4c/i18n/
Dsmpdtfmt.cpp2348 int32_t patLoc, MessageFormat * numericLeapMonthFormatter) const in subParse() argument
2455 txtLoc = checkIntSuffix(text, txtLoc, patLoc+1, TRUE); in subParse()
2461 txtLoc = checkIntSuffix(text, txtLoc, patLoc+1, FALSE); in subParse()
3230 int32_t patLoc, UBool isNegative) const { in checkIntSuffix() argument
3240 (patLoc < 0) || in checkIntSuffix()
3241 (patLoc > fPattern.length())) { in checkIntSuffix()
3263 patternMatch = compareSimpleAffix(suf,fPattern,patLoc); in checkIntSuffix()