Searched refs:findSubMessage (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10.1/ICU-531.30/icuSources/i18n/unicode/
H A Dselfmt.h356 static int32_t findSubMessage(const MessagePattern& pattern, int32_t partIndex,
H A Dchoicfmt.h507 static int32_t findSubMessage(const MessagePattern &pattern, int32_t partIndex, double number);
H A Dplurfmt.h598 static int32_t findSubMessage(
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Dselfmt.cpp101 int32_t msgStart = findSubMessage(msgPattern, 0, keyword, status);
125 int32_t SelectFormat::findSubMessage(const MessagePattern& pattern, int32_t partIndex, function in class:SelectFormat
H A Dchoicfmt.cpp409 int32_t msgStart = findSubMessage(msgPattern, 0, number);
423 ChoiceFormat::findSubMessage(const MessagePattern &pattern, int32_t partIndex, double number) { function in class:ChoiceFormat
H A Dplurfmt.cpp275 int32_t partIndex = findSubMessage(msgPattern, 0, pluralRulesWrapper, &dec, number, status);
395 int32_t PluralFormat::findSubMessage(const MessagePattern& pattern, int32_t partIndex, function in class:PluralFormat
H A Dmsgfmt.cpp1123 int32_t subMsgStart = ChoiceFormat::findSubMessage(msgPattern, i, number);
1137 int32_t subMsgStart = PluralFormat::findSubMessage(
1142 int32_t subMsgStart = SelectFormat::findSubMessage(msgPattern, i, arg->getString(success), success);

Completed in 127 milliseconds