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

  /external/icu/icu4c/source/i18n/unicode/
tmutfmt.h 43 UTMUTFMT_FORMAT_STYLE_COUNT
  /external/icu/icu4c/source/i18n/
tmutfmt.cpp 204 for (UTimeUnitFormatStyle style = UTMUTFMT_FULL_STYLE; style < UTMUTFMT_FORMAT_STYLE_COUNT;
299 if (style < UTMUTFMT_FULL_STYLE || style >= UTMUTFMT_FORMAT_STYLE_COUNT) {
436 formatters = (MessageFormat**)uprv_malloc(UTMUTFMT_FORMAT_STYLE_COUNT*sizeof(MessageFormat*));
571 formatters = (MessageFormat**)uprv_malloc(UTMUTFMT_FORMAT_STYLE_COUNT*sizeof(MessageFormat*));
647 formatters = (MessageFormat**)uprv_malloc(UTMUTFMT_FORMAT_STYLE_COUNT*sizeof(MessageFormat*));
718 MessageFormat** newVal = (MessageFormat**)uprv_malloc(UTMUTFMT_FORMAT_STYLE_COUNT*sizeof(MessageFormat*));

Completed in 57 milliseconds