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

/external/chromium_org/third_party/icu/source/i18n/
H A Ddecimfmt.cpp2381 * @param complexCurrencyParsing whether it is complex currency parsing or not.
2398 UBool complexCurrencyParsing,
2558 int32_t posMatch = compareAffix(text, position, FALSE, TRUE, posPrefix, complexCurrencyParsing, type, currency);
2559 int32_t negMatch = compareAffix(text, position, TRUE, TRUE, negPrefix, complexCurrencyParsing, type, currency);
2887 posSuffixMatch = compareAffix(text, position, FALSE, FALSE, posSuffix, complexCurrencyParsing, type, currency);
2890 negSuffixMatch = compareAffix(text, position, TRUE, FALSE, negSuffix, complexCurrencyParsing, type, currency);
2981 * @param complexCurrencyParsing whether it is currency parsing or not
2994 UBool complexCurrencyParsing,
3000 (fCurrencySignCount != fgCurrencySignCountZero && complexCurrencyParsing)) {
2393 subparse(const UnicodeString& text, const UnicodeString* negPrefix, const UnicodeString* negSuffix, const UnicodeString* posPrefix, const UnicodeString* posSuffix, UBool complexCurrencyParsing, int8_t type, ParsePosition& parsePosition, DigitList& digits, UBool* status, UChar* currency) const argument
2989 compareAffix(const UnicodeString& text, int32_t pos, UBool isNegative, UBool isPrefix, const UnicodeString* affixPat, UBool complexCurrencyParsing, int8_t type, UChar* currency) const argument

Completed in 70 milliseconds