Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dchoicfmt.cpp79 : constructorErrorCode(status), in ChoiceFormat()
92 : constructorErrorCode(U_ZERO_ERROR), in ChoiceFormat()
93 msgPattern(constructorErrorCode) in ChoiceFormat()
95 setChoices(limits, NULL, formats, cnt, constructorErrorCode); in ChoiceFormat()
104 : constructorErrorCode(U_ZERO_ERROR), in ChoiceFormat()
105 msgPattern(constructorErrorCode) in ChoiceFormat()
107 setChoices(limits, closures, formats, cnt, constructorErrorCode); in ChoiceFormat()
115 constructorErrorCode(that.constructorErrorCode), in ChoiceFormat()
128 : constructorErrorCode(status), in ChoiceFormat()
152 constructorErrorCode = that.constructorErrorCode; in operator =()
[all …]
/external/icu/icu4c/source/i18n/unicode/
Dchoicfmt.h533 UErrorCode constructorErrorCode; variable