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

  /external/icu4c/i18n/
choicfmt.cpp 72 : fChoiceLimits(0),
87 : fChoiceLimits(0),
101 : fChoiceLimits(0),
114 fChoiceLimits(0),
129 : fChoiceLimits(0),
148 if ((fChoiceLimits[i] != thatAlias.fChoiceLimits[i]) ||
165 uprv_free(fChoiceLimits);
166 fChoiceLimits = NULL;
172 fChoiceLimits = (double*) uprv_malloc( sizeof(double) * fCount)
    [all...]
  /external/icu4c/i18n/unicode/
choicfmt.h 682 * 0: fChoiceLimits[0]..fChoiceLimits[1]
683 * 1: fChoiceLimits[1]..fChoiceLimits[2]
685 * fCount-2: fChoiceLimits[fCount-2]..fChoiceLimits[fCount-1]
686 * fCount-1: fChoiceLimits[fCount-1]..+Inf
690 * fChoiceLimits[0], as well as NaN values.
699 * is FALSE, then the value fChoiceLimits[i] is in interval i.
702 * i-1: ... x < fChoiceLimits[i
    [all...]

Completed in 259 milliseconds