Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dchoicfmt.cpp77 : constructorErrorCode(status), in ChoiceFormat()
90 : constructorErrorCode(U_ZERO_ERROR), in ChoiceFormat()
91 msgPattern(constructorErrorCode) in ChoiceFormat()
93 setChoices(limits, NULL, formats, cnt, constructorErrorCode); in ChoiceFormat()
102 : constructorErrorCode(U_ZERO_ERROR), in ChoiceFormat()
103 msgPattern(constructorErrorCode) in ChoiceFormat()
105 setChoices(limits, closures, formats, cnt, constructorErrorCode); in ChoiceFormat()
113 constructorErrorCode(that.constructorErrorCode), in ChoiceFormat()
126 : constructorErrorCode(status), in ChoiceFormat()
150 constructorErrorCode = that.constructorErrorCode; in operator =()
[all …]
/external/icu/icu4c/source/i18n/unicode/
Dchoicfmt.h531 UErrorCode constructorErrorCode; variable