Searched refs:partIndex (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Dchoicfmt.cpp423 ChoiceFormat::findSubMessage(const MessagePattern &pattern, int32_t partIndex, double number) { argument
429 partIndex += 2;
432 msgStart = partIndex;
433 partIndex = pattern.getLimitPartIndex(partIndex);
434 if (++partIndex >= count) {
439 const MessagePattern::Part &part = pattern.getPart(partIndex++);
450 int32_t selectorIndex = pattern.getPatternIndex(partIndex++);
505 const MessagePattern &pattern, int32_t partIndex,
513 while (partIndex < coun
504 parseArgument( const MessagePattern &pattern, int32_t partIndex, const UnicodeString &source, ParsePosition &pos) argument
539 matchStringUntilLimitPart( const MessagePattern &pattern, int32_t partIndex, int32_t limitPartIndex, const UnicodeString &source, int32_t sourceOffset) argument
[all...]
H A Dselfmt.cpp125 int32_t SelectFormat::findSubMessage(const MessagePattern& pattern, int32_t partIndex, argument
135 const MessagePattern::Part& part=pattern.getPart(partIndex++);
143 return partIndex;
145 msgStart=partIndex;
147 partIndex=pattern.getLimitPartIndex(partIndex);
148 } while(++partIndex<count);
H A Dplurfmt.cpp275 int32_t partIndex = findSubMessage(msgPattern, 0, pluralRulesWrapper, &dec, number, status); local
280 int32_t prevIndex = msgPattern.getPart(partIndex).getLimit();
282 const MessagePattern::Part& part = msgPattern.getPart(++partIndex);
297 partIndex = msgPattern.getLimitPartIndex(partIndex);
298 index = msgPattern.getPart(partIndex).getLimit();
395 int32_t PluralFormat::findSubMessage(const MessagePattern& pattern, int32_t partIndex, argument
403 const MessagePattern::Part* part=&pattern.getPart(partIndex);
406 ++partIndex;
434 part=&pattern.getPart(partIndex
[all...]
H A Dmsgfmt.cpp531 int32_t MessageFormat::nextTopLevelArgStart(int32_t partIndex) const {
532 if (partIndex != 0) {
533 partIndex = msgPattern.getLimitPartIndex(partIndex);
536 UMessagePatternPartType type = msgPattern.getPartType(++partIndex);
538 return partIndex;
569 UBool MessageFormat::argNameMatches(int32_t partIndex, const UnicodeString& argName, int32_t argNumber) { argument
570 const MessagePattern::Part& part = msgPattern.getPart(partIndex);
621 for (int32_t partIndex = 0;
623 (partIndex
843 getArgName(int32_t partIndex) argument
[all...]
/macosx-10.10/ICU-531.30/icuSources/i18n/unicode/
H A Dchoicfmt.h503 * @param partIndex the index of the first ChoiceFormat argument style part.
507 static int32_t findSubMessage(const MessagePattern &pattern, int32_t partIndex, double number);
510 const MessagePattern &pattern, int32_t partIndex,
514 * Matches the pattern string from the end of the partIndex to
522 const MessagePattern &pattern, int32_t partIndex, int32_t limitPartIndex,
H A Dselfmt.h351 * @param partIndex the index of the first SelectFormat argument style part.
356 static int32_t findSubMessage(const MessagePattern& pattern, int32_t partIndex,
H A Dmsgfmt.h980 UnicodeString getArgName(int32_t partIndex);
986 int32_t nextTopLevelArgStart(int32_t partIndex) const;
988 UBool argNameMatches(int32_t partIndex, const UnicodeString& argName, int32_t argNumber);
1013 * @param partIndex the index of the first PluralFormat argument style part.
1016 int32_t findOtherSubMessage(int32_t partIndex) const;
H A Dplurfmt.h590 * @param partIndex the index of the first PluralFormat argument style part.
599 const MessagePattern& pattern, int32_t partIndex,
/macosx-10.10/ICU-531.30/icuSources/common/unicode/
H A Dmessagepattern.h639 * Convenience method for getPart(partIndex).getIndex().
640 * @param partIndex The index of the Part data. (0..countParts()-1)
644 int32_t getPatternIndex(int32_t partIndex) const {
645 return getPart(partIndex).index;

Completed in 140 milliseconds