Searched refs:constructorErrorCode (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | choicfmt.cpp | 79 : 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/ |
D | choicfmt.h | 536 UErrorCode constructorErrorCode; variable
|
/external/icu/libicu/cts_headers/unicode/ |
D | choicfmt.h | 536 UErrorCode constructorErrorCode; variable
|