Lines Matching refs:lenientParseRules
694 , lenientParseRules(NULL) in RuleBasedNumberFormat()
719 , lenientParseRules(NULL) in RuleBasedNumberFormat()
744 , lenientParseRules(NULL) in RuleBasedNumberFormat()
768 , lenientParseRules(NULL) in RuleBasedNumberFormat()
793 , lenientParseRules(NULL) in RuleBasedNumberFormat()
815 , lenientParseRules(NULL) in RuleBasedNumberFormat()
882 , lenientParseRules(NULL) in RuleBasedNumberFormat()
1568 lenientParseRules = new UnicodeString(); in init()
1570 if (lenientParseRules == nullptr) { in init()
1574 lenientParseRules->setTo(description, lpStart, lpEnd - lpStart); in init()
1806 delete lenientParseRules; in dispose()
1807 lenientParseRules = NULL; in dispose()
1850 if (lenientParseRules) { in getCollator()
1852 rules.append(*lenientParseRules); in getCollator()