Lines Matching refs:affixPtn
577 AffixPatternsForCurrency* affixPtn = new AffixPatternsForCurrency(
583 fAffixPatternsForCurrency->put(UNICODE_STRING("default", 7), affixPtn, status);
599 AffixPatternsForCurrency* affixPtn = new AffixPatternsForCurrency(
605 fAffixPatternsForCurrency->put(*key, affixPtn, status);
2107 const AffixPatternsForCurrency* affixPtn = (AffixPatternsForCurrency*)valueTok.pointer;
2112 &affixPtn->negPrefixPatternForCurrency,
2113 &affixPtn->negSuffixPatternForCurrency,
2114 &affixPtn->posPrefixPatternForCurrency,
2115 &affixPtn->posSuffixPatternForCurrency,
2116 TRUE, affixPtn->patternType,