Searched defs:findSubMessage (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/icu/source/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 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 Dchoicfmt.cpp409 int32_t msgStart = findSubMessage(msgPattern, 0, number);
423 ChoiceFormat::findSubMessage(const MessagePattern &pattern, int32_t partIndex, double number) { function in class:ChoiceFormat
/external/icu/icu4c/source/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 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 Dchoicfmt.cpp409 int32_t msgStart = findSubMessage(msgPattern, 0, number);
423 ChoiceFormat::findSubMessage(const MessagePattern &pattern, int32_t partIndex, double number) { function in class:ChoiceFormat

Completed in 137 milliseconds