Home
last modified time | relevance | path

Searched refs:noParse (Results 1 – 2 of 2) sorted by relevance

/external/icu4c/i18n/
Drbnf.cpp661 , 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()
/external/icu4c/i18n/unicode/
Drbnf.h1003 UBool noParse; variable