Searched refs:allocateSubformats (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A Dmsgfmt.cpp281 if (!allocateSubformats(DEFAULT_INITIAL_CAPACITY) ||
308 if (!allocateSubformats(DEFAULT_INITIAL_CAPACITY) ||
336 if (!allocateSubformats(DEFAULT_INITIAL_CAPACITY) ||
395 UBool MessageFormat::allocateSubformats(int32_t capacity) { function in class:MessageFormat
464 allocateSubformats(that.subformatCount) &&
868 if (allocateSubformats(count)) {
898 if (allocateSubformats(count)) {
1643 if (!allocateSubformats(formatNumber+1) ||
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dmsgfmt.h845 UBool allocateSubformats(int32_t capacity);

Completed in 26 milliseconds