Lines Matching refs:affix
203 UnicodeString* affix = &prefix; in applyPatternWithoutExpandAffix() local
329 affix = &suffix; in applyPatternWithoutExpandAffix()
358 affix->append(kQuote); // Encode currency in applyPatternWithoutExpandAffix()
363 affix->append(kCurrencySign); in applyPatternWithoutExpandAffix()
367 affix->append(kCurrencySign); in applyPatternWithoutExpandAffix()
384 affix->append(kQuote); // Encode quote in applyPatternWithoutExpandAffix()
413 affix->append(kQuote); // Encode percent/perMill in applyPatternWithoutExpandAffix()
414 affix->append(kPatternPercent); // Use unlocalized pattern char in applyPatternWithoutExpandAffix()
427 affix->append(kQuote); // Encode percent/perMill in applyPatternWithoutExpandAffix()
428 affix->append(kPatternPerMill); // Use unlocalized pattern char in applyPatternWithoutExpandAffix()
446 affix->append(kQuote); // Encode minus in applyPatternWithoutExpandAffix()
447 affix->append(kPatternMinus); in applyPatternWithoutExpandAffix()
451 affix->append(kQuote); // Encode plus in applyPatternWithoutExpandAffix()
452 affix->append(kPatternPlus); in applyPatternWithoutExpandAffix()
459 affix->append(ch); in applyPatternWithoutExpandAffix()
470 affix->append(kQuote); // Encode quote in applyPatternWithoutExpandAffix()
477 affix->append(ch); in applyPatternWithoutExpandAffix()