Lines Matching refs:affix
187 // The affix is either the prefix or the suffix.
188 UnicodeString* affix = &prefix;
314 affix = &suffix;
343 affix->append(kQuote); // Encode currency
348 affix->append(kCurrencySign);
352 affix->append(kCurrencySign);
369 affix
398 affix->append(kQuote); // Encode percent/perMill
399 affix->append(kPatternPercent); // Use unlocalized pattern char
412 affix->append(kQuote); // Encode percent/perMill
413 affix->append(kPatternPerMill); // Use unlocalized pattern char
431 affix->append(kQuote); // Encode minus
432 affix->append(kPatternMinus);
436 affix->append(kQuote); // Encode plus
437 affix->append(kPatternPlus);
443 // affix.
444 affix->append(ch);
455 affix->append(kQuote); // Encode quote
462 affix->append(ch);
516 // Make sure pad is at legal position before or after affix.