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

/external/icu4c/i18n/
H A Ddecimfmt.cpp2243 * @param affixPat affix pattern used for currency affix comparison.
2256 const UnicodeString* affixPat,
2265 if (affixPat != NULL) {
2266 return compareComplexAffix(*affixPat, text, pos, type, currency);
2445 * @param affixPat pattern string
2455 int32_t DecimalFormat::compareComplexAffix(const UnicodeString& affixPat, argument
2467 i<affixPat.length() && pos >= 0; ) {
2468 UChar32 c = affixPat.char32At(i);
2472 U_ASSERT(i <= affixPat.length());
2473 c = affixPat
2252 compareAffix(const UnicodeString& text, int32_t pos, UBool isNegative, UBool isPrefix, const UnicodeString* affixPat, UBool currencyParsing, int8_t type, UChar* currency) const argument
3432 const UnicodeString* affixPat; local
[all...]
/external/icu4c/i18n/unicode/
H A Ddecimfmt.h1980 const UnicodeString* affixPat,
1994 int32_t compareComplexAffix(const UnicodeString& affixPat,
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 54 milliseconds