Home | History | Annotate | Download | only in i18n

Lines Matching refs:negPrefix

106 	AffixPatternsForCurrency(const UnicodeString& negPrefix,
111 negPrefixPatternForCurrency = negPrefix;
135 AffixesForCurrency(const UnicodeString& negPrefix,
139 negPrefixForCurrency = negPrefix;
2105 * @param negPrefix negative prefix.
2122 const UnicodeString* negPrefix,
2154 DBGAPPD(negPrefix);
2159 printf("currencyParsing=%d, fFormatWidth=%d, isParseIntegerOnly=%c text.length=%d negPrefLen=%d\n", currencyParsing, fFormatWidth, (isParseIntegerOnly())?'Y':'N', text.length(), negPrefix!=NULL?negPrefix->length():-1);
2167 // (negPrefix!=NULL&&negPrefix->isEmpty()) ||
2172 // (negPrefix==NULL||negPrefix->isEmpty()) &&
2286 int32_t negMatch = compareAffix(text, position, TRUE, TRUE, negPrefix, currencyParsing, type, currency);