Searched defs:patLoc (Results 1 - 1 of 1) sorted by relevance
/external/icu/icu4c/source/i18n/ |
H A D | smpdtfmt.cpp | 2617 int32_t patLoc, MessageFormat * numericLeapMonthFormatter, UTimeZoneFormatTimeType *tzTimeType, SimpleDateFormatMutableNFs &mutableNFs) const 2727 txtLoc = checkIntSuffix(text, txtLoc, patLoc+1, TRUE); 2733 txtLoc = checkIntSuffix(text, txtLoc, patLoc+1, FALSE); 3661 int32_t patLoc, UBool isNegative) const { 3671 (patLoc < 0) || 3672 (patLoc > fPattern.length())) { 3694 patternMatch = compareSimpleAffix(suf,fPattern,patLoc); 2615 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) const argument 3660 checkIntSuffix(const UnicodeString& text, int32_t start, int32_t patLoc, UBool isNegative) const argument
|
Completed in 648 milliseconds