HomeSort by relevance Sort by last modified time
    Searched refs:getPart (Results 1 - 18 of 18) sorted by null

  /external/chromium_org/third_party/icu/source/common/unicode/
messagepattern.h 317 * with countParts(), getPart() and related methods.
622 const Part &getPart(int32_t i) const {
628 * Convenience method for getPart(i).getType().
634 return getPart(i).type;
639 * Convenience method for getPart(partIndex).getIndex().
645 return getPart(partIndex).index;
690 * @return The first i>start where getPart(i).getType()==ARG|MSG_LIMIT at the same nesting level,
695 int32_t limit=getPart(start).limitPartIndex;
    [all...]
  /external/icu/icu4c/source/common/unicode/
messagepattern.h 317 * with countParts(), getPart() and related methods.
622 const Part &getPart(int32_t i) const {
628 * Convenience method for getPart(i).getType().
634 return getPart(i).type;
639 * Convenience method for getPart(partIndex).getIndex().
645 return getPart(partIndex).index;
690 * @return The first i>start where getPart(i).getType()==ARG|MSG_LIMIT at the same nesting level,
695 int32_t limit=getPart(start).limitPartIndex;
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
msgfmt.cpp 570 const MessagePattern::Part& part = msgPattern.getPart(partIndex);
844 const MessagePattern::Part& part = msgPattern.getPart(partIndex);
1014 int32_t prevIndex = msgPattern.getPart(msgStart).getLimit();
1016 const MessagePattern::Part* part = &msgPattern.getPart(i);
    [all...]
plurfmt.cpp 280 int32_t prevIndex = msgPattern.getPart(partIndex).getLimit();
282 const MessagePattern::Part& part = msgPattern.getPart(++partIndex);
298 index = msgPattern.getPart(partIndex).getLimit();
403 const MessagePattern::Part* part=&pattern.getPart(partIndex);
434 part=&pattern.getPart(partIndex++);
443 part=&pattern.getPart(partIndex++);
selfmt.cpp 103 int32_t patternStart = msgPattern.getPart(msgStart).getLimit();
135 const MessagePattern::Part& part=pattern.getPart(partIndex++);
choicfmt.cpp 411 int32_t patternStart = msgPattern.getPart(msgStart).getLimit();
439 const MessagePattern::Part &part = pattern.getPart(partIndex++);
514 tempNumber = pattern.getNumericValue(pattern.getPart(partIndex));
544 int32_t prevIndex = pattern.getPart(partIndex).getLimit();
546 const MessagePattern::Part &part = pattern.getPart(++partIndex);
  /external/icu/icu4c/source/i18n/
msgfmt.cpp 570 const MessagePattern::Part& part = msgPattern.getPart(partIndex);
844 const MessagePattern::Part& part = msgPattern.getPart(partIndex);
1014 int32_t prevIndex = msgPattern.getPart(msgStart).getLimit();
1016 const MessagePattern::Part* part = &msgPattern.getPart(i);
    [all...]
plurfmt.cpp 280 int32_t prevIndex = msgPattern.getPart(partIndex).getLimit();
282 const MessagePattern::Part& part = msgPattern.getPart(++partIndex);
298 index = msgPattern.getPart(partIndex).getLimit();
403 const MessagePattern::Part* part=&pattern.getPart(partIndex);
434 part=&pattern.getPart(partIndex++);
443 part=&pattern.getPart(partIndex++);
selfmt.cpp 103 int32_t patternStart = msgPattern.getPart(msgStart).getLimit();
135 const MessagePattern::Part& part=pattern.getPart(partIndex++);
choicfmt.cpp 411 int32_t patternStart = msgPattern.getPart(msgStart).getLimit();
439 const MessagePattern::Part &part = pattern.getPart(partIndex++);
514 tempNumber = pattern.getNumericValue(pattern.getPart(partIndex));
544 int32_t prevIndex = pattern.getPart(partIndex).getLimit();
546 const MessagePattern::Part &part = pattern.getPart(++partIndex);
  /external/chromium_org/third_party/icu/source/common/
messagepattern.cpp 350 const Part &part=getPart(--i);
378 const Part &part=getPart(pluralStart);
    [all...]
  /external/icu/icu4c/source/common/
messagepattern.cpp 350 const Part &part=getPart(--i);
378 const Part &part=getPart(pluralStart);
    [all...]
  /external/llvm/include/llvm/TableGen/
Record.h     [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/os/
MmsMessagingDemo.java 442 final PduPart part = body.getPart(i);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.views_3.5.0.I20100527-0800.jar 
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /external/chromium_org/third_party/icu/source/test/intltest/
tmsgfmt.cpp     [all...]
  /external/icu/icu4c/source/test/intltest/
tmsgfmt.cpp     [all...]

Completed in 574 milliseconds