Searched refs:limitPartIndex (Results 1 – 8 of 8) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | choicfmt.cpp | 540 const MessagePattern &pattern, int32_t partIndex, int32_t limitPartIndex, in matchStringUntilLimitPart() argument 547 if (partIndex == limitPartIndex || part.getType() == UMSGPAT_PART_TYPE_SKIP_SYNTAX) { in matchStringUntilLimitPart() 554 if (partIndex == limitPartIndex) { in matchStringUntilLimitPart()
|
/external/chromium_org/third_party/icu/source/i18n/ |
D | choicfmt.cpp | 540 const MessagePattern &pattern, int32_t partIndex, int32_t limitPartIndex, in matchStringUntilLimitPart() argument 547 if (partIndex == limitPartIndex || part.getType() == UMSGPAT_PART_TYPE_SKIP_SYNTAX) { in matchStringUntilLimitPart() 554 if (partIndex == limitPartIndex) { in matchStringUntilLimitPart()
|
/external/icu/icu4c/source/common/unicode/ |
D | messagepattern.h | 695 int32_t limit=getPart(start).limitPartIndex; in getLimitPartIndex() 827 int32_t limitPartIndex; variable
|
/external/chromium_org/third_party/icu/source/common/unicode/ |
D | messagepattern.h | 695 int32_t limit=getPart(start).limitPartIndex; in getLimitPartIndex() 827 int32_t limitPartIndex; variable
|
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
D | choicfmt.h | 522 const MessagePattern &pattern, int32_t partIndex, int32_t limitPartIndex,
|
/external/icu/icu4c/source/i18n/unicode/ |
D | choicfmt.h | 522 const MessagePattern &pattern, int32_t partIndex, int32_t limitPartIndex,
|
/external/chromium_org/third_party/icu/source/common/ |
D | messagepattern.cpp | 398 limitPartIndex==other.limitPartIndex; in operator ==() 1109 part.limitPartIndex=0; in addPart() 1117 partsList->a[start].limitPartIndex=partsLength; in addLimitPart()
|
/external/icu/icu4c/source/common/ |
D | messagepattern.cpp | 398 limitPartIndex==other.limitPartIndex; in operator ==() 1109 part.limitPartIndex=0; in addPart() 1117 partsList->a[start].limitPartIndex=partsLength; in addLimitPart()
|