Lines Matching refs:collator
656 , collator(NULL) in RuleBasedNumberFormat()
673 , collator(NULL) in RuleBasedNumberFormat()
690 , collator(NULL) in RuleBasedNumberFormat()
706 , collator(NULL) in RuleBasedNumberFormat()
723 , collator(NULL) in RuleBasedNumberFormat()
737 , collator(NULL) in RuleBasedNumberFormat()
811 , collator(NULL) in RuleBasedNumberFormat()
1223 if (!enabled && collator) { in setLenient()
1224 delete collator; in setLenient()
1225 collator = NULL; in setLenient()
1521 delete collator; in dispose()
1523 collator = NULL; in dispose()
1554 if (collator == NULL && lenient) { in getCollator()
1580 ((RuleBasedNumberFormat*)this)->collator = newCollator; in getCollator()
1591 return collator; in getCollator()