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

/external/chromium_org/third_party/icu/source/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...]
/external/icu4c/i18n/
H A Ddecimfmt.cpp2783 * @param affixPat affix pattern used for currency affix comparison.
2796 const UnicodeString* affixPat,
2805 if (affixPat != NULL) {
2806 return compareComplexAffix(*affixPat, text, pos, type, currency);
2982 * @param affixPat pattern string
2992 int32_t DecimalFormat::compareComplexAffix(const UnicodeString& affixPat, argument
3004 i<affixPat.length() && pos >= 0; ) {
3005 UChar32 c = affixPat.char32At(i);
3009 U_ASSERT(i <= affixPat.length());
3010 c = affixPat
2792 compareAffix(const UnicodeString& text, int32_t pos, UBool isNegative, UBool isPrefix, const UnicodeString* affixPat, UBool currencyParsing, int8_t type, UChar* currency) const argument
4032 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 148 milliseconds