Searched refs:noParse (Results 1 – 2 of 2) sorted by relevance
661 , noParse(FALSE) //TODO: to be removed after #6895 in RuleBasedNumberFormat()678 , noParse(FALSE) //TODO: to be removed after #6895 in RuleBasedNumberFormat()695 , noParse(FALSE) //TODO: to be removed after #6895 in RuleBasedNumberFormat()711 , noParse(FALSE) //TODO: to be removed after #6895 in RuleBasedNumberFormat()728 , noParse(FALSE) //TODO: to be removed after #6895 in RuleBasedNumberFormat()788 noParse = FALSE; in RuleBasedNumberFormat()793 noParse = TRUE; in RuleBasedNumberFormat()835 noParse = rhs.noParse; in operator =()865 result->noParse = noParse; in clone()1165 if (noParse) { in parse()
1003 UBool noParse; variable