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

/external/chromium_org/third_party/icu/source/i18n/
H A Ddecimfmt.cpp2980 * @param affixPat affix pattern used for currency affix comparison.
2993 const UnicodeString* affixPat,
3002 if (affixPat != NULL) {
3003 return compareComplexAffix(*affixPat, text, pos, type, currency);
3274 * @param affixPat pattern string
3284 int32_t DecimalFormat::compareComplexAffix(const UnicodeString& affixPat, argument
3296 i<affixPat.length() && pos >= 0; ) {
3297 UChar32 c = affixPat.char32At(i);
3301 U_ASSERT(i <= affixPat.length());
3302 c = affixPat
2989 compareAffix(const UnicodeString& text, int32_t pos, UBool isNegative, UBool isPrefix, const UnicodeString* affixPat, UBool complexCurrencyParsing, int8_t type, UChar* currency) const argument
4324 const UnicodeString* affixPat; local
[all...]
/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 335 milliseconds