Searched refs:parsePluralOrSelectStyle (Results 1 - 2 of 2) sorted by relevance

/external/icu4c/common/unicode/
H A Dmessagepattern.h835 int32_t parsePluralOrSelectStyle(UMessagePatternArgType argType, int32_t index, int32_t nestingLevel,
/external/icu4c/common/
H A Dmessagepattern.cpp278 parsePluralOrSelectStyle(UMSGPAT_ARG_TYPE_PLURAL, 0, 0, parseError, errorCode);
287 parsePluralOrSelectStyle(UMSGPAT_ARG_TYPE_SELECT, 0, 0, parseError, errorCode);
635 index=parsePluralOrSelectStyle(argType, index, nestingLevel, parseError, errorCode);
756 MessagePattern::parsePluralOrSelectStyle(UMessagePatternArgType argType, function in class:MessagePattern

Completed in 29 milliseconds