Lines Matching refs:posSuffix
113 const UnicodeString& posSuffix,
118 posSuffixPatternForCurrency = posSuffix;
151 const UnicodeString& posSuffix) {
155 posSuffixForCurrency = posSuffix;
466 UnicodeString &posSuffix,
485 posSuffix = out.fPosSuffixPattern;
530 UnicodeString posSuffix;
533 negPrefix, negSuffix, posPrefix, posSuffix, status);
538 posSuffix,
557 UnicodeString posSuffix;
561 negPrefix, negSuffix, posPrefix, posSuffix, status);
566 posSuffix,
1185 * @param posSuffix positive suffix.
1202 const UnicodeString* posSuffix,
1236 DBGAPPD(posSuffix);
1246 (posSuffix==NULL||posSuffix->isEmpty()) &&
1338 printf("posPrefix=%p posSuffix=%p ", posPrefix, posSuffix);
1701 posSuffixMatch = compareAffix(text, position, FALSE, FALSE, posSuffix, complexCurrencyParsing, type, currency);