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

/external/icu4c/i18n/
H A Ddecimfmt.cpp2112 * @param affixPat affix pattern used for currency affix comparison.
2125 const UnicodeString* affixPat,
2134 if (affixPat != NULL) {
2135 return compareComplexAffix(*affixPat, text, pos, type, currency);
2259 * @param affixPat pattern string
2269 int32_t DecimalFormat::compareComplexAffix(const UnicodeString& affixPat, argument
2281 i<affixPat.length() && pos >= 0; ) {
2282 UChar32 c = affixPat.char32At(i);
2286 U_ASSERT(i <= affixPat.length());
2287 c = affixPat
2121 compareAffix(const UnicodeString& text, int32_t pos, UBool isNegative, UBool isPrefix, const UnicodeString* affixPat, UBool currencyParsing, int8_t type, UChar* currency) const argument
3197 const UnicodeString* affixPat; local
[all...]

Completed in 150 milliseconds